| Commit message (Expand) | Author | Age | Files | Lines |
* | dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 | Martin Storsjö | 2015-07-28 | 2 | -4/+4 |
* | h264: fix AVDISCARD_NONKEY for some interlaced content | John Högberg | 2015-07-27 | 1 | -1/+1 |
* | qsvdec_mpeg2: drop an incorrect comment | Anton Khirnov | 2015-07-27 | 1 | -1/+0 |
* | hap: Add utility functions file | Vittorio Giovara | 2015-07-27 | 1 | -0/+55 |
* | Support the Hap chunked frame format | Tom Butterworth | 2015-07-27 | 5 | -97/+411 |
* | hap: Move some per-stream setup into decoder init rather than per-frame | Tom Butterworth | 2015-07-27 | 1 | -21/+28 |
* | lavc: Update version and APIchanges | Vittorio Giovara | 2015-07-27 | 2 | -2/+9 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 84 | -149/+158 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 270 | -375/+469 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 100 | -338/+434 |
* | lavc: Deprecate avctx.me_method | Vittorio Giovara | 2015-07-27 | 13 | -109/+221 |
* | wmv2enc: Check memory allocation | Vittorio Giovara | 2015-07-27 | 1 | -0/+3 |
* | ac3enc_template: Use the correct context field | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | qsvdec_*: add missing CODEC_CAP_DR1 | Anton Khirnov | 2015-07-27 | 2 | -3/+3 |
* | force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.h | Steve Lhomme | 2015-07-26 | 1 | -0/+9 |
* | lavc: add Intel libmfx-based HEVC decoder. | Anton Khirnov | 2015-07-25 | 6 | -16/+91 |
* | lavc: add Intel libmfx-based MPEG2 decoder. | Anton Khirnov | 2015-07-25 | 3 | -0/+182 |
* | lavc: add a HEVC mp4->annex B bitstream filter | Anton Khirnov | 2015-07-25 | 3 | -0/+188 |
* | qsvdec: move qsv_process_data() from qsvdec_h264 to the common code | Anton Khirnov | 2015-07-25 | 3 | -110/+118 |
* | qsvenc_hevc: fix enum declaration | Anton Khirnov | 2015-07-25 | 1 | -2/+2 |
* | qsvdec: fix a memleak of async_fifo | Anton Khirnov | 2015-07-25 | 1 | -4/+6 |
* | qsvdec: avoid an infinite loop with no consumed data and no output | Anton Khirnov | 2015-07-25 | 1 | -0/+7 |
* | dds: Write the palette in the native endian form | Martin Storsjö | 2015-07-23 | 1 | -5/+7 |
* | hap: Name enums, remove unused struct member | Tom Butterworth | 2015-07-23 | 1 | -13/+12 |
* | snappy: Refactor so ff_snappy_uncompress() uses an existing buffer | Tom Butterworth | 2015-07-23 | 3 | -13/+37 |
* | hap: Fix slice size computation | Tom Butterworth | 2015-07-23 | 2 | -10/+18 |
* | dds: Fix the slice size computation | Tom Butterworth | 2015-07-23 | 1 | -9/+17 |
* | mpegvideo: Add missing include | Vittorio Giovara | 2015-07-22 | 1 | -0/+1 |
* | dds: Fix 32bpp bitmaps decoding | Michael Niedermayer | 2015-07-22 | 1 | -5/+7 |
* | dds: Fix palette decoding | Vittorio Giovara | 2015-07-22 | 1 | -3/+7 |
* | dds: Fix enum declaration | Vittorio Giovara | 2015-07-22 | 1 | -2/+2 |
* | qsvenc_hevc: use the correct HW plugin UID | Anton Khirnov | 2015-07-22 | 1 | -1/+1 |
* | dds: Decode using optimal slices sizes | Luca Barbato | 2015-07-21 | 1 | -9/+27 |
* | hap: Decode using optimal slices sizes | Luca Barbato | 2015-07-21 | 2 | -8/+27 |
* | arm: use a local label instead of the function symbol in ff_prefetch_arm | Janne Grunau | 2015-07-20 | 1 | -1/+2 |
* | h264: aarch64: intra prediction optimisations | Janne Grunau | 2015-07-20 | 5 | -2/+465 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 47 | -4/+251 |
* | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 8 | -3/+47 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 49 | -419/+17 |
* | flashsvenc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -1/+1 |
* | ffv1enc: Use input frame to set SAR and interlacing | Vittorio Giovara | 2015-07-20 | 1 | -4/+4 |
* | ffv1enc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 2 | -5/+7 |
* | qtrleenc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -8/+14 |
* | libtheoraenc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -1/+1 |
* | libvpxenc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -15/+15 |
* | libxvid: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -9/+9 |
* | svq1enc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 2 | -15/+21 |
* | proresenc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -7/+8 |
* | a64multienc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -6/+5 |
* | roqvideoenc: Drop unneeded initialization | Vittorio Giovara | 2015-07-20 | 1 | -2/+0 |