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-23Replace more FFmpeg instances by Libav or ffmpeg.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-23Add some debug log messages to AAC extradataAlex Converse
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-22Introduce slice threads flag.Ronald S. Bultje
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
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-19In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles
2011-04-19lavc: remove reference to opt.h from Makefile.Anton Khirnov
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov
2011-04-19pcm: Add const to cast in ENCODE macro.Diego Biurrun
2011-04-19libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
2011-04-18ptx: Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-17ac3dec: fix processing of delta bit allocation information.Justin Ruggles
2011-04-17vc1: fix fate-vc1 after previous commit.Ronald S. Bultje
2011-04-16wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje
2011-04-15make av_dup_packet() more cautious on allocation failuresKostya Shishkov
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-15introduce side information for AVPacketKostya Shishkov
2011-04-14libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö
2011-04-14libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö
2011-04-14libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö
2011-04-14libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö
2011-04-13libvo-*: Fix up the long codec namesMartin Storsjö
2011-04-13libavcodec: Mark AVCodec->priv_class constMartin Storsjö
2011-04-13libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö
2011-04-13lavc: postpone removal of request_channelsAnton Khirnov
2011-04-13lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov
2011-04-13libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö
2011-04-13libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö
2011-04-13libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö
2011-04-13libopencore-amr: Remove an unused state variableMartin Storsjö