summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/gif: support crop and transparency with PAL8Clément Bœsch2015-02-14
* | avcodec/dxtory: use init_get_bits8()Paul B Mahol2015-02-14
* | Merge commit '7769be590c7aeb2aad26ca723d105cf5203e33d2'Michael Niedermayer2015-02-14
|\|
| * vp56: Return meaningful error codesHimangi Saraogi2015-02-14
* | avcocdec/mpegaudio_parser: add MP3 ADU headers parserGilles Chanteperdrix2015-02-14
* | x86: hevc: remove a parameter to WP internalsChristophe Gisquet2015-02-14
* | avcodec/vc1_pred: few branchless optimizationszhaoxiu.zeng2015-02-14
* | avcodec/parser: optimize ff_mpeg4video_split()Zhaoxiu Zeng2015-02-14
* | lavc: deprecate VIMA decoderPaul B Mahol2015-02-14
* | avcodec/apedec: simplify sign conversionzhaoxiu.zeng2015-02-14
* | avcodec/golomb: simplify sign conversionzhaoxiu.zeng2015-02-14
* | avcodec/apedec: move 'coeffs[256] and delay[256]' into, long_filter_high_3800zhaoxiu.zeng2015-02-13
* | avcodec/wmalosslessdec: simplifyzhaoxiu.zeng2015-02-13
* | avcodec/wmalosslessdec: optimize sign operationzhaoxiu.zeng2015-02-13
* | avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_tzhaoxiu.zeng2015-02-13
* | avcodec/wmv2: simplify cbp_table_index calculationzhaoxiu.zeng2015-02-13
* | avcodec/vc1: simplify vc1_split()zhaoxiu.zeng2015-02-13
* | avcodec/vc1: simplify find_next_marker()zhaoxiu.zeng2015-02-13
* | Merge commit 'eea769df322fac2601a96db195fa7dc8d12a8fbc'Michael Niedermayer2015-02-13
|\|
| * hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-13
| * dxva2_hevc: properly fill the scaling list structureHendrik Leppkes2015-02-07
| * aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-03
* | x86/hevc_mc: optimize AVX2 mc functionsJames Almer2015-02-12
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer2015-02-12
* | avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_...Michael Niedermayer2015-02-12
* | avcodec/mpegvideo_enc: correctly initialize chroma_intra_matrix for MPEG1/2Michael Niedermayer2015-02-12
* | avcodec/mpegvideo_enc: Consider chroma_intra_matrix in dct_quantize_trellis_c()Michael Niedermayer2015-02-11
* | avcodec/mjpegenc: support trellis quantizationMichael Niedermayer2015-02-11
* | avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be needed for ...Michael Niedermayer2015-02-11
* | avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer2015-02-11
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-10
* | avcodec/mss4: use av_malloc_array()Paul B Mahol2015-02-10
* | avcodec/huffman: check if map was allocated tooPaul B Mahol2015-02-10
* | avcodec/hevc_parser: check for av_mallocz() failurePaul B Mahol2015-02-10
* | x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-09
* | avcodec/sgienc: return meaningful error codePaul B Mahol2015-02-09
* | avcodec/vb: Check for av_mallocz() failureMichael Niedermayer2015-02-09
* | hevcdsp: ARM NEON optimized transformsSeppo Tomperi2015-02-08
* | x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet2015-02-08
* | x86: hevc_mc: fewer gpr autoloads for _v filtersChristophe Gisquet2015-02-08
* | x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functionsJames Almer2015-02-08
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-02-08
|\ \
| * | Support decoding yuv dpx images.Carl Eugen Hoyos2015-02-08
* | | avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame()Michael Niedermayer2015-02-08
* | | avcodec/h264: Setup decoder to have matching reference to the EC codeMichael Niedermayer2015-02-08
* | | avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer2015-02-08
|/ /
* | x86: lavc/hevc_mc: fix commentsChristophe Gisquet2015-02-07
* | avcodec/faxcompr: use init_get_bits8()Paul B Mahol2015-02-07