| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\ |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -3/+3 |
* | | Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0' | Michael Niedermayer | 2013-03-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo | Martin Storsjö | 2013-03-26 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -26/+26 |
|\ \
| |/ |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -23/+23 |
* | | 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 |