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
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-29nutenc: verbosely report unsupported negative ptsLuca Barbato
2012-10-28nutenc: K&R formatting cosmeticsLuca Barbato
2012-10-16nut: export codec_tag provided by rawvideoLuca Barbato
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-27nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov
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