| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: Don't av_malloc(0). | Alex Converse | 2011-12-05 | 1 | -0/+10 |
* | mov: Allow empty stts atom. | Alex Converse | 2011-12-04 | 1 | -1/+3 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | mov: Make format string match variable type. | Alex Converse | 2011-11-26 | 1 | -2/+2 |
* | mov: Remove some redundant and obsolete comments. | Alex Converse | 2011-11-22 | 1 | -21/+0 |
* | avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards | Martin Storsjö | 2011-11-13 | 1 | -3/+4 |
* | movdec: Set frame_size for AMR | Carl Eugen Hoyos | 2011-11-05 | 1 | -6/+8 |
* | mov: Avoid divide by zero in edit list dts handling | Benjamin Larsson | 2011-10-29 | 1 | -1/+1 |
* | mov: add support for hdvd and pgapmetadata atoms | Raivo Hool | 2011-10-21 | 1 | -0/+4 |
* | mov: rename function _stik, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -7/+7 |
* | mov: rename function _int8 to remove ambiguity, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -12/+12 |
* | mov: parse the gnre atom | Raivo Hool | 2011-10-21 | 1 | -0/+20 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | mov: add support for TV metadata atoms tves, tvsn and stik | Raivo Hool | 2011-10-17 | 1 | -0/+33 |
* | mov: 10l: Terminate string with 0 not '0' | Alex Converse | 2011-10-14 | 1 | -1/+1 |
* | mov: Prevent illegal writes when chapter titles are very short. | Alex Converse | 2011-10-14 | 1 | -8/+15 |
* | mov: do not misreport empty stts | Luca Barbato | 2011-10-11 | 1 | -2/+2 |
* | mov: cosmetics, fix for and if spacing | Luca Barbato | 2011-10-11 | 1 | -46/+50 |
* | mov: read album_artist atom | Raivo Hool | 2011-10-11 | 1 | -0/+1 |
* | mov: fix disc/track numbers and totals | Raivo Hool | 2011-10-11 | 1 | -8/+15 |
* | Remove some forgotten AVCodecContext.palctrl usage. | Anton Khirnov | 2011-09-21 | 1 | -2/+0 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 1 | -2/+1 |
* | mov: add clcp type track as Subtitle stream. | Thierry Foucu | 2011-07-21 | 1 | -1/+1 |
* | 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 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | mov: Fix empty edit detection. | Yusuke Nakamura | 2011-06-19 | 1 | -1/+1 |
* | mov: Fix wrong timestamp generation for fragmented movies that have time offs... | Yusuke Nakamura | 2011-06-10 | 1 | -4/+5 |
* | movdec: Add support for the 'wfex' atom. | Alex Converse | 2011-06-09 | 1 | -0/+14 |
* | mov: Remove leftover crufty debug statement with references to a local file. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -9/+10 |
* | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -6/+3 |
* | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -1/+1 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+3 |
* | mov: Support edit list atom version 1. | Yusuke Nakamura | 2011-05-12 | 1 | -5/+11 |
* | mov: fix composition timestamps on movie fragments. | Yusuke Nakamura | 2011-05-05 | 1 | -13/+27 |
* | Fix mov debug (u)int64_t format strings. | Alex Converse | 2011-04-22 | 1 | -3/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -5/+15 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -6/+6 |
* | mov: Add support for zero-sized stsc runs. | Alex Converse | 2011-03-31 | 1 | -1/+1 |
* | mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. | Justin Ruggles | 2011-03-25 | 1 | -1/+5 |
* | 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 | -18/+18 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |