summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '777885983533235ccda5145f96317fc8cd0a18ab'Hendrik Leppkes2015-09-171-122/+132
|\
| * dcadec: set channel layout in a separate functionAlexandra Hájková2015-09-161-57/+69
* | Merge commit '971177f751a6e2931232accceab438bce277bde8'Hendrik Leppkes2015-09-171-99/+109
|\ \ | |/
| * dcadec: scan for extensions in a separate functionAlexandra Hájková2015-09-161-52/+62
* | AAC encoder: refactor to resynchronize MIPS portClaudio Freire2015-09-165-621/+526
* | vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-169-165/+708
* | vp9: add fullpel (avg) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-164-65/+120
* | vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-165-44/+155
* | avcodec/rv34: Delay failure return for B frames with a missing referenceMichael Niedermayer2015-09-171-1/+4
* | aacenc_tns: fix coefficient compression conditionRostislav Pehlivanov2015-09-161-1/+1
* | Merge commit '570fcaf3326aef9313b10863e2f6e6ae664d9dae'Hendrik Leppkes2015-09-161-103/+119
|\ \ | |/
| * jpeg2000: Factor out prec initLuca Barbato2015-09-141-96/+112
* | Merge commit '95a41311ac3a44773cc4dc407408aca35b1f8e26'Hendrik Leppkes2015-09-161-14/+24
|\ \ | |/
| * jpeg2000: Factor out band stepsize initializationLuca Barbato2015-09-141-14/+25
* | Merge commit '7fb93eae43cc89bd7c1c275344e1cdbadab7155b'Hendrik Leppkes2015-09-161-212/+232
|\ \ | |/
| * jpeg2000: Factor out band initializationLuca Barbato2015-09-141-193/+213
| * jpeg2000: Refactor decode_packetsLuca Barbato2015-09-141-65/+83
* | Merge commit '29b00f880faa404aa1d0d6820310c510c5996479'Hendrik Leppkes2015-09-161-96/+66
|\ \ | |/
| * jpeg2000: Templatize the frame writerLuca Barbato2015-09-141-83/+58
* | avcodec/vaapi_internal: Add missing includeTimo Rothenpieler2015-09-161-0/+1
* | avcodec/libxvid: add missing includeMichael Niedermayer2015-09-161-0/+1
* | Merge commit '41bcc3d15204f290400ba02e4e8f87fc07bcc00e'Hendrik Leppkes2015-09-161-1/+3
|\ \ | |/
| * jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato2015-09-141-1/+3
* | Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes2015-09-1611-7/+8
|\ \ | |/
| * mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-1311-7/+8
* | Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes2015-09-163-0/+3
|\ \ | |/
| * mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-133-0/+3
* | Merge commit '525f58977c93e189fda49a5c4928feaf4d89fac6'Hendrik Leppkes2015-09-163-10/+8
|\ \ | |/
| * mpegvideo: Move macros to more appropriate headersVittorio Giovara2015-09-133-10/+8
| * lavc: Keep idct integer optionVittorio Giovara2015-09-132-4/+0
| * lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber2015-09-121-1/+1
* | lavc/utils: Correctly show bit_rate >INT_MAX.Carl Eugen Hoyos2015-09-151-4/+4
* | avcodec/ffv1enc: Fix error message when the requested version does not suppor...Michael Niedermayer2015-09-151-2/+7
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-1516-25/+48
* | vp9: switch min_tile_cols location so it shifts up instead of down.Ronald S. Bultje2015-09-151-1/+1
* | avcodec/dxv: remove code that is never reachedPaul B Mahol2015-09-151-2/+0
* | lavc: Fix standalone compilation of the avi demuxer.Carl Eugen Hoyos2015-09-141-0/+1
* | wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-141-0/+1
* | aaccoder_mips: Fix indentationTimothy Gu2015-09-141-2/+2
* | avcodec/mips/aaccoder_mips: Sync with generic aaccoder file.Nedeljko Babic2015-09-141-41/+48
* | avcodec/nvenc: merge compute initialQP sectionsAgatha Hu2015-09-141-42/+30
* | avcodec/nvenc: Optimize nvenc parametersAgatha Hu2015-09-141-23/+73
* | ADPCM: Bump THP channel limit to 14Rodger Combs2015-09-121-3/+3
* | avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat optionClément Bœsch2015-09-121-1/+1
* | avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only optionClément Bœsch2015-09-121-1/+1
* | avcodec/textdec: use AV_OPT_TYPE_BOOL for keep_ass_markup optionClément Bœsch2015-09-121-1/+1
* | avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass optionClément Bœsch2015-09-121-1/+1
* | avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch2015-09-121-1/+1
* | avcodec: use AV_OPT_TYPE_BOOL for refcounted_frames, side_data_only_packets a...Clément Bœsch2015-09-121-3/+3
* | Merge commit 'f00f6d538dcbaa122eb5e2784f41f4a299296b7b'Hendrik Leppkes2015-09-126-6/+5
|\ \ | |/
OpenPOWER on IntegriCloud