OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / nuv.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* 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-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
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-04-09 Reimar DöffingerFix memleak in nuv demuxer: free packet already allocat...
2009-04-08 Reimar DöffingerCorrectly set packet size for partial video packets...
2009-04-07 Reimar DöffingerAlways return 0 if read_packet is successful.
2009-04-07 Reimar DöffingerDo not uselessly read version string into a buffer.
2009-04-07 Reimar DöffingerError out also when reading nuv header returns with...
2009-03-14 Reimar DöffingerEnable generic index creation and seeking for NUV demuxer.
2009-03-09 Reimar DöffingerMark all packets from nuv demuxer as keyframes in order...
2009-03-09 Reimar DöffingerSet AVPacket pos also for audio packets in nuv demuxer.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 Reimar DöffingerAvoid _t in typedef type
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-07-25 Joakim PlateFix handling of old nuv files where an aspect of 1...
2008-07-24 Joakim Plateaspect stored in nuv files must be converted from displ...
2008-07-07 Reimar Döffinger10l, fix nuv_header for the case when there is no video...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Reimar DöffingerCheck av_new_stream return value, fixes CID79 RUN2
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-15 Reimar DöffingerSet codec_id correctly for RJPG codec_tag
2007-09-09 Reimar DöffingerDo not set codec_tag when the container does not specif...
2007-09-09 Reimar DöffingerCopy nuv header only when the video codec is nuv
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-05-27 Michael Niedermayerfix "incorrect frame size" errors with small.nuv
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-01-31 Michael Niedermayer10l to whoever wrote this (wrong fps, fixes nirvana...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
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-11 Reimar Döffingerread_packet return value must be < 0 when no packet...
2006-04-20 Reimar DöffingerAvoid crash if there is a rtjpeg quant header but no...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder