OSDN Git Service

imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".
[coroid/libav_saccubus.git] / libavformat / yuv4mpeg.c
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-05-11 David ConradUse chroma_sample_location in reading/writing yuv4mpeg
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-07-11 Diego BiurrunMove functions only used for muxing below #ifdef CONFIG...
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Michael NiedermayerENOMEM is better, yes ...
2008-05-28 Michael NiedermayerNull pointer check / CID26.
2008-05-28 Michael Niedermayeruseless
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
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-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-02-08 Colin WardMove CONIG_MUXERS below struct frame_attributes, it...
2006-02-08 Luca AbeniCorrectly set the interlaced_frame and top_field_first...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-26 Roine GustafssonAdds read probe to y4m, and changes the extension to...
2005-04-26 Roine GustafssonUpdate yuv4mpeg to use PIX_FMT_NONE patch by (Roine...
2005-01-19 Roine Gustafssonadd luma only support to yuv4mpeg patch by (Roine Gusta...
2005-01-04 Roine Gustafsson- Writes correct unknown aspect
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-04-01 Steven M. Schultzyuv4mpeg output 'C' tag patch by ("Steven M. Schultz...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 Michael NiedermayerAVRational
2003-10-20 Michael Niedermayerbottom_field_first -> top_field_first
2003-10-18 Roman Shaposhnik * providing MPEG codecs with a generic fields in...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-25 Steven M. Schultzyuv4mpeg.c extra space patch by ("Steven M. Schultz...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-08-29 Charles Yatesstdin patch by (Charles Yates <charles dot yates at...
2003-08-05 D Richard Felker IIIyuv4mpeg pipe reader for libavformat patch by (D Richar...
2003-07-17 Fabrice Bellardremoved warnings
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-11 Fabrice Bellardextracted yuv4mpeg from img.c (untested)