Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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ö
2011-04-13libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö
2011-04-13libopencore-amr: Remove a useless local variableMartin Storsjö
2011-04-13libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö
2011-04-13libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö
2011-04-13libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö
2011-04-13libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö
2011-04-13libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö
2011-04-13libopencore-amr: Remove unused code fragmentsMartin Storsjö
2011-04-13Check for successful h263 init in msmpeg4 initAlberto Delmas
2011-04-12libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-04-12Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö