summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'Michael Niedermayer2015-05-284-98/+120
|\
| * mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-284-94/+116
* | Merge commit '419e3404d07acaac019e8f363c281e17c3a3d622'Michael Niedermayer2015-05-281-13/+14
|\ \ | |/
| * mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara2015-05-281-13/+14
* | avcodec/mips/hevcdsp_msa: Restructure as per avutil/mips/generic_macros_msa.hShivraj Patil2015-05-281-1586/+842
* | avcodec/mips: Split uni mc optimizations to new fileShivraj Patil2015-05-284-2335/+1842
* | dvdsubdec: implement flushingwm42015-05-281-1/+7
* | dvdsubdec: reset buffer size on invalid over-large packetswm42015-05-281-0/+1
* | lavc/x264: Support bgr0 as input pix_fmt.Carl Eugen Hoyos2015-05-281-0/+4
* | avcodec/mips: Restructure as per avutil/mips/generic_macros_msa.hShivraj Patil2015-05-281-1124/+634
* | avcodec/ffv1dec: Fix skip_alphaMichael Niedermayer2015-05-281-1/+2
* | Revert "Move struc FFTContext below SECTION_RODATA"Timothy Gu2015-05-281-2/+2
* | avcodec: loongson3 optimized h264dsp weighted mc with mmi周晓勇2015-05-274-0/+316
* | avcodec/nvenc: Fix typo: 1204 -> 1024Philip Langdale2015-05-261-1/+1
* | avcodec/h264: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-05-261-0/+1
* | avcodec/hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer2015-05-261-1/+1
* | avcodec/dxva2_h264: Fix "may be used uninitialized" warningsMichael Niedermayer2015-05-261-2/+2
* | avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale2015-05-258-24/+54
* | avcodec/dxva2: Fix "may be used uninitialized" warningsMichael Niedermayer2015-05-261-2/+2
* | avcodec/dxva2: Fix build without D3D11Michael Niedermayer2015-05-252-1/+21
* | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer2015-05-2514-154/+642
|\ \ | |/
| * D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-2514-154/+642
* | Improve upon dynamic arrays- movtext subtitlesNiklesh2015-05-251-16/+18
* | libshine: fix support for shine 3.0Andreas Cadhalpun2015-05-251-1/+1
* | avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()Michael Niedermayer2015-05-252-2/+12
* | avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() outMichael Niedermayer2015-05-252-23/+33
* | avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does not cau...Michael Niedermayer2015-05-251-0/+1
* | avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer2015-05-251-0/+2
* | avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()Michael Niedermayer2015-05-251-0/+1
* | avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer2015-05-251-0/+2
* | avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()Michael Niedermayer2015-05-251-0/+1
* | avcodec/libutvideoenc: Fix memleakMichael Niedermayer2015-05-251-1/+3
* | libdcadec: search for frames that start late in a packetJames Almer2015-05-241-1/+4
* | avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of...Michael Niedermayer2015-05-241-9/+9
* | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer2015-05-243-9/+9
* | avcodec/h263: Remove unused argument of h263_get_motion_length()Michael Niedermayer2015-05-241-3/+3
* | avcodec/mpeg4video: Reorder operations to reduce accesses to err_recognitionMichael Niedermayer2015-05-241-5/+5
* | avcodec/y41pdec: Avoid using float for size testMichael Niedermayer2015-05-231-1/+1
* | libwebp: simplify AVCodec.close functionsJames Almer2015-05-234-16/+9
* | avcodec/dcadec: Search and decode frame in case it starts later in a packetMichael Niedermayer2015-05-231-2/+5
* | libwebp: use a separate AVClass for each encoderJames Almer2015-05-233-8/+14
* | libwebpenc_common: add header guardsJames Almer2015-05-231-0/+5
* | libwebp: remove unneeded definesJames Almer2015-05-231-2/+0
* | WebP encoder: use WebPAnimEncoder API when available.Urvang Joshi2015-05-234-2/+150
* | Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-224-24/+23
|\ \ | |/
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-224-21/+22
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-223-13/+13
|\ \ | |/
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-13/+13
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-223-38/+38
|\ \ | |/
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-42/+38
OpenPOWER on IntegriCloud