| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -7/+16 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -4/+0 |
* | avidec: use actually read size instead of requested size | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | avidec: return 0, not packet size from read_packet(). | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -8/+8 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | avidec: make scale and rate unsigned. | Anton Khirnov | 2012-06-04 | 1 | -2/+2 |
* | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -3/+3 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | avidec: migrate last of lavf from FF_ER_* to AV_EF_* | Dustin Brody | 2012-01-20 | 1 | -3/+4 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -11/+8 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | avidec: fix signed overflow in avi_sync() | Mans Rullgard | 2011-10-10 | 1 | -2/+3 |
* | avidec: simplify size parameter in memset() | Janne Grunau | 2011-10-10 | 1 | -1/+1 |
* | lavf: add support for error_recognition, use it in avidec, and bump minor API... | Dustin Brody | 2011-08-12 | 1 | -2/+4 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | avidec: simplify convoluted flow in avi_load_index() | Mans Rullgard | 2011-07-03 | 1 | -11/+7 |
* | avidec: infer absolute vs relative index from first packet | Alex Converse | 2011-07-01 | 1 | -7/+23 |
* | avidec: Factor out the sync fucntionality. | Alex Converse | 2011-07-01 | 1 | -116/+128 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+6 |
* | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun | 2011-06-10 | 1 | -28/+15 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -7/+8 |
* | Replace some printf instances in debug code by av_log. | Diego Biurrun | 2011-06-07 | 1 | -2/+2 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+2 |
* | read AVI palette from the end of extradata | Kostya Shishkov | 2011-04-24 | 1 | -4/+8 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -13/+11 |
* | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+4 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -24/+24 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -6/+6 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -4/+4 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -16/+16 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -22/+22 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -12/+12 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -79/+79 |
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -8/+8 |
* | avidec: simplify read_gab2_sub | Anton Khirnov | 2011-02-06 | 1 | -22/+16 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | avidec: make print_tag() a macro and remove related ifdefs | Mans Rullgard | 2011-01-25 | 1 | -19/+12 |