summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/crystalhd: Switch to the new generic filtering mechanismPhilip Langdale2017-04-231-125/+9
* avcodec/decode: also update consumed bytes on last_pkt_props->sizeJames Almer2017-04-231-0/+1
* avcodec/dnxhd_parser: fix parsing interlaced video, simplify codePaul B Mahol2017-04-231-13/+1
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-2315-54/+52
* Merge commit '03a80925effc2698d21dc0b00290eecf42dd9e68'James Almer2017-04-223-0/+148
|\
| * lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-143-0/+148
* | Merge commit '8fb4210ad8785c01fccf2fc59af6a6fa2892b6b2'James Almer2017-04-221-63/+11
|\ \ | |/
| * qsvdec_h2645: switch to the new generic filtering mechanismAnton Khirnov2016-12-141-63/+11
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-225-13/+169
|\ \ | |/
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-145-12/+168
* | avcodec/bsf: Check for packet payload when setting BSF EOF flag.Jan Sebechlebsky2017-04-221-1/+1
* | Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet"James Almer2017-04-222-5/+1
* | avcodec/crystalhd: Adapt to new new decode APIPhilip Langdale2017-04-221-35/+54
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-226-344/+424
|\ \ | |/
| * decode: restructure the core decoding codeAnton Khirnov2016-12-145-189/+294
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-225-25/+41
|\ \ | |/
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-144-17/+32
* | avcodec/h264_cavlc: Fix undefined behavior on qscale overflowMichael Niedermayer2017-04-221-1/+1
* | avcodec/utvideodec: fix gradient prediction when stride does not match widthPaul B Mahol2017-04-211-2/+10
* | avcodec/utvideodec: fix decoding odd sizes with interlaced video with some fo...Paul B Mahol2017-04-211-1/+1
* | avcodec/aac_adtstoasc: fix ASC passthrough on small framesJames Almer2017-04-191-3/+3
* | lavc/motion_est: Fix undefined negative left shifts.Carl Eugen Hoyos2017-04-191-4/+4
* | avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol2017-04-186-4/+32
* | avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol2017-04-185-0/+241
* | Merge commit '47e547b321338c73c21fa623789f1efbd80a297a'Clément Bœsch2017-04-173-0/+45
|\ \ | |/
| * lavc: add a null bitstream filterAnton Khirnov2016-12-143-0/+45
* | Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97'Clément Bœsch2017-04-171-0/+3
|\ \ | |/
| * lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov2016-12-141-0/+3
* | Merge commit '6aa4ba7131b6e8668e33430e18101a051fe492eb'Clément Bœsch2017-04-171-3/+5
|\ \ | |/
| * dxva2: Keep code shared between dxva2 and d3d11va under the correct #ifDiego Biurrun2016-12-121-3/+5
* | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch2017-04-175-0/+161
|\ \ | |/
| * hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-125-0/+160
| * Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-116-255/+30
* | Merge commit 'ac648bb835edd3f67bda2267d0e72e5e582eb5a1'Clément Bœsch2017-04-171-10/+3
|\ \ | |/
| * dxva2: Simplify some ifdefsDiego Biurrun2016-12-111-9/+3
| * vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson2016-12-101-2/+2
* | Merge commit '932cc6496ef6ab0e589ea51d3adefe5b7d7f1e2a'Clément Bœsch2017-04-151-1/+1
|\ \ | |/
| * vdpau: Do not #include vdpau_x11.h from the main vdpau headerDiego Biurrun2016-12-091-1/+0
| * dxva2: Adjust multiple inclusion guard names to follow conventionDiego Biurrun2016-12-092-6/+6
* | avcodec/dnxhdenc: fix recent regressionPaul B Mahol2017-04-151-1/+1
* | lavc/opus_pvq: Add missing copyright notices from libopus.Carl Eugen Hoyos2017-04-151-0/+3
* | avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size()Paul B Mahol2017-04-143-23/+16
* | avcodec/dnxhdenc: make sure that mb_height > 255 can be storedPaul B Mahol2017-04-141-1/+1
* | opus_pvq: add resynth support and band encoding cost functionRostislav Pehlivanov2017-04-142-16/+141
* | Merge commit 'fc85646ad495f3418042468da415af73a7a07334'James Almer2017-04-131-2/+2
|\ \ | |/
| * libopusdec: fix out-of-bounds readAndreas Cadhalpun2016-12-081-0/+7
| * libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun2016-12-081-7/+10
| * libschroedingerdec: don't produce empty framesAndreas Cadhalpun2016-12-081-1/+1
| * omx: Fix allocation checkTimothy Gu2016-12-081-2/+2
| * qsvdec: Fix memory leak on errorTimothy Gu2016-12-081-1/+3
OpenPOWER on IntegriCloud