summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decodin...Michael Niedermayer2014-01-14
* avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decod...Michael Niedermayer2014-01-14
* avcodec/proresdsp: rename CLIP_AND_BIAS to BANANAMichael Niedermayer2014-01-14
* avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact againMichael Niedermayer2014-01-14
* avcodec/simple_idct_template: fix rounding of the special DC case for 10bitMichael Niedermayer2014-01-14
* avcodec/simple_idct_template: fix row rounderMichael Niedermayer2014-01-14
* avcodec/simple_idct_template: change the idct coefficients so that they match...Michael Niedermayer2014-01-14
* avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer2014-01-14
* Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-14
|\
| * x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* | Merge commit '7151c5d04aed3b496c21f713dcb603e2cbdb9c49'Michael Niedermayer2014-01-14
|\|
| * arm: Use full filenames as multiple inclusion guardsDiego Biurrun2014-01-14
| * vc1: Enable the interlaced B-frame codepath.Tim Walker2014-01-13
* | webp: add support for EXIF metadata chunksJames Almer2014-01-14
* | Merge commit '6d98959c8a5a749592a878b9523b31eccea5d102'Michael Niedermayer2014-01-13
|\|
| * vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer2014-01-13
* | Merge commit 'c798a6fedc3dd9ed3ac1fb2d95819af58705a87e'Michael Niedermayer2014-01-13
|\|
| * vc1: Factorize out chroma MCLuca Barbato2014-01-13
* | avcodec/hevc: Check entry point arrays for malloc failureMichael Niedermayer2014-01-13
* | hevc: Bound check slice_qpLuca Barbato2014-01-13
* | hevc: Reject impossible dependent tileLuca Barbato2014-01-13
* | avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8...Michael Niedermayer2014-01-13
* | avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bitMichael Niedermayer2014-01-13
* | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().Clément Bœsch2014-01-12
* | vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X.Clément Bœsch2014-01-12
* | vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X.Clément Bœsch2014-01-12
* | vp9/x86: merge IDCT coef macros.Clément Bœsch2014-01-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-12
|\|
| * vc1dsp: K&R formatting cosmeticsLuca Barbato2014-01-12
* | mpegts muxer, DVB subtitles encoder: common DVB subtitles payloadSerhii Marchuk2014-01-12
* | avcodec/dct-test: add support for C prores IDCTMichael Niedermayer2014-01-12
* | hevc: remove useless clip in FUNC(sao_band_filter)()Guillaume Martres2014-01-12
* | hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-12
* | avcodec/dct-test: reproduce 4..1019 clipping when testing prores IDCTMichael Niedermayer2014-01-12
* | avcodec/dct-test: correct output bias of prores idctMichael Niedermayer2014-01-11
* | vp9: fix mt-related hang a parser infinite loop.Ronald S. Bultje2014-01-11
* | avcodec/mjpegenc: use a seperate chroma matrix when luma and chroma differMichael Niedermayer2014-01-11
* | avcodec/mpegvideo_enc: init chroma matrix for mjpegMichael Niedermayer2014-01-11
* | avcodec/mjpegenc: pass chroma quantization matrix through as well, not just lumaMichael Niedermayer2014-01-11
* | hevc: Clip the pixel before shiftingLuca Barbato2014-01-11
* | avcodec/hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer2014-01-11
* | avcodec/alac: warn if not all channels where decodedMichael Niedermayer2014-01-11
* | avcodec/alac: only set *got_frame_ptr when all channels have been decodedMichael Niedermayer2014-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-11
|\|
| * arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-11
* | avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re...Michael Niedermayer2014-01-11
* | avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa...Michael Niedermayer2014-01-11
* | avcodec/wmalosslessdec: Pass on error code from decode_tilehdr()Michael Niedermayer2014-01-11
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-01-11
|\ \
| * | Cast signed libopenjpeg data values to unsigned before shifting.Carl Eugen Hoyos2014-01-11