| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Export timestamp parameter from H.264. | Ivan Schreter | 2009-02-24 | 1 | -0/+7 |
* | Correct time_base of H.264 and repeat_pict. | Ivan Schreter | 2009-02-24 | 1 | -7/+7 |
* | Use context variable repeat_pict for frame duration computation and | Ivan Schreter | 2009-02-21 | 1 | -0/+29 |
* | Set context variable picture_structure in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+28 |
* | Set context variable key_frame in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+8 |
* | Parse NAL units in H264 parser. | Ivan Schreter | 2009-02-21 | 1 | -0/+71 |
* | Fix a const related warning | Ivan Schreter | 2009-02-08 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Remove CODEC_ID_H264_VDPAU. | Carl Eugen Hoyos | 2009-01-17 | 1 | -2/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Add VDPAU hardware accelerated decoding for H264 which can be used by | NVIDIA Corporation | 2009-01-04 | 1 | -1/+2 |
* | Explain the lack of +3/7 | Michael Niedermayer | 2008-12-28 | 1 | -0/+3 |
* | Make h264 parser 50% faster. | Michael Niedermayer | 2008-12-23 | 1 | -0/+9 |
* | 100l forgot return type. | Michael Niedermayer | 2008-10-04 | 1 | -1/+1 |
* | ff_parse_close() is not the correct function for H264Context. | Michael Niedermayer | 2008-10-03 | 1 | -1/+9 |
* | fix warning reported by Intel C compiler: | Diego Pettenò | 2008-10-02 | 1 | -4/+6 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |