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
2013-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-06avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-06-24Merge commit '95d52464542f532061290192518d5fe1c1930e8d'Michael Niedermayer
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-06audio frame multi-threaded decodingPaul B Mahol
2013-05-06Remove a superfluous include from libavcodec/options_table.h.Carl Eugen Hoyos
2013-04-20Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c'Michael Niedermayer
2013-04-19h264: fully support cropping.Anton Khirnov
2013-04-13avcodec: fix ignorecrop AVOption offsetMichael Niedermayer
2013-03-13Merge commit 'd6ed604cf4ca86ed345125b26eb5bdeea6d6bf68'Michael Niedermayer
2013-03-13Merge commit 'fcb07e8b332bbd6f9558bff98ff5102c5f2d8252'Michael Niedermayer
2013-03-13Merge commit 'de27d2b92fa97deb2856d18e9f5f19586ce45a0f'Michael Niedermayer
2013-03-13lavc: extend documentation for skip_idct, skip_loop_filter, skip_frame optionsStefano Sabatini
2013-03-13Merge commit '845017105f240ac5348aad1f8a5256b86d49db76'Michael Niedermayer
2013-03-13Merge commit '2a113695238e7675ab75c5fb9a5f59fc92f2ddd9'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-11lavc: remove disabled FF_API_IDCT cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_SNOW cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_MMI cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-27avcodec: mbd has a range of 0..2Michael Niedermayer
2013-02-17lavc: support subtitles character encoding conversion.Clément Bœsch
2013-01-25Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer
2013-01-25h264: Allow discarding the cropping information from SPSVittorio Giovara
2013-01-21Merge commit '93af2734ee609133eaeca28329d7f13241dd411f'Michael Niedermayer
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-06Drop Snow codecDiego Biurrun
2012-12-19Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer
2012-12-18Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-12-07avcodec: Fix a typo in an option descriptionMartin Storsjö
2012-12-01lavu/opt: allow to set sample and pixel format with av_opt_set_int()Stefano Sabatini
2012-11-30lavu/opt: change the way default pixel and sample format value is setStefano Sabatini
2012-11-03lavc/options_table: force non-negative bitrate rangeStefano Sabatini
2012-11-03lavc/options_table: make "request_sample_fmt" an AV_OPT_TYPE_SAMPLE_FMT optionStefano Sabatini
2012-10-23Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45'Michael Niedermayer
2012-10-22lavc: remove stats_out from the options table.Anton Khirnov
2012-10-13Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f'Michael Niedermayer
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-11options_table: refs option is not snow-onlyDiego Biurrun
2012-09-11ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer