| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+0 |
|\ |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | | 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 |
| * | Fix parser not to clobber has_b_frames when extradata is set. | Reinhard Tartler | 2012-02-26 | 1 | -0/+7 |
* | | h264_parser: use av_assert | Michael Niedermayer | 2012-06-25 | 1 | -3/+1 |
* | | H264 parser: enable header parsing/frame type detection for is_avc. | Reimar Döffinger | 2012-02-19 | 1 | -4/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-07 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | parsers: initialize MpegEncContext.slice_context_count to 1 | Janne Grunau | 2012-01-06 | 1 | -0/+1 |
| * | Revert "h264: skip start code search if the size of the nal unit is known" | Janne Grunau | 2011-12-19 | 1 | -1/+1 |
| * | h264: skip start code search if the size of the nal unit is known | Janne Grunau | 2011-12-18 | 1 | -1/+1 |
* | | h264: disable checking reader, overreads are not possible | Michael Niedermayer | 2011-12-18 | 1 | -0/+2 |
* | | Silence warnings when decoding QNAP Systems H264 codec. | Carl Eugen Hoyos | 2011-12-03 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -6/+6 |
* | | h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar... | Michael Niedermayer | 2011-10-27 | 1 | -8/+19 |
* | | h264: use long reading for first_mb_in_slice | Michael Niedermayer | 2011-10-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | | h264_parser: print AU size on error. | Michael Niedermayer | 2011-10-03 | 1 | -1/+1 |
* | | h264_parser: AVC support. | Michael Niedermayer | 2011-10-03 | 1 | -4/+28 |
* | | h264: pass buffer & size to ff_h264_decode_extradata() | Michael Niedermayer | 2011-09-23 | 1 | -1/+1 |
* | | Fix parser not to clobber has_b_frames when extradata is set. | Reimar Döffinger | 2011-08-20 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -1/+1 |
| * | h264_parser: Fix whitespace after previous change. | Philip Langdale | 2011-06-13 | 1 | -14/+15 |
| * | h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. | Philip Langdale | 2011-06-13 | 1 | -1/+1 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-25 | 1 | -2/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | h264_parser: Fix whitespace after previous change. | Philip Langdale | 2011-04-04 | 1 | -14/+14 |
* | | h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. | Philip Langdale | 2011-04-04 | 1 | -1/+2 |
* | | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-02 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+1 |
|/ |
|
* | In h264 parser, return immediately if buf_size is 0, avoid printing | Baptiste Coudurier | 2010-07-23 | 1 | -0/+3 |
* | Cleanup prev commit, flag variable should start with 0 | Howard Chu | 2010-05-28 | 1 | -3/+2 |
* | Parse avctx->extradata if available. | Howard Chu | 2010-05-28 | 1 | -0/+9 |
* | Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac... | Alex Converse | 2010-05-26 | 1 | -0/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Export H264 profile and level in AVCodecContext. | Rafaël Carré | 2010-01-28 | 1 | -0/+3 |
* | Initialize thread_context[0] with h264 parser context. | Rafaël Carré | 2010-01-28 | 1 | -1/+7 |
* | Init state to -1 in h264 parser. | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Add a ff_h264_free_context function and call it from the H.264 parser. | Reimar Döffinger | 2009-04-10 | 1 | -0/+1 |
* | Fix SEIs when splitting H264 input. | John Cox | 2009-03-16 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after last commit. | Carl Eugen Hoyos | 2009-02-26 | 1 | -3/+3 |
* | Initialize H264 parser context correctly if the optional SEI messages | Ivan Schreter | 2009-02-26 | 1 | -0/+6 |