OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/libav_saccubus.git] / libavformat / mpjpeg.c
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2009-02-12 Diego Biurruncosmetics: format long_name spelling fixes
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-10 Michael Niedermayerremove -f singlejpeg as its identical to -f mjpeg
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-02 Fabrice Bellardadded jpeg image encoder and decoder (new YUV handling...