summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vaapi_encode: Add VP8 supportMark Thompson2017-02-084-1/+271
* vaapi_encode: Pass framerate parameters to driverMark Thompson2017-02-082-0/+22
* vaapi_h264: Enable VBR modeMark Thompson2017-02-081-5/+11
* vaapi_encode: Support VBR modeMark Thompson2017-02-081-5/+37
* vaapi_encode: Add MPEG-2 supportMark Thompson2017-02-086-3/+477
* vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson2017-02-081-0/+2
* vaapi_encode: Support forcing IDR frames via AVFrame.pict_typeMark Thompson2017-02-082-4/+24
* vaapi_encode: Fix GOP sizingMark Thompson2017-02-082-46/+36
* vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2017-02-081-2/+2
* vaapi_h265: Add main 10 encode supportMark Thompson2017-02-081-8/+14
* avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer2017-02-081-1/+3
* Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-0811-91/+847
* libavcodec/cinepak.c: fix a wrong (inverted) misleading commentRl2017-02-071-2/+2
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-0722-1/+29
* avcodec/pictordec: Fix logic errorMichael Niedermayer2017-02-071-1/+1
* avcodec/movtextdec: Fix decode_styl() cleanupMichael Niedermayer2017-02-061-2/+6
* avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer2017-02-061-1/+7
* avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-041-1/+14
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-043-10/+17
* avcodec/interplayvideo: Move parameter change check upMichael Niedermayer2017-02-041-4/+5
* avcodec/flacdsp: Avoid undefined operations in non debug buildsMichael Niedermayer2017-02-041-3/+11
* avcodec/flacdec: Check for invalid vlcsMichael Niedermayer2017-02-041-1/+7
* avcodec/ivi: use init_get_bits8()Paul B Mahol2017-02-031-1/+3
* avcodec/metasound: use init_get_bits8()Paul B Mahol2017-02-031-2/+3
* avcodec/xsubdec: use init_get_bits8()Paul B Mahol2017-02-031-2/+3
* avcodec/mpc7: use init_get_bits8()Paul B Mahol2017-02-031-1/+2
* avcodec/mpc7: return meaningful error valuesPaul B Mahol2017-02-031-16/+16
* avcodec/mpc8: use init_get_bits8()Paul B Mahol2017-02-031-1/+3
* avcodec/ituh263dec: Implement U263s interpretation of H.263 B framesMichael Niedermayer2017-02-031-1/+68
* avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer2017-02-031-5/+7
* x86/rv34dsp: add ff_rv34_idct_dc_add_sse2James Almer2017-02-022-2/+22
* x86/vp8dsp: add ff_vp8_idct_dc_add_sse2James Almer2017-02-022-2/+22
* libavcodec/cinepakenc.c: comments cleanup (contents)addr-see-the-website@aetey.se2017-02-021-6/+3
* avcodec/dca_lbr: Fix off by 1 error in freq checkMichael Niedermayer2017-02-021-1/+1
* speedhq: fix out-of-bounds writeSteinar H. Gunderson2017-02-022-54/+89
* avcodec/ituh263dec: Correct timestamp recovery for B framesMichael Niedermayer2017-02-011-2/+3
* avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol2017-02-011-1/+0
* avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm2017-02-011-69/+91
* avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()Michael Niedermayer2017-02-011-2/+0
* avcodec/ituh263dec: Use correct error codes in ff_h263_decode_mb()Michael Niedermayer2017-02-011-13/+13
* avcodec/ituh263dec: Correct indentionMichael Niedermayer2017-02-011-13/+13
* lavc/error_resilience: Remove two unused variables.Carl Eugen Hoyos2017-02-011-1/+0
* avcodec/ituh263dec: Implement B frame support with UMVMichael Niedermayer2017-02-011-6/+43
* Merge commit 'a1f6a2dfdaf9beb42ca66e49d10bfaf5905a0128'Clément Bœsch2017-02-011-402/+392
|\
| * ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara2016-07-201-396/+386
* | Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch2017-02-014-37/+43
|\ \ | |/
| * ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-204-33/+39
| * ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-203-23/+23
* | pgssubdec: reset rle_data_len/rle_remaining_len on allocation errorAndreas Cadhalpun2017-02-011-1/+4
* | Revert "Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'"Michael Niedermayer2017-02-013-7/+11
OpenPOWER on IntegriCloud