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
2020-02-03avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()Michael Niedermayer
2020-02-03avcodec/wmavoice: sanity check block_alignMichael Niedermayer
2019-12-15avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer
2019-12-15avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-11-25avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer
2019-11-09avcodec/wmavoice: Check sample_rateMichael Niedermayer
2018-12-23avcodec/wmavoice: use init_get_bits8()Paul B Mahol
2018-02-04avcodec: do not use init_static_data on some codecsMuhammad Faiz
2017-11-11wmavoice: free frame before ff_get_bufferTimo Rothenpieler
2017-03-20wmavoice: remove unused or write-only variables.Ronald S. Bultje
2017-01-03wmavoice: validate block alignmentAndreas Cadhalpun
2017-01-03wmavoice: truncate spillover_nbits if too largeAndreas Cadhalpun
2016-12-27wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje
2016-12-27wmavoice: move overflow handling to common code.Ronald S. Bultje
2016-12-27wmavoice: reindent.Ronald S. Bultje
2016-12-27wmavoice: disable bitstream checking.Ronald S. Bultje
2016-12-27wmavoice: move wmavoice_flush() up.Ronald S. Bultje
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-28wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-11Merge commit 'f5c48f5adaead5259660d4eaab2e695d1bac3a08'Michael Niedermayer
2013-07-11Merge commit '04e9853a210e07b1a150aa2b8e9af0aa3601ff21'Michael Niedermayer
2013-07-10wmavoice: conceal clearly corrupted blocksLuca Barbato
2013-07-10wmavoice: use init_static_dataLuca Barbato
2013-07-10wmavoice: return meaningful error codesLuca Barbato
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-13Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90'Michael Niedermayer
2013-02-12wmavoice: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-05wmavoice: silence may be used uninitialized warningsMichael Niedermayer
2013-01-29wmavoicedec: use the checked bitstream, readerMichael Niedermayer
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer