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
2022-11-06wma: convert to lavu/txLynne
2022-03-15wma: convert to new channel layout APIAnton Khirnov
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-08-26avcodec/wma: Return specific error codeOlivier Crête
2021-05-12avcodec/wma: Check initializing VLCAndreas Rheinhardt
2021-05-12avcodec/wma: Remove nonsense volatileAndreas Rheinhardt
2020-10-23avcodec/wma: Remove unused arrayAndreas Rheinhardt
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-03-19Merge commit 'a972fc1c0ab6e7f169f9145d6da46e8cedbc291c'Clément Bœsch
2016-08-17wma: Kill non-compiling disabled cruftDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-11avcodec/wma: Fix undefined shift in ff_wma_run_level_decode()Michael Niedermayer
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-01-30avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*Michael Niedermayer
2015-01-12avcodec/wma: Print more details in case of spectral RLE overflowsMichael Niedermayer
2014-12-19Merge commit '596b5c488fa1d40f114a64d3b73e1863cab073fb'Michael Niedermayer
2014-12-19wma: check memory allocations and propagate errorsVittorio Giovara
2014-11-30avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-09-04Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'Michael Niedermayer
2014-09-04build: Split WMA frequencies into a separate object fileDiego Biurrun
2014-09-04Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer
2014-09-03wma: K&R formatting cosmeticsGabriel Dume
2014-04-22avcodec/wma: use av_malloc_array()Michael Niedermayer
2014-04-05avcodec/wma: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-02-13Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer
2013-02-12wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles
2013-01-31wma: check byte_offset_bitsMichael Niedermayer
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06wmaenc: use float planar sample formatJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer