OSDN Git Service

avconv: move top_field_first to options context.
[coroid/libav_saccubus.git] / libavformat / avidec.c
2011-08-12 Dustin Brodylavf: add support for error_recognition, use it in...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans Rullgardavidec: simplify convoluted flow in avi_load_index()
2011-07-01 Alex Converseavidec: infer absolute vs relative index from first...
2011-07-01 Alex Converseavidec: Factor out the sync fucntionality.
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-02 Mans RullgardRemove unused variables
2011-04-25 Kostya Shishkovread AVI palette from the end of extradata
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-07 Anton Khirnovavidec: simplify read_gab2_sub
2011-02-04 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-25 Mans Rullgardavidec: make print_tag() a macro and remove related...
2010-12-26 Peter Rossadd ff_get_bmp_header
2010-11-24 Aurelien Jacobsavidec: read some of the Nikon specific tags produced...
2010-11-23 Aurelien Jacobsavidec: support non-standard creation_time format
2010-11-23 Aurelien Jacobsavidec: trivial simplification regarding av_metadata_set
2010-11-21 Aurelien Jacobsavidec: export creation_date as metadata
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-09-02 Carl Eugen HoyosCosmetics: Reindent after r25023.
2010-09-02 Andrew WasonFix crash when decoding DV in AVI introduced in r24579...
2010-07-30 Aurelien Jacobs100l: av_freep() needs the address of the pointer
2010-07-29 Aurelien Jacobs avidec: demux ASS and SRT tracks out of GAB2 chunks
2010-07-17 Jai Menonavidec : Free packet if dv_produce_packet fails.
2010-07-17 Jai Menonavidec : Free codec context before initializing the...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-02 Michael NiedermayerDisable dshow specific bug emulation for amv files...
2010-07-02 Michael NiedermayerRename block_align variable in the avi demuxer to clear...
2010-07-02 Michael NiedermayerDuplicate rounding that MS does in one of their impleme...
2010-07-01 Michael NiedermayerFactorize get_duration() out of 4 places of the avi...
2010-07-01 Michael NiedermayerPrevent infinite recursion of odml indexes.
2010-05-20 Michael NiedermayerDisable non interleaved avi code when there is no index...
2010-05-04 Thierry FoucuDo not use pkt->size when it is potentially uninitialized.
2010-04-20 Sebastian VaterChange a %2 to &1. Patch by Sebastian Vater <cdgs DOT...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-14 Reimar DöffingerAvoid creating tiny (possibly only 64 bytes large)...
2010-02-06 Anton KhirnovAdd AVI metadata conversion table.
2010-02-05 Michael NiedermayerSupport strn tag in avidec.
2010-02-05 Michael NiedermayerCorrecting wrong looking stream_id validity check in...
2010-02-03 Michael NiedermayerOnly set duration for streams where it is likely correct.
2010-02-02 Michael NiedermayerSet nb_frames.
2010-01-12 Carl Eugen HoyosSupport uncompressed ("Resolution 1:1") Avid AVI Codec...
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-22 Michael NiedermayerFix infinite loop with size==0 && sample_size!=0 in...
2009-10-22 Michael NiedermayerSupport non interleaved avi files that have 0<size...
2009-10-01 Aurelien JacobsFix playback of strange AVI files with stray LIST.
2009-09-09 Maksym VeremeyenkoFix a bug with reading non-interleaved AVI if one the...
2009-09-09 Maksym VeremeyenkoFactorise st->nb_index_entries check.
2009-08-26 Reimar DöffingerCheck for seek failures in avi_load_index, otherwise...
2009-08-25 Maksym VeremeyenkoDo not read index chunks as audio/video data; closes...
2009-08-10 Aurelien Jacobsavidec: simplify, using av_rescale_q() instead of av_re...
2009-07-29 Diego BiurrunRemove pointless '#ifdef DEBUG' around dprintf macro.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-03 Reimar DöffingerCheck for failed extradata malloc, fixes a crash in...
2009-07-03 Reimar DöffingerCheck size of "strf" header against size of enclosing...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-05-25 Michael NiedermayerWorkaround broken AVI files from DC-XZ6.
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-03-19 Baptiste Coudurierset avi fsize to INT64_MAX if riff tag end is not set...
2009-02-21 Michael NiedermayerCheck for alloc failures.
2009-02-21 Michael NiedermayerCheck for EOF during index reading.
2009-02-21 Michael NiedermayerHandle chunks with the MSB in size set correctly that...
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-19 Peter RossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-16 Måns Rullgårdavidec: fix error introduced in r17382
2009-02-16 Benoit FouetAdd a context to av_log() calls and modify a function...
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-16 Marc MasonMake unsigned int a variable that does not need to...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-12 Måns RullgårdAVI: add bswap.h include needed on big endian
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael NiedermayerGeneric metadata API.
2008-12-16 Michael NiedermayerFix bug where the avi demxuer lost the first frame...
2008-12-14 Michael Niedermayer10l (forgot sample_size)
2008-12-14 Michael NiedermayerFix non interleaved variable fps ODML avis.
2008-10-04 Michael NiedermayerFavor even chunk sizes in ambiguous cases.
2008-10-04 Michael NiedermayerFactorize stream id parsing.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
next