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-09-04avcodec/tta: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-19avcodec/tta: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-06-07avcodec/tta: fix macro ()Michael Niedermayer
2014-04-18avcodec/tta: use av_malloc(z)_array()Michael Niedermayer
2014-02-13tta: split off hybrid filter processing as ttadspJames Almer
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-05avcodec/tta: use init_get_bits8()Michael Niedermayer
2013-06-14lavc: copy AVCodecContext for threadsPaul B Mahol
2013-06-07lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol
2013-06-06ttadec: frame multi-threading supportPaul B Mahol
2013-06-03tta: use interger instead of pointer to iterate output samples for 24-bit casePaul B Mahol
2013-06-03tta: move GetBitContext out of private contextPaul B Mahol
2013-06-02tta: move code that will be shared with encoder to separate filePaul B Mahol
2013-06-02tta: use get_unary()Paul B Mahol
2013-06-01tta: stop checking header checksum in extradataPaul B Mahol
2013-05-31tta: remove pointless codePaul B Mahol
2013-05-29lavc/tta: use init_get_bits8()Paul B Mahol
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
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-17lavc/tta: Use a safer check for encrypted streamsJames Almer
2013-02-13Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680'Michael Niedermayer
2013-02-12tta: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-12lavc/tta: Add support for encrypted streamsJames Almer
2013-01-24lavc/tta: remove nonsense s->avctx indirection, use avctx directlyPaul B Mahol
2012-12-23Merge commit '418693bdc5edad72b0d055f741931612d797eb05'Michael Niedermayer
2012-12-22ttadec: fix last frame handling when seekingJustin Ruggles
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-19lavc/tta: do not overwrite bits_per_coded_samplePaul B Mahol
2012-10-17lavc/tta: use meaningful error codesPaul B Mahol
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-09-30tta: let samples declaration match castPaul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-05-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer