| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pnm_parser: Factor out next/index compensation | Michael Niedermayer | 2019-04-10 | 1 | -6/+4 |
* | avcodec/pnm_parser: Factor next initialization out | Michael Niedermayer | 2019-04-10 | 1 | -2/+1 |
* | avcodec/pnm_parser: Support concatenated ASCII images | Michael Niedermayer | 2019-04-10 | 1 | -0/+15 |
* | aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis | Lynne | 2019-04-10 | 5 | -0/+154 |
* | avcodec/agm: Fix integer overflow with w/h | Michael Niedermayer | 2019-04-05 | 1 | -1/+3 |
* | avcodec/agm: More completely check size before using it | Michael Niedermayer | 2019-04-04 | 1 | -1/+2 |
* | avcodec/av1_metadata: add an option to remove Padding OBUs | James Almer | 2019-04-03 | 2 | -1/+20 |
* | lavc/qsvenc: enable hevc gpb option | Zhong Li | 2019-04-03 | 3 | -0/+14 |
* | lavc/qsvenc: enable hevc coding options configuration | Zhong Li | 2019-04-03 | 1 | -3/+4 |
* | lavc/qsvenc: no need to include h264.h for jpeg encoder | Zhong Li | 2019-04-03 | 1 | -1/+0 |
* | avcodec/libaomenc: fix range of values for enable-intrabc option | James Almer | 2019-04-02 | 1 | -1/+1 |
* | avcodec/cbs_av1: fix parsing spatial_id | James Almer | 2019-04-02 | 1 | -1/+1 |
* | libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24. | Matthew Fearnley | 2019-04-02 | 1 | -0/+9 |
* | libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24 | Matthew Fearnley | 2019-04-02 | 1 | -1/+1 |
* | libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`. | Matthew Fearnley | 2019-04-02 | 1 | -1/+1 |
* | avcodec/opus: make redundancy_buf 32 byte aligned | James Almer | 2019-04-02 | 1 | -1/+1 |
* | x86/opusdsp: fix WIN64 return value | Lynne | 2019-04-01 | 1 | -3/+2 |
* | lavc/qsvenc: get vps extradata from MSDK | Zhong Li | 2019-04-01 | 3 | -21/+58 |
* | lavc/qsvenc: expose low_power as a common option for QSV encoder | Linjie Fu | 2019-04-01 | 3 | -5/+11 |
* | avcodec/rscc: Check that the to be uncompressed input is large enough | Michael Niedermayer | 2019-04-01 | 1 | -0/+6 |
* | x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis | Lynne | 2019-04-01 | 5 | -0/+156 |
* | opusdsp: create and move deemphasis and postfiltering from opus_celt | Lynne | 2019-04-01 | 5 | -44/+109 |
* | celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled | Lynne | 2019-03-31 | 3 | -4/+1 |
* | x86/opus_dsp: rename to celt_pvq | Lynne | 2019-03-31 | 5 | -6/+6 |
* | avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_... | Michael Niedermayer | 2019-03-31 | 1 | -20/+25 |
* | avcodec/ivi: Mark band parameter as const | Michael Niedermayer | 2019-03-31 | 1 | -7/+7 |
* | avcodec/ivi: fix indention for previous commit | Michael Niedermayer | 2019-03-31 | 1 | -28/+28 |
* | avcodec/ivi: Factor ref_mb check out | Michael Niedermayer | 2019-03-31 | 1 | -4/+5 |
* | avcodec/proresdec2: decode picture header before frame allocation | Michael Niedermayer | 2019-03-31 | 1 | -3/+4 |
* | avcodec/tiff: Multi-page support | Nick Renieris | 2019-03-31 | 1 | -1/+24 |
* | avcodec: add Amuse Graphics decoder | Paul B Mahol | 2019-03-31 | 6 | -2/+665 |
* | avcodec/cuviddec: Remove unnecessary stream synchronisation | Philip Langdale | 2019-03-30 | 1 | -4/+0 |
* | avcodec/libaomenc: fix default value for row-mt option | James Almer | 2019-03-29 | 1 | -2/+3 |
* | avcodec/libaomenc: Added more commandline options | Sam John via ffmpeg-devel | 2019-03-29 | 1 | -4/+93 |
* | lavc/qsvenc: fix hevc vps extradata issues | Zhong Li | 2019-03-29 | 1 | -2/+3 |
* | lavc/hevc_ps_enc: fix vps nal issues | Zhong Li | 2019-03-29 | 1 | -2/+6 |
* | avcodec/dxv: Check remaining space in CHECKPOINT() | Michael Niedermayer | 2019-03-28 | 1 | -0/+2 |
* | lavc/qsvenc_h264: remove the privite option trellis | Zhong Li | 2019-03-28 | 3 | -8/+1 |
* | lavc/qsvenc: use the common option "trellis" of AVCodecContext | Zhong Li | 2019-03-28 | 4 | -4/+7 |
* | qsv: fix the dangerous macro definitions | Zhong Li | 2019-03-28 | 1 | -2/+2 |
* | lavc/qsvenc: make the queried libmfx version easily reused | Zhong Li | 2019-03-28 | 2 | -9/+10 |
* | lavc/vaapi_h264: Do not set FMO fields. | Carl Eugen Hoyos | 2019-03-28 | 1 | -3/+0 |
* | lavc/vaapi_hevc: Do not initialize fields twice. | Carl Eugen Hoyos | 2019-03-28 | 1 | -2/+0 |
* | avcodec/hevcdec: Avoid only partly skiping duplicate first slices | Michael Niedermayer | 2019-03-27 | 1 | -4/+10 |
* | lavc/h264_levels: add MaxMBPS checking and update fate test. | Decai Lin | 2019-03-27 | 5 | -4/+74 |
* | lavc/bmp: Avoid a heap buffer overwrite for 1bpp input. | Carl Eugen Hoyos | 2019-03-26 | 1 | -1/+4 |
* | avcodec/cbs_av1: fix range of values for Mastering Display Color Volume Metad... | James Almer | 2019-03-25 | 1 | -5/+8 |
* | avcodec/jpeg2000dec: Skip de-quantization of empty areas | Michael Niedermayer | 2019-03-25 | 1 | -0/+2 |
* | avcodec/prosumer: Check decoded size | Michael Niedermayer | 2019-03-25 | 1 | -0/+2 |
* | avcodec/mpegpicture: Check size of edge_emu_buffer | Michael Niedermayer | 2019-03-25 | 1 | -1/+6 |