Age | Commit message (Expand) | Author |
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-10-07 | mpc8: Fix return value on EOF | Laurent Aimar |
2011-09-25 | Fix return value on EOF in mpc v8 demuxer. | Laurent Aimar |
2011-09-14 | [mpc8] 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-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-17 | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer |
2011-03-16 | lavf: move ff_get_v from avio.h to avio_internal.h | Anton Khirnov |
2011-03-16 | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-05 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-03 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-03 | avio: avio_ prefix for url_fseek | 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-22 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-01-28 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-09-30 | Return an error when the parsed mpc chunk size is negative, otherwise we | Reimar Döffinger |
2009-09-16 | reindent after last commit and remove unneeded empty line | Kostya Shishkov |
2009-09-16 | Make MPC SV8 probe skip tags until stream header is found | Kostya Shishkov |
2009-09-16 | Enhance Musepack SV8 probing code | Kostya Shishkov |
2009-06-13 | Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read | Kostya Shishkov |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
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-11-07 | Musepack SV8 demuxer and decoder | Kostya Shishkov |