aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer2014-06-1112-12/+24
|\
| * ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-1012-12/+24
* | Merge commit '205fdd4ea5e1264946917a26fde01e137a485f5a'Michael Niedermayer2014-06-113-0/+15
|\|
| * ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-103-0/+15
* | Fix standalone compilation of the webvtt encoder.Carl Eugen Hoyos2014-06-101-1/+1
* | Merge commit '570d4b21863b6254d6bbca9c528bede471bb4478'Michael Niedermayer2014-06-101-5/+5
|\|
| * x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö2014-06-101-5/+5
| * adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-101-0/+1
| * adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö2014-06-061-1/+1
* | avcodec/x86/dct_init: fix build failure with clang && disable-optimizationsMichael Niedermayer2014-06-091-1/+1
* | avcodec/utvideoenc: skip unused huffman entriesMichael Niedermayer2014-06-091-1/+1
* | avcodec/utvideodec: fix use of get_vlc2()Michael Niedermayer2014-06-091-1/+1
* | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer2014-06-094-10/+19
* | avcodec/utvideodec: Increase vlc lenCarl Eugen Hoyos2014-06-091-1/+1
* | cavsdec: fix qp fixed slice handlingMichael Niedermayer2014-06-092-1/+3
* | x86/dct32: don't build ff_dct32_float_sse on x86_64James Almer2014-06-092-1/+3
* | avcodec/options_table: improve max/min rate help textMichael Niedermayer2014-06-081-2/+2
* | avcodec/pthread_slice: Use av_malloc(z)_array()Michael Niedermayer2014-06-081-4/+4
* | avcodec/pthread_frame: Use av_mallocz_array()Michael Niedermayer2014-06-081-1/+1
* | avcodec: fix () in TRANSPOSE macroMichael Niedermayer2014-06-082-2/+2
* | avcodec/aacpsy: Use av_mallocz_array()Michael Niedermayer2014-06-081-1/+1
* | avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer2014-06-081-1/+1
* | x86/vp9: inital AVX2 intra_predJames Almer2014-06-084-9/+176
* | avcodec/hevc_sei: fix invalid get_bits() in a commentMichael Niedermayer2014-06-071-1/+1
* | avcodec/tscc2: fix macro ()Michael Niedermayer2014-06-071-2/+2
* | avcodec/tta: fix macro ()Michael Niedermayer2014-06-072-2/+2
* | avcodec/vorbisdec: Reset first_frameMichael Niedermayer2014-06-071-0/+1
* | avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed"...Michael Niedermayer2014-06-061-3/+2
* | avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed"...Rafaël Carré2014-06-061-1/+1
* | Merge commit 'f558f0d2da9426c7f5ba346b5b8e6eb720148362'Michael Niedermayer2014-06-061-1/+4
|\|
| * avcodec options: add enum option for color_rangeMarc-Antoine Arnaud2014-06-061-1/+4
* | Merge commit '7c29b7229bedf0c37d09bd02dab88e563adffd3c'Michael Niedermayer2014-06-061-1/+11
|\|
| * avcodec options: add enum option for colorspaceMarc-Antoine Arnaud2014-06-061-1/+11
* | Merge commit 'efc2dfe6a0238ec08769626db899ea910be24407'Michael Niedermayer2014-06-061-1/+15
|\|
| * avcodec options: add enum option for color_trcMarc-Antoine Arnaud2014-06-061-1/+15
* | Merge commit 'bd71c300f9ba7f9875bb5df17ce522e9128bae10'Michael Niedermayer2014-06-061-1/+9
|\|
| * avcodec options: add enum option for color_primariesMarc-Antoine Arnaud2014-06-061-1/+9
* | avcodec/mpeg12enc: store sequence display extension only if we have something...Michael Niedermayer2014-06-061-11/+15
* | Merge commit '8a06794112d02a5707f766b8b38a5d50dfd03898'Michael Niedermayer2014-06-061-0/+12
|\|
| * mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-061-0/+12
* | huffyuvdec: trick for plane decoding <= 14bitsChristophe Gisquet2014-06-061-23/+17
* | avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()Michael Niedermayer2014-06-061-1/+1
* | adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-061-0/+1
* | adpcm: Fix trellis encoding of IMA QTMartin Storsjö2014-06-061-1/+1
* | wma lossless: reuse scalarproduct_and_madd_int16Christophe Gisquet2014-06-061-30/+30
* | Merge commit '2f7065190ad48744014a02288799d03adfa613e0'Michael Niedermayer2014-06-062-44/+20
|\|
| * libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö2014-06-062-44/+20
* | x86/dsputil: move some mmx init code inside dsputil_init_mmx()James Almer2014-06-061-20/+18
* | avcodec/mjpegdec: Improve intel jpeg flip heuristicMichael Niedermayer2014-06-061-1/+1
* | avcodec/aic: fix quantization table permutationMichael Niedermayer2014-06-051-4/+7