Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-04-09Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger
2009-04-09Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger
2009-04-08Always return 0 if read_packet is successful.Reimar Döffinger
2009-04-08Do not uselessly read version string into a buffer.Reimar Döffinger
2009-04-08Error out also when reading nuv header returns with partial data and returnReimar Döffinger
2009-03-15Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger
2009-03-09Mark all packets from nuv demuxer as keyframes in order to make seeking work.Reimar Döffinger
2009-03-09Set AVPacket pos also for audio packets in nuv demuxer.Reimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-11Avoid _t in typedef typeReimar Döffinger
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-25Fix handling of old nuv files where an aspect of 1 actually means 4/3Joakim Plate
2008-07-24aspect stored in nuv files must be converted from display- to sample-aspect.Joakim Plate
2008-07-0710l, fix nuv_header for the case when there is no video stream.Reimar Döffinger
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-15Set codec_id correctly for RJPG codec_tagReimar Döffinger
2007-09-09Do not set codec_tag when the container does not specify it.Reimar Döffinger
2007-09-09Copy nuv header only when the video codec is nuvReimar Döffinger
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-05-27fix "incorrect frame size" errors with small.nuvMichael Niedermayer
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-01-3110l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-11read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger
2006-04-20Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger