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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton 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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-12Update lavf/libnut.c to _tt type names in libnut APIOded Shimon
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-07Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun
2007-09-05Prefix library format names with 'lib' in libavformatRamiro Polla
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-10remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon
2007-03-10Add doxygen file header to libnut.cOded Shimon
2007-02-25Add LGPL header as requested by Oded.Diego Biurrun
2007-02-09Properly separate native and libnut NUT (de)muxers.Diego Biurrun
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-12-23sync to libnut, nom->numOded Shimon
2006-11-17change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon
2006-11-17update to libnut, use framecode table generatorOded Shimon
2006-11-17update to libnut API, changes to frame_table_inputOded Shimon
2006-11-16Update to libnut API, non-negative errorsOded Shimon
2006-11-15update to libnut API, don't free the streamsOded Shimon
2006-11-14update to libnut, add cache_syncpointsOded Shimon
2006-11-14update to libnut API, rename nut.h->libnut.hOded Shimon
2006-11-12change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Oded Shimon
2006-11-12Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon