]> git.sesse.net Git - ffmpeg/history - libavcodec/parser.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / parser.c
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-09-05 Martin Storsjöparser: Don't use pc as context for av_dlog
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-10 Rafaël Carréremove ParseContext1
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunReplace more disabled printf() calls by av_dlog().
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-27 Ronald S. Bultjeavparser: don't av_malloc(0).
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-04-06 BradFix parser: mark av_parser_parse() for removal on next...
2011-04-02 Anton Khirnovparser: mark av_parser_parse() for removal on next...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-27 Michael ChinenFix index_entries pos:
2010-07-02 Aurelien Jacobssaner default value for convergence_duration
2010-04-21 Jai MenonFix typo.
2010-03-30 Benoit FouetReplace @returns by @return.
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...
next