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
2014-12-19takdec: check av_samples_get_buffer_size() return valueVittorio Giovara
2014-08-03avcodec/takdec: remove unused variableMichael Niedermayer
2014-08-03avcodec/takdec: move tmp declaration to where its usedMichael Niedermayer
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-05-08avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" ...Michael Niedermayer
2014-01-31avcodec/takdec: always check bits_per_raw_sampleMichael Niedermayer
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-28avcodec/takdec: also do crc check when er compliant is setMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-10tak: use crc table from lavuPaul B Mahol
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-06takdec: frame multi-threading supportPaul B Mahol
2013-05-10takdec: simplify use of scalarproduct_int16 in decode_subframe()Paul B Mahol
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-13Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca'Michael Niedermayer
2013-02-12tak: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-29takdec: switch to init_get_bits8()Paul B Mahol
2012-12-10takdec: silence/fix warning for undefined behaviorPaul B Mahol
2012-12-10tak: reduce difference with qatarPaul B Mahol
2012-12-08takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann
2012-12-08takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-12-07lavc/takdec: s/get_b/get_bits_esc4Paul B Mahol
2012-12-07lavc/takdec: simplify codePaul B Mahol
2012-12-07takdec: use samplefmt.h from libavutilPaul B Mahol
2012-12-07takdec: remove get_code() and use get_sbits() directlyPaul B Mahol
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-03takdec: add .sample_fmtsPaul B Mahol
2012-10-12takdec: stop decoding in case of unknown bpsPaul B Mahol
2012-10-12takdec: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol
2012-10-08TAK demuxer, decoder and parserPaul B Mahol