]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/yuv4mpeg.c
Added copies of makefiles for OMK build.
[frescor/ffmpeg.git] / libavformat / yuv4mpeg.c
2009-05-11 conradUse chroma_sample_location in reading/writing yuv4mpeg
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-07-11 diegoMove functions only used for muxing below #ifdef CONFIG...
2008-06-19 bcoudurierremove useless close func
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-29 michaelENOMEM is better, yes ...
2008-05-28 michaelNull pointer check / CID26.
2008-05-28 michaeluseless
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-27 benoitremove empty write trailer functions
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-02-08 diegoMove CONIG_MUXERS below struct frame_attributes, it...
2006-02-08 diegoCorrectly set the interlaced_frame and top_field_first...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-08-14 mrukill a bunch of compiler warnings
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-26 michaelAdds read probe to y4m, and changes the extension to...
2005-04-26 michaelUpdate yuv4mpeg to use PIX_FMT_NONE patch by (Roine...
2005-01-19 michaeladd luma only support to yuv4mpeg patch by (Roine Gusta...
2005-01-04 michael- Writes correct unknown aspect
2004-10-01 michaeldo not call (av_)abort()
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-04-01 michaelyuv4mpeg output 'C' tag patch by ("Steven M. Schultz...
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-20 michaelAVRational
2003-10-20 michaelbottom_field_first -> top_field_first
2003-10-18 romansh * providing MPEG codecs with a generic fields in...
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-25 michaelniyuv4mpeg.c extra space patch by ("Steven M. Schultz...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-08-29 michaelnistdin patch by (Charles Yates <charles dot yates at...
2003-08-05 michaelniyuv4mpeg pipe reader for libavformat patch by (D Richar...
2003-07-17 bellardremoved warnings
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-11 bellardextracted yuv4mpeg from img.c (untested)