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-09-04nutenc: add namespace to the api facing functionsLuca Barbato
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-04nutenc: check malloc return values.Ronald S. Bultje
2011-05-04nutenc: don't av_malloc(0).Ronald S. Bultje
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17nutenc: fix a memleakAnton Khirnov
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17nutenc: mux chapters.Anton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* 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-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-10nutenc: fix unstable floating-point calculationsMåns Rullgård
2010-07-09move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen
2010-07-09rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-03Make write_streamheader() log a message if there is no codec tagStefano Sabatini
2010-06-03Make write_streamheader() return a meaningful error code if no codecStefano Sabatini
2010-06-03Make write_header() and write_headers() return an error code in case ofStefano Sabatini
2010-06-03Make write_streamheader() and write_headers() accept anStefano Sabatini
2010-05-23Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
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
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
2010-02-28Plug some memory leaks in NUT muxer and demuxerVitor Sessak
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-02-28use new metadata API in nut muxerAurelien Jacobs
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-11remove _t for POSIX compatibility.Michael Niedermayer
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-08-03remove a comment which is no longer trueJustin Ruggles
2008-06-26Prevent invalid timestamps from being stored.Michael Niedermayer
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun