OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavformat / avidec.c
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-01-27 Anton Khirnovavidec: do not export stream_codec_tag
2014-12-08 Joakim PlateAllow reading of growing avi files (currently being...
2014-04-02 Michael Niedermayeravi: Improve non-interleaved detection
2014-04-01 Marc-Antoine Arnaudlavf: add supported extension to avi and mov demuxers
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-21 Anton Khirnovavidec: fix a memleak in the dv init code.
2013-10-10 Luca Barbatoavi: directly resync on DV in AVI read failure
2013-10-10 Luca Barbatoavi: DV in AVI must be considered single stream
2013-10-10 Luca Barbatoavi: properly fail if the dv demuxer is missing
2013-09-29 Martin Storsjöavidec: Make sure a packet is large enough before readi...
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-27 Luca Barbatoavidec: Let the inner dv demuxer take care of discarding
2013-07-27 Luca Barbatoavidec: K&R formatting cosmetics
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-21 Jindrich Makovickaavidec: use sensible error codes instead of -1
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-29 Anton Khirnovavidec: use actually read size instead of requested...
2012-09-29 Anton Khirnovavidec: return 0, not packet size from read_packet().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-06-04 Anton Khirnovavidec: make scale and rate unsigned.
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-20 Dustin Brodyavidec: migrate last of lavf from FF_ER_* to AV_EF_*
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-27 Victor VasilievGeneralize RIFF INFO tag support; support reading INFO...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for some dv functions.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-10 Mans Rullgardavidec: fix signed overflow in avi_sync()
2011-10-10 Janne Grunauavidec: simplify size parameter in memset()
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...
next