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
2017-05-05avcodec/vorbisdec: add missing commaJames Almer
2017-05-05Merge commit '0b77a5933635293508e7289e7cf191ed166cf070'James Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-01-04vorbisdec: reject rangebits 0 with non-0 partitionsAndreas Cadhalpun
2016-01-04vorbisdec: reject channel mapping with less than two channelsAndreas Cadhalpun
2015-09-03avcodec/vorbisdec: use init_get_bits8()Paul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
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-08Merge commit '0025f7408a0fab2cab4a950064e4784a67463994'Michael Niedermayer
2015-03-08Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318'Michael Niedermayer
2015-03-08vorbis: Check the vlc value in setup_classifsLuca Barbato
2015-03-08vorbis: Use a local codebook variableLuca Barbato
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-02-22avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failureMichael Niedermayer
2015-02-18Merge commit '31dc73e92a96f08d07650c0e7d31c0b9a1465d46'Michael Niedermayer
2015-02-17vorbisdec: Check memory allocationsVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-12-14avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer
2014-12-01avcodec/vorbisdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-08avcodec/vorbisdec: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-04avcodec/vorbisdec: Fix off by 1 error in ptns_to_readMichael Niedermayer
2014-06-07avcodec/vorbisdec: Reset first_frameMichael Niedermayer
2014-04-30avcodec/vorbisdec: use av_malloc(z)_array()Michael Niedermayer
2014-04-30avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer
2014-03-11avcodec/vorbisdec: use the stored previous window type only when the actual p...Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-01vorbisdec: Check VLC tables during use instead of setupMichael Niedermayer
2013-07-01vorbisdec: propagate errors from setup_classifs()Michael Niedermayer
2013-06-08Merge commit 'f8a4d5e970f32f8cc747f9fa7bd975ee4a060ea1'Michael Niedermayer
2013-06-07vorbis: return meaningful errorsLuca Barbato
2013-05-20Merge commit 'db347280eb3746d7b70888db97f1efe5f06f5624'Michael Niedermayer
2013-05-20Merge commit 'ddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0'Michael Niedermayer
2013-05-20Merge commit '36f10380043c8b8c5cbf8c1add8695089cdaa341'Michael Niedermayer
2013-05-20Merge commit '98186578a2a21af5bfe6dd71d222dc270f763c7d'Michael Niedermayer
2013-05-20vorbis: fallback to normal division instead of crashingLuca Barbato
2013-05-20vorbis: simplify the inner loop in setup_classifsLuca Barbato
2013-05-20vorbis: use normal integer values for iteratorsLuca Barbato
2013-05-20vorbis: refactor vorbis_residue_decode_internalLuca Barbato
2013-05-13vorbisdec: check codebook entry countMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch