]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/nuv.c
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavformat / nuv.c
2009-04-09 reimarFix memleak in nuv demuxer: free packet already allocat...
2009-04-08 reimarCorrectly set packet size for partial video packets...
2009-04-07 reimarAlways return 0 if read_packet is successful.
2009-04-07 reimarDo not uselessly read version string into a buffer.
2009-04-07 reimarError out also when reading nuv header returns with...
2009-03-14 reimarEnable generic index creation and seeking for NUV demuxer.
2009-03-09 reimarMark all packets from nuv demuxer as keyframes in order...
2009-03-09 reimarSet AVPacket pos also for audio packets in nuv demuxer.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 reimarAvoid _t in typedef type
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-07-25 reimarFix handling of old nuv files where an aspect of 1...
2008-07-24 reimaraspect stored in nuv files must be converted from displ...
2008-07-07 reimar10l, fix nuv_header for the case when there is no video...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-29 reimarCheck av_new_stream return value, fixes CID79 RUN2
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-15 reimarSet codec_id correctly for RJPG codec_tag
2007-09-09 reimarDo not set codec_tag when the container does not specif...
2007-09-09 reimarCopy nuv header only when the video codec is nuv
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-05-27 michaelfix "incorrect frame size" errors with small.nuv
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-01-31 michael10l to whoever wrote this (wrong fps, fixes nirvana...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-11 reimarread_packet return value must be < 0 when no packet...
2006-04-20 reimarAvoid crash if there is a rtjpeg quant header but no...
2006-03-27 reimarNuppelVideo/MythTVVideo support, including rtjpeg decoder