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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-05avcodec/alsdec: Check for overreadMichael Niedermayer
2015-05-05alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-05-05alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-05-05alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-04-23alsdec: only adapt order for positive max_orderAndreas Cadhalpun
2015-04-22alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-19alsdec: validate time diff indexAndreas Cadhalpun
2015-04-18alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun
2015-04-18avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer
2015-04-18alsdec: ensure channel reordering is reversibleAndreas Cadhalpun
2015-04-14avcodec/alsdec: use av_malloc(z)_array()Paul B Mahol
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-05avcodec/alsdec: use init_get_bits8()Paul B Mahol
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-08avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-16avcodec/alsdec: check predictor order against block lengthMichael Niedermayer
2013-12-29avcodec/alsdec: skip cases where the master channel equals the current channelMichael Niedermayer
2013-12-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-12-10alsdec: check block lengthReinhard Tartler
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-13Update my email address.Thilo Borgmann
2013-07-24alsdec: minor simplification in read_block()Michael Niedermayer
2013-07-24Merge commit 'ca488ad480360dfafcb5766f7bfbb567a0638979'Michael Niedermayer
2013-07-24Merge commit '70ecc175c7b513a153ac87d1c5d219556ca55070'Michael Niedermayer
2013-07-24alsdec: Clean up error pathsLuca Barbato
2013-07-24alsdec: Fix the clipping rangeLuca Barbato
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-14Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()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 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer
2013-02-12als: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-28alsdec/read_specific_config: check for init_get_bits failureMichael Niedermayer
2013-01-06alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the...Thilo Borgmann
2013-01-06alsdec: Consistently use a period at the end of error messages.Thilo Borgmann
2013-01-05alsdec: change channel sorting so it match reference implementationPaul B Mahol