Age | Commit message (Expand) | Author |
2011-10-26 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-25 | tta: check for extradata allocation failure in tta demuxer | Justin Ruggles |
2011-10-20 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov |
2011-09-14 | [tta] Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate |
2011-07-17 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-06-09 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-08 | Remove all uses of now deprecated metadata functions. | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-01 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-10-06 | Move handling of ID3v2 to common utils.c code, reducing code duplication | Reimar Döffinger |
2010-06-11 | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-12-17 | 10l : make sure probe buffer is large enough. | Jai Menon |
2009-12-16 | Parse ID3v[12] metadata from TTA files. | Jai Menon |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-08-11 | Set dts in tta demuxer | David Conrad |
2007-07-19 | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris |
2007-07-05 | license header consistency cosmetics | Diego Biurrun |
2007-04-25 | Support for seeking in TTA files. | David Conrad |
2007-04-22 | Change from using a seek table internal to the TTA demuxer to using the stand... | David Conrad |
2007-04-08 | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer |
2007-03-31 | cosmetics: Fix indentation. | Diego Biurrun |
2007-03-30 | argh, who commited this trash | Michael Niedermayer |
2007-03-30 | 10^10l to the idiot who designed this format and didnt even realize what numb... | Michael Niedermayer |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-08-28 | ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there... | Aurelien Jacobs |
2006-07-26 | Fix FSF postal address. | Diego Biurrun |
2006-07-10 | allow individual selection of muxers and demuxers | Måns Rullgård |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-05-13 | sanity checks some might have been exploitable | Michael Niedermayer |
2006-02-13 | 10l, allocate bitbuffer with regard to the padding size | Alex Beregszaszi |
2006-02-12 | tta demuxer, also usable for moving tta audio data into an other container | Alex Beregszaszi |