OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / ffmdec.c
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-06 Anton Khirnovlavf: deprecate AVStream.quality.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
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-04 Anton Khirnovlavf: deprecate get_strz() in favor of avio_get_str
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-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-25 Reimar DöffingerMove ffm_close function up to avoid a forward declaration.
2010-07-25 Reimar Döffingerffmdec: Do not manually free streams on read_header...
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-17 Ronald S. BultjeCast sample_fmt (as read from bitstream as a 16-bit...
2010-03-10 Benoit FouetFix ffm_close return type.
2010-03-10 Vitor SessakFix memory leak in FFM demuxer
2009-12-14 Benjamin LarssonFix breakage introduced by setting the sample_fmt to...
2009-11-24 Jason Garrett-GlaserUpdate ffserver to include all basic x264 parameters...
2009-04-10 Aurelien Jacobsremove useless duplication of what av_new_stream()...
2009-03-21 Baptiste Coudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 Baptiste Coudurierfix valid seeking range
2009-03-20 Baptiste Coudurierresync ffm if error in stream
2009-03-20 Baptiste Couduriertypo, fix eof check
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-02-12 Baptiste Coudurierreturn error if read failed
2009-02-12 Patrik KullmanChange ffm_write_write_index to return int, and return...
2009-02-01 Baptiste Coudurierreturn eof/error if only ffm header has been written...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-27 Stefano SabatiniImprove long names for FFM muxer and demuxer:
2008-06-22 Baptiste Couduriercosmetics, pts->dts
2008-06-22 Baptiste Coudurierenable feeder threads
2008-06-19 Baptiste Coudurierffm has no per stream priv_data anymore
2008-06-09 Albert Astals CidFix compilation with -DDEBUG, patch by Albert Astals...
2008-06-09 Baptiste Coudurierpass dts and pts through ffm, should fix streaming...
2008-06-09 Baptiste Coudurierpass extradata through ffm
2008-06-07 Baptiste Coudurierfix pts handling in ffm
2008-06-07 Baptiste CoudurierReset reading state after successful seek.
2008-06-06 Baptiste Couduriercosmetics, rename first to header, more explicit name
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-26 Baptiste Couduriertypo
2008-05-26 Baptiste Coudurierreplace printf by av_log
2008-05-26 Baptiste Coudurieruse av_hex_dump_log
2008-05-26 Baptiste Coudurieruse dprintf
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Couduriersplit ffm de/muxer