OSDN Git Service

v210dec: switch to PIX_FMT_422P10
[coroid/libav_saccubus.git] / libavformat / swfenc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
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 Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-05-21 Baptiste Couduriercheck av_fifo_alloc return
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-02-08 Diego BiurrunRemove const qualifier from function argument to elimin...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-19 Baptiste Coudurierupdate swf video frame number when muxing done, fix...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-27 Baptiste Coudurieruse internal video frame number
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriersimplify, use pointer to codec context in struct instea...
2008-05-27 Baptiste Coudurieruse AVFifoBuffer
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriermerge init and declaration
2008-05-27 Baptiste Couduriersimplify and use version instead
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriercosmetics, remove useless cases and braces
2008-05-26 Baptiste Couduriercosmetics, remove useless dot
2008-05-20 Baptiste Coudurierremove useless/obsolete comments
2008-05-20 Baptiste Couduriersplit swf de/muxer