summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/mjpegenc_common: Remove an unused variable.Carl Eugen Hoyos2017-02-10
* avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close()Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to...Michael Niedermayer2017-02-10
* avcodec/mjpegenc_huffman: remove unneeded header includeMichael Niedermayer2017-02-10
* avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer2017-02-10
* avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pas...Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer2017-02-10
* tests/mjpegenc_huffman: align static tablesRostislav Pehlivanov2017-02-09
* mjpegenc: use s->avctx as a context for av_log rather than NULLRostislav Pehlivanov2017-02-09
* tests/mjpegenc_huffman: replace assert() with av_assert0()Rostislav Pehlivanov2017-02-09
* mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlcRostislav Pehlivanov2017-02-09
* vaapi_encode: Add VP8 supportMark Thompson2017-02-08
* vaapi_encode: Pass framerate parameters to driverMark Thompson2017-02-08
* vaapi_h264: Enable VBR modeMark Thompson2017-02-08
* vaapi_encode: Support VBR modeMark Thompson2017-02-08
* vaapi_encode: Add MPEG-2 supportMark Thompson2017-02-08
* vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson2017-02-08
* vaapi_encode: Support forcing IDR frames via AVFrame.pict_typeMark Thompson2017-02-08
* vaapi_encode: Fix GOP sizingMark Thompson2017-02-08
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2017-02-08
* vaapi_h265: Add main 10 encode supportMark Thompson2017-02-08
* avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer2017-02-08
* Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-08
* libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl2017-02-07
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-07
* avcodec/pictordec: Fix logic errorMichael Niedermayer2017-02-07
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-06
* avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer2017-02-06
* avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-04
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-04
* avcodec/interplayvideo: Move parameter change check upMichael Niedermayer2017-02-04
* avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer2017-02-04
* avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-04
* avcodec/ivi: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/metasound: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/xsubdec: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/mpc7: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/mpc7: return meaningful error valuesPaul B Mahol2017-02-03
* avcodec/mpc8: use init_get_bits8()Paul B Mahol2017-02-03
* avcodec/ituh263dec: Implement U263s interpretation of H.263 B framesMichael Niedermayer2017-02-03
* avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer2017-02-03
* x86/rv34dsp: add ff_rv34_idct_dc_add_sse2James Almer2017-02-02
* x86/vp8dsp: add ff_vp8_idct_dc_add_sse2James Almer2017-02-02
* libavcodec/cinepakenc.c: comments cleanup (contents)addr-see-the-website@aetey.se2017-02-02
* avcodec/dca_lbr: Fix off by 1 error in freq checkMichael Niedermayer2017-02-02
* speedhq: fix out-of-bounds writeSteinar H. Gunderson2017-02-02
* avcodec/ituh263dec: Correct timestamp recovery for B framesMichael Niedermayer2017-02-01
* avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol2017-02-01
* avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm2017-02-01