]> git.sesse.net Git - ffmpeg/history - libavcodec/parser.c
Parse ID3v[12] metadata from TTA files.
[ffmpeg] / libavcodec / parser.c
2009-06-21 Baptiste CoudurierFetch timestamp for the first frame of field only if...
2009-05-26 Baptiste Coudurierdo not reference remainder packets in the parser, fix...
2009-03-05 Ivan SchreterAdd handling of frame position in the parser.
2009-03-02 Michael NiedermayerConsider all packets in the parser, not just ones with...
2009-03-02 Michael NiedermayerFavor container packets that end after the first byte...
2009-03-02 Michael NiedermayerCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-23 Baptiste Coudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-20 Michael NiedermayerUse av_freep() in ff_parse_close().
2008-10-04 Diego PettenòMark list heads static. Patch by Diego Pettenò
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerOnly store timestamps when there are timestamps.
2008-06-02 Michael NiedermayerOur MPEG-TS demuxer does not send complete PES packets...
2008-06-02 Michael Niedermayercosmetic
2008-06-02 Michael NiedermayerAllow matching timestamps to be removed by fetch_timest...
2008-06-02 Michael NiedermayerAdd off argument so that fetch_timestamp can search...
2008-06-02 Michael NiedermayerFactorize fetch_timestamp() into its own function
2008-06-02 Michael Niedermayerunused variable
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerRename last_frame_offset to next_frame_offset.
2008-06-02 Michael NiedermayerSimplify parser core.
2008-05-26 Michael Niedermayerindent
2008-05-26 Michael Niedermayerallow av_parser_close(NULL)
2008-03-25 Andy GockeReturn an error when realloc fails.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-05-08 Aurelien Jacobsremove no more useful includes
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsmove mpegaudio_parser in it's own file
2007-05-05 Aurelien Jacobsmove mpeg4video_parser in it's own file
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-07 Diego Biurruntypos/grammar
2007-03-26 Michael Niedermayerset pict_type to I type during init so parsers which...
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-02-09 Justin Rugglesfix parsing of RealAudio AC-3/DolbyNet
2007-01-24 Ian Caulfieldfix indentation, patch by Ian Caulfield % ian P caulfie...
2007-01-24 Ian CaulfieldAllows the AC3 parser to read the frame size and codec...
2006-12-18 Michael Niedermayerminor doc fix
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Stefan Gehrermake mpeg4video_split public as ff_mpeg4video_split
2006-11-06 Baptiste Couduriermove AVCodecParser prototypes and definitions to parser...
2006-11-05 Baptiste Coudurieruse AVRational and ff_frame_rate_tab for frame_rate
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-11 Michael Niedermayerdoxy
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-26 Michael Niedermayerdont copy frame if the whole mp1/2/3 frame is available...
2006-07-09 Måns Rullgårdmake some tables const
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-07-07 Emiliano ParasassiFix compilation with --disable-decoders.
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-16 Måns RullgårdThe AAC frame header uses 13 bits for the frame size...
2006-02-10 Måns Rullgårduse get_bits1/skip_bits[1] in ac3 and aac parsers
2006-02-08 Måns Rullgårdadts aac parser
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-02-02 Michael Niedermayeroutput last ac3 frame and simplify
2006-01-24 Diego BiurrunRemove all stray tabs and trailing whitespace, this...
2006-01-21 Måns Rullgårdnative ac3 parser
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-08-15 Michael Niedermayerparse pict_type for streams in avi
2005-06-29 Michael Niedermayeroff by 1 error bugfix
2005-06-27 Michael Niedermayersupport changing in bitstream global headers into extra...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-03-17 Michael Niedermayer10l typo
2005-03-05 Michael Niedermayermpeg-es bitrate parsing
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-01 Michael Niedermayer10l (array gets padded with 0 which is CODEC_ID_NONE...
2005-01-31 Michael Niedermayer10000l vbr mp3 fix
2005-01-29 Michael Niedermayerrequire a few valid and equal mp3 headers for resync
2004-12-14 Michael Niedermayerfix timestamp prediction for low_delay mpeg streams
2004-12-12 Michael Niedermayerflush remaining data from parser at EOF
2004-11-12 Michael Niedermayerpnm parser
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-27 Michael Niedermayerlowres fixes for the parser
2004-07-09 Michael Niedermayer1000000l
2004-07-09 Michael Niedermayerfield pic timestamp fix
2004-06-30 Michael Niedermayertimestamp duplication bugfix
2004-05-23 Michael Niedermayermpeg audio timestamp fix
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-29 Michael Niedermayer>2 channels decoding fix
2003-12-16 Fabrice Bellardpts and dts support in parser API
2003-12-15 Fabrice Bellardadded End Of File handling to return last picture for...
2003-12-12 Fabrice Bellardfill codec info
2003-11-10 Fabrice Bellardalso parse extradata for MPEG4
2003-11-10 Fabrice Bellardnew audio/video parser API