aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-131-1/+1
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-101-0/+1
* Fix SEIs when splitting H264 input.John Cox2009-03-161-1/+1
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-261-3/+3
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-261-0/+6
* Export timestamp parameter from H.264.Ivan Schreter2009-02-241-0/+7
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-241-7/+7
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-211-0/+29
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-211-0/+28
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-211-0/+8
* Parse NAL units in H264 parser.Ivan Schreter2009-02-211-0/+71
* Fix a const related warningIvan Schreter2009-02-081-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-171-2/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-1/+2
* Explain the lack of +3/7Michael Niedermayer2008-12-281-0/+3
* Make h264 parser 50% faster.Michael Niedermayer2008-12-231-0/+9
* 100l forgot return type.Michael Niedermayer2008-10-041-1/+1
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-031-1/+9
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-021-4/+6
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-0/+149