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-04-24crypto: Use av_freep instead of av_freeMartin Storsjö
2011-04-24configure: Add missing libm library dependencies to .pc files.Reinhard Tartler
2011-04-24oggdec: reindent after 8f3eebd6Clément Bœsch
2011-04-24configure: Add missing libavutil inter-library dependencies to .pc files.Reinhard Tartler
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Refer to ff* tools by their lowercase names.Diego Biurrun
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-04-23Replace `` by $() syntax in shell scripts.Diego Biurrun
2011-04-23patcheck: Allow overiding grep program(s) through environment variables.Brad
2011-04-23Remove stray libavcore and _g binary references.Diego Biurrun
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun
2011-04-23aacenc: Fix whitespace after last commit.Nathan Caldwell
2011-04-23cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun
2011-04-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell
2011-04-23Remove RDFT dependency from AAC decoder.Alex Converse
2011-04-23Add some debug log messages to AAC extradataAlex Converse
2011-04-23Fix mov debug (u)int64_t format strings.Alex Converse
2011-04-23bswap: use native types for av_bwap16().Jason Garrett-Glaser
2011-04-23doc: FLV muxing is supported.Carl Eugen Hoyos
2011-04-23applehttp: Handle AES-128 encrypted streamsMartin Storsjö
2011-04-23Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö
2011-04-23doc: Mention that DragonFly BSD requires __BSD_VISIBLE setMartin Storsjö
2011-04-22Use av_log_ask_for_sample() to request samples from users.Diego Biurrun
2011-04-22Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun
2011-04-22vqavideo: We no longer need to ask for version 1 samples.Diego Biurrun
2011-04-22aacdec: indentation cosmeticsYoung Han Lee
2011-04-22APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.Ronald S. Bultje
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-22FATE: allow forcing thread-type when doing threaded fate runs.Ronald S. Bultje
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-04-21error: sort, pack, and align error code and string definitionsStefano Sabatini
2011-04-21The stabilization period after version bumps should be one month, not one week.Diego Biurrun
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-21doc: Add some initial docs on the applehttp demuxerMartin Storsjö
2011-04-21Provide a fallback version of the libm function truncMartin Storsjö
2011-04-21libavdevice: Define _XOPEN_SOURCE for usleepMartin Storsjö
2011-04-21lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov
2011-04-21lavc: provide the opt.h header until the next bumpAnton Khirnov
2011-04-21error: change AVERROR_EOF valueAnton Khirnov
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini
2011-04-20Makefile: Include dependencies for test tools, tooMartin Storsjö
2011-04-20Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun
2011-04-20update last major version increase dates in APIchangesJustin Ruggles
2011-04-20Reduce picture size for yadif.Michael Niedermayer
2011-04-20oggdec: use av_freep() instead of av_free()Michael Niedermayer
2011-04-20avio: Fix sanity checks in ffurl_read*Martin Storsjö
2011-04-20libavformat: Free AVFormatContext->streamsMartin Storsjö