]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/parser.c
remove useless max_payload_size variable
[frescor/ffmpeg.git] / libavcodec / parser.c
2009-03-05 schreterAdd handling of frame position in the parser.
2009-03-02 michaelConsider all packets in the parser, not just ones with...
2009-03-02 michaelFavor container packets that end after the first byte...
2009-03-02 michaelCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-10-23 bcoudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-20 michaelUse av_freep() in ff_parse_close().
2008-10-04 lu_zeroMark list heads static. Patch by Diego Pettenò
2008-06-02 michaelindent
2008-06-02 michaelOnly store timestamps when there are timestamps.
2008-06-02 michaelOur MPEG-TS demuser does not sent complete PES packets...
2008-06-02 michaelcosmetic
2008-06-02 michaelAllow matching timestamps to be removed by fetch_timest...
2008-06-02 michaelAdd off argument so that fetch_timestamp can search...
2008-06-02 michaelFactorize fetch_timestamp() into its own function
2008-06-02 michaelunused variable
2008-06-02 michaelindent
2008-06-02 michaelRename last_frame_offset to next_frame_offset.
2008-06-02 michaelSimplify parser core.
2008-05-26 michaelindent
2008-05-26 michaelallow av_parser_close(NULL)
2008-03-25 benoitReturn an error when realloc fails.
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2007-12-12 michaelav_*_next() API for libavcodec
2007-05-08 aurelremove no more useful includes
2007-05-08 aurelmove aac and ac3 parsers in their own files
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-05-05 aurelmove mpegaudio_parser in it's own file
2007-05-05 aurelmove mpeg4video_parser in it's own file
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-07 diegotypos/grammar
2007-03-26 michaelset pict_type to I type during init so parsers which...
2007-03-18 jbrhardcode ff_ac3_frame_sizes table
2007-03-12 mbardiauxGive context to dprintf
2007-03-11 jbrmove AC-3 header parsing to ac3.c
2007-03-11 jbrremove redundancy in AC-3 parser by using common tables...
2007-02-09 jbrfix parsing of RealAudio AC-3/DolbyNet
2007-01-24 gpoirierfix indentation, patch by Ian Caulfield % ian P caulfie...
2007-01-24 gpoirierAllows the AC3 parser to read the frame size and codec...
2006-12-18 michaelminor doc fix
2006-11-12 stefangmove all cavs-parsing to cavs.c
2006-11-12 stefangmake mpeg4video_split public as ff_mpeg4video_split
2006-11-06 bcouduriermove AVCodecParser prototypes and definitions to parser...
2006-11-05 bcoudurieruse AVRational and ff_frame_rate_tab for frame_rate
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-30 michaeldont set the sampling rate just because 1 mp3 packet...
2006-10-11 michaeldoxy
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-08-26 michaeldont copy frame if the whole mp1/2/3 frame is available...
2006-07-09 mrumake some tables const
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-07-07 diegoFix compilation with --disable-decoders.
2006-07-06 michaelAVBitStreamFilter (some thingy which can modify the...
2006-07-03 michaelCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-16 mruThe AAC frame header uses 13 bits for the frame size...
2006-02-10 mruuse get_bits1/skip_bits[1] in ac3 and aac parsers
2006-02-08 mruadts aac parser
2006-02-04 michaelfaster find_startcode()
2006-02-02 michaeloutput last ac3 frame and simplify
2006-01-24 diegoRemove all stray tabs and trailing whitespace, this...
2006-01-21 mrunative ac3 parser
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-06 mruKill some compiler warnings. Compiled code verified...
2005-08-26 michaelCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-15 michaelparse pict_type for streams in avi
2005-06-29 michaeloff by 1 error bugfix
2005-06-27 michaelsupport changing in bitstream global headers into extra...
2005-04-30 michaelswitch to native time bases
2005-03-17 michael10l typo
2005-03-05 michaelmpeg-es bitrate parsing
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-01 michael10l (array gets padded with 0 which is CODEC_ID_NONE...
2005-01-31 michael10000l vbr mp3 fix
2005-01-29 michaelrequire a few valid and equal mp3 headers for resync
2004-12-14 michaelfix timestamp prediction for low_delay mpeg streams
2004-12-12 michaelflush remaining data from parser at EOF
2004-11-12 michaelpnm parser
2004-09-27 michaellowres width/height cleanup 3rd try
2004-09-27 michaellowres fixes for the parser
2004-07-09 michael1000000l
2004-07-09 michaelfield pic timestamp fix
2004-06-30 michaeltimestamp duplication bugfix
2004-05-23 michaelmpeg audio timestamp fix
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-29 michaelremove duplicated find_frame_end() code
2004-04-29 michael>2 channels decoding fix
2003-12-16 bellardpts and dts support in parser API
2003-12-15 bellardadded End Of File handling to return last picture for...
2003-12-12 bellardfill codec info
2003-11-10 bellardalso parse extradata for MPEG4
2003-11-10 bellardnew audio/video parser API