summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mips: Removed generic function call in avc intra msa functionsKaustubh Raste2017-09-271-123/+92
* avcodec/mips: preload data in hevc sao edge 45 degree filter msa functionsKaustubh Raste2017-09-271-62/+135
* Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-267-7/+7
|\
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-033-3/+3
| * svq3: Convert to the new bitstream readerAlexandra Hájková2017-02-021-66/+66
* | Merge commit '577326d430593a25456393a75212b95d1cd94131'James Almer2017-09-262-1/+2
|\ \ | |/
| * lavc: deprecate refcounted_frames fieldwm42017-02-011-1/+1
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-2617-50/+50
|\ \ | |/
| * Mark some arrays that never change as const.Anton Khirnov2017-02-0134-106/+106
| * ffv1: Convert to the new bitstream readerAlexandra Hájková2017-01-313-15/+15
| * h261dec: Convert to the new bitstream readerAlexandra Hájková2017-01-312-45/+50
| * shorten: Convert to the new bitstream readerAlexandra Hájková2017-01-311-24/+25
| * ralf: Convert to the new bitstream readerAlexandra Hájková2017-01-311-33/+35
| * loco: Convert to the new bitstream readerAlexandra Hájková2017-01-311-7/+7
| * fic: Convert to the new bitstream readerAlexandra Hájková2017-01-311-9/+9
| * dirac: Convert to the new bitstream readerAlexandra Hájková2017-01-311-44/+45
| * cavs: Convert to the new bitstream readerAlexandra Hájková2017-01-313-95/+95
| * aic: Convert to the new bitstream readerAlexandra Hájková2017-01-311-15/+15
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-3134-159/+692
| * pgssubdec: reset rle_data_len/rle_remaining_len on allocation errorAndreas Cadhalpun2017-01-311-1/+4
| * vaapi_encode: Add VP8 supportMark Thompson2017-01-304-1/+271
| * vaapi_encode: Pass framerate parameters to driverMark Thompson2017-01-302-0/+22
| * vaapi_h264: Enable VBR modeMark Thompson2017-01-301-5/+11
| * vaapi_encode: Support VBR modeMark Thompson2017-01-301-5/+37
| * vaapi_encode: Add MPEG-2 supportMark Thompson2017-01-296-3/+477
| * tak: Convert to the new bitstream readerAlexandra Hájková2017-01-254-114/+118
| * magicyuv: Convert to the new bitstream readerDiego Biurrun2017-01-251-16/+17
| * truemotion2rt: Convert to the new bitstream readerDiego Biurrun2017-01-251-8/+8
| * wavpack: Convert to the new bitstream readerAlexandra Hájková2017-01-251-46/+46
| * mpc: Convert to the new bitstream readerAlexandra Hájková2017-01-252-75/+81
| * dxtory: Convert to the new bitstream readerAlexandra Hájková2017-01-201-44/+44
| * apedec: Convert to the new bitstream readerAlexandra Hájková2017-01-201-23/+24
* | avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay2017-09-262-10/+10
* | avcodec/avpacket: deprecate av_copy_packet()James Almer2017-09-252-2/+5
* | libavcodec/hapdec : add support HapAlphaOnlyMartin Vignali2017-09-242-2/+13
* | avcodec/takdec: Fix integer overflow in decode_lpc()Michael Niedermayer2017-09-241-1/+1
* | avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer2017-09-241-3/+8
* | avcodec/takdec: Fix integer overflows in decode_subframe()Michael Niedermayer2017-09-241-4/+4
* | avcodec/mips: Improve avc chroma horiz mc msa functionsKaustubh Raste2017-09-241-98/+133
* | avcodec/mips: Unrolled loops avc intra msa functionsKaustubh Raste2017-09-241-160/+158
* | avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste2017-09-241-174/+385
* | avcodec/flacenc: Replace "return -1" by named constantMichael Niedermayer2017-09-241-1/+1
* | avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer2017-09-241-5/+6
* | avcodec/v4l2_m2m: add missing header inclusionsJames Almer2017-09-233-0/+6
* | avcodec/Makefile: skip v4l2_m2m headers if neededJames Almer2017-09-231-0/+1
* | avcodec/frame_thread_encoder: use av_packet_alloc()James Almer2017-09-231-1/+1
* | avcodec/opusenc_psy: use av_clip_uintp2()James Almer2017-09-231-1/+1
* | avcodec/opusenc_utils: add missing preprocessor guardsJames Almer2017-09-231-0/+5
* | lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-231-1/+1
* | opusenc: implement a psychoacoustic systemRostislav Pehlivanov2017-09-237-126/+951
OpenPOWER on IntegriCloud