| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Remove check for gsm/gsm.h for libgsm | Diego Biurrun | 2017-10-10 | 2 | -10/+0 |
* | build: Drop explicit check for dlfcn.h | Diego Biurrun | 2017-10-10 | 1 | -6/+4 |
* | configure: rename hevc_ps to hevcparse | James Almer | 2017-10-10 | 1 | -4/+4 |
* | extract_extradata: return an error when buffer allocation fails | James Almer | 2017-10-09 | 1 | -1/+4 |
* | cinepakenc: Move declaration out of for initialisation statement | Mark Thompson | 2017-09-27 | 1 | -1/+2 |
* | hapdec: Delete include for nonexistent file | Mark Thompson | 2017-09-27 | 1 | -1/+0 |
* | hevc: Fix aligned array declarations | Mark Thompson | 2017-09-27 | 1 | -4/+4 |
* | qsv: Join the derived session to the parent | Luca Barbato | 2017-09-27 | 1 | -0/+5 |
* | cbs_h264: Fix writing streams with auxiliary pictures | Mark Thompson | 2017-09-25 | 1 | -1/+2 |
* | vaapi_mpeg2: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-09-12 | 1 | -215/+423 |
* | mpeg12: Move finding the best frame rate to common code | Mark Thompson | 2017-09-12 | 5 | -53/+161 |
* | cbs_mpeg2: Add support for picture display extension | Mark Thompson | 2017-09-12 | 2 | -0/+52 |
* | cbs_h265: Fix ranges of prediction weight offsets | Mark Thompson | 2017-09-12 | 1 | -6/+6 |
* | cbs_h265: Fix reading of unknown parameter set extension data | Mark Thompson | 2017-09-12 | 1 | -1/+2 |
* | vaapi_h264: Fix CPB/DPB delays | Mark Thompson | 2017-09-12 | 1 | -4/+2 |
* | Revert "vaapi_h265: Reduce the amount of padding in the stream" | Mark Thompson | 2017-09-12 | 1 | -5/+2 |
* | h264_metadata: Fix double-free | Mark Thompson | 2017-09-12 | 1 | -1/+9 |
* | cbs: Add buffer padding when splitting fragments | Mark Thompson | 2017-09-12 | 2 | -3/+11 |
* | cbs: Always check for bitstream end before reading | Mark Thompson | 2017-09-12 | 3 | -62/+67 |
* | qsv: Load the hw hevc plugin by default on Linux | Luca Barbato | 2017-09-11 | 1 | -1/+7 |
* | arm: Fix SIGBUS on ARM when compiled with binutils 2.29 | Martin Storsjö | 2017-09-02 | 1 | -8/+12 |
* | configure: Use dllexport/dllimport for data symbols across DLLs with mingw | Martin Storsjö | 2017-08-31 | 1 | -1/+1 |
* | msvc: Properly specify dllexport for data symbols shared across dll boundaries | Martin Storsjö | 2017-08-31 | 6 | -15/+27 |
* | png: Support RGBA64 pixel format | Luca Barbato | 2017-08-21 | 1 | -0/+3 |
* | png: Report more details regarding unsupported pixel formats | Luca Barbato | 2017-08-21 | 1 | -0/+3 |
* | mpeg2enc: Don't mark all streams as component video | Mark Thompson | 2017-08-20 | 1 | -1/+1 |
* | lavc: Add mpeg2_metadata bitstream filter | Mark Thompson | 2017-08-20 | 3 | -0/+362 |
* | lavc: Add coded bitstream read/write support for MPEG-2 | Mark Thompson | 2017-08-20 | 7 | -0/+971 |
* | cbs_h2645: Return error if writing fails | Mark Thompson | 2017-08-20 | 1 | -0/+5 |
* | h264dec: use a large enough field for reference list modification values | Anton Khirnov | 2017-08-18 | 1 | -1/+1 |
* | xwddec: support 8bpp grayscale | Piotr Bandurski | 2017-08-13 | 1 | -1/+3 |
* | dfa: Disallow odd width/height and add proper bounds check for DDS1 chunks | Diego Biurrun | 2017-08-13 | 1 | -1/+3 |
* | vaapi_h265: Reduce the amount of padding in the stream | Mark Thompson | 2017-08-13 | 1 | -2/+5 |
* | vaapi_h265: Add support for AUD NAL units | Mark Thompson | 2017-08-13 | 1 | -0/+39 |
* | vaapi_h265: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-08-13 | 4 | -1068/+584 |
* | vaapi_h264: Add support for SEI recovery points | Mark Thompson | 2017-08-13 | 1 | -1/+19 |
* | vaapi_h264: Add support for AUD NAL units | Mark Thompson | 2017-08-13 | 1 | -0/+33 |
* | vaapi_h264: Convert to use coded bitstream infrastructure | Mark Thompson | 2017-08-13 | 2 | -875/+548 |
* | lavc: Add hevc_metadata bitstream filter | Mark Thompson | 2017-08-13 | 3 | -0/+460 |
* | lavc: Add h264_redundant_pps bitstream filter | Mark Thompson | 2017-08-13 | 3 | -0/+180 |
* | lavc: Add h264_metadata bitstream filter | Mark Thompson | 2017-08-13 | 3 | -0/+514 |
* | lavc: Add trace_headers bitstream filter | Mark Thompson | 2017-08-12 | 3 | -0/+127 |
* | lavc: Add coded bitstream read/write support for H.265 | Mark Thompson | 2017-08-12 | 6 | -3/+2451 |
* | lavc: Add coded bitstream read/write support for H.264 | Mark Thompson | 2017-08-12 | 7 | -0/+2704 |
* | lavc: Add coded bitstream read/write API | Mark Thompson | 2017-08-12 | 4 | -0/+818 |
* | h264: Add support for alternative transfer characterics SEI | Vittorio Giovara | 2017-08-10 | 3 | -0/+24 |
* | vaapi_encode: Move quality option to common code | Mark Thompson | 2017-08-06 | 3 | -23/+43 |
* | hevc: Validate the number of long term reference pictures | Mark Thompson | 2017-08-05 | 1 | -0/+6 |
* | hevc: Improve stream constraint values in common header | Mark Thompson | 2017-08-05 | 3 | -16/+57 |
* | h264: Add stream constraint values to the common header | Mark Thompson | 2017-08-05 | 1 | -0/+45 |