| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\ |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f' | Michael Niedermayer | 2012-12-08 | 1 | -2/+3 |
|\| |
|
| * | parser: fix large overreads | Michael Niedermayer | 2012-12-07 | 1 | -1/+3 |
* | | Revert "Acquire lock when initializing parsers." | Michael Niedermayer | 2012-12-06 | 1 | -8/+1 |
* | | Acquire lock when initializing parsers. | Reimar Döffinger | 2012-12-05 | 1 | -1/+8 |
* | | Use err_out label for error-case cleanup. | Reimar Döffinger | 2012-11-28 | 1 | -11/+12 |
* | | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60' | Michael Niedermayer | 2012-11-03 | 1 | -9/+0 |
|\| |
|
| * | parser: Move Doxygen documentation to the header files | Diego Biurrun | 2012-11-02 | 1 | -9/+0 |
* | | parser: fix large overreads | Michael Niedermayer | 2012-10-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
| * | parser: Don't use pc as context for av_dlog | Martin Storsjö | 2012-09-05 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | mpegvideo: don't pretend the first frame is always a key frame | Wolfram Gloger | 2012-03-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -8/+0 |
|\| |
|
| * | remove ParseContext1 | Rafaël Carré | 2012-02-10 | 1 | -8/+0 |
* | | fix av_dlog call with non-AVClass struct | Maksym Veremeyenko | 2012-01-16 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-09-01 | 1 | -4/+3 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -4/+3 |
|\| |
|
| * | Replace more disabled printf() calls by av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -4/+3 |
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -4/+3 |
| * | avparser: don't av_malloc(0). | Ronald S. Bultje | 2011-04-26 | 1 | -4/+6 |
* | | Revert "avparser: don't av_malloc(0)." | Michael Niedermayer | 2011-04-29 | 1 | -6/+4 |
* | | avparser: don't av_malloc(0). | Ronald S. Bultje | 2011-04-27 | 1 | -4/+6 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -37/+0 |
|\| |
|
| * | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -37/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-07 | 1 | -1/+1 |
|\| |
|
| * | Fix parser: mark av_parser_parse() for removal on next major bump | Brad | 2011-04-06 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+2 |
|\| |
|
| * | parser: mark av_parser_parse() for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Fix index_entries pos: | Michael Chinen | 2010-09-27 | 1 | -0/+6 |
* | saner default value for convergence_duration | Aurelien Jacobs | 2010-07-02 | 1 | -1/+1 |
* | Fix typo. | Jai Menon | 2010-04-21 | 1 | -1/+1 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | Fetch timestamp for the first frame of field only if frame_offset and | Baptiste Coudurier | 2009-06-21 | 1 | -1/+2 |
* | do not reference remainder packets in the parser, fix timestamps fetching | Baptiste Coudurier | 2009-05-26 | 1 | -1/+2 |
* | Add handling of frame position in the parser. | Ivan Schreter | 2009-03-05 | 1 | -0/+16 |
* | Consider all packets in the parser, not just ones with timestamps, | Michael Niedermayer | 2009-03-02 | 1 | -2/+0 |
* | Favor container packets that end after the first byte of the access | Michael Niedermayer | 2009-03-02 | 1 | -0/+2 |
* | Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead | Michael Niedermayer | 2009-03-02 | 1 | -1/+1 |