| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cuvid: make use of new av_hwdevice_ctx_create api | Timo Rothenpieler | 2016-09-29 | 2 | -44/+11 |
* | avcodec/cuvid: support a pre-initialized hw_frames_ctx | Timo Rothenpieler | 2016-09-29 | 1 | -7/+6 |
* | avcodec/cuvid: use actual frame size for buffer allocation | Timo Rothenpieler | 2016-09-29 | 1 | -3/+3 |
* | lavc/utils.c: Subtract skip_samples when frame is DISCARDed. | Sasi Inguva | 2016-09-29 | 2 | -10/+8 |
* | Merge commit '6f19bbcf8532d018d8d6d82e000738d0ac2385c9' | James Almer | 2016-09-28 | 1 | -9/+24 |
|\ |
|
| * | qsvdec: move reading the user-provided session to qsv_decode_init() | Anton Khirnov | 2016-06-21 | 1 | -13/+11 |
* | | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa' | James Almer | 2016-09-28 | 3 | -9/+34 |
|\| |
|
| * | lavc: allow using AVCodecContext.hw_frames_ctx for decoding | Anton Khirnov | 2016-06-21 | 3 | -9/+34 |
* | | Merge commit '40dd5166d2ba4f9035b93748840e408cd8be40e5' | James Almer | 2016-09-28 | 1 | -3/+8 |
|\| |
|
| * | truemotion2rt: Use ff_set_dimensions | Vittorio Giovara | 2016-06-21 | 1 | -3/+8 |
* | | Merge commit 'a8164323374e86ce5f93759230868c98356833a2' | James Almer | 2016-09-28 | 2 | -1/+4 |
|\| |
|
| * | pixdesc: Add new SMPTE 431, 432, and 2085 color properties | Vittorio Giovara | 2016-06-21 | 2 | -1/+4 |
* | | Merge commit '5d560d38deca1e4705e6d3784d737363b9c830fe' | James Almer | 2016-09-28 | 2 | -1/+2 |
|\| |
|
| * | pixfmt: Add ARIB STD-B76 color transfer characteristic | Neil Birkbeck | 2016-06-21 | 2 | -1/+2 |
* | | lavc/8bps: Fix 32bit output of 24bit video. | Carl Eugen Hoyos | 2016-09-28 | 2 | -6/+9 |
* | | avcodec/nvenc: nicely align AVOptions | Timo Rothenpieler | 2016-09-28 | 2 | -131/+154 |
* | | avcodec/nvenc: Extended rate-control support as provided by SDK 7 | Yogender Gupta | 2016-09-28 | 5 | -4/+69 |
* | | avcodec/nvenc: add HEVC REXT profile | Timo Rothenpieler | 2016-09-28 | 3 | -1/+13 |
* | | avcodec/nvenc: Make sure that enum and array index match | Timo Rothenpieler | 2016-09-28 | 1 | -12/+20 |
* | | lavc/qdm2: increase code clarity | Adriano Pallavicino | 2016-09-28 | 1 | -58/+59 |
* | | lavc/movtextdec.c: Avoid infinite loop on invalid data. | Sasi Inguva | 2016-09-27 | 1 | -0/+4 |
* | | avcodec/ansi: Check dimensions | Michael Niedermayer | 2016-09-26 | 1 | -0/+3 |
* | | avcodec/mpegvideo_enc: fix memory leak | Timo Rothenpieler | 2016-09-26 | 1 | -0/+1 |
* | | avcodec/hevc: Add YUV420P10 to vaapi hardware decode - permits hardware decod... | Jean-Yves Simon | 2016-09-26 | 1 | -0/+3 |
* | | avcodec/Makefile: Fix mlpenc dependencies | James Almer | 2016-09-25 | 1 | -1/+1 |
* | | avcodec: fix vc1dsp dependencies | Xiaolei Yu | 2016-09-25 | 3 | -3/+3 |
* | | avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFS | James Almer | 2016-09-24 | 1 | -1/+1 |
* | | avcodec/cavsdsp: use av_clip_uint8() for idct | Michael Niedermayer | 2016-09-23 | 1 | -9/+8 |
* | | avcodec/remove_extradata_bsf: Fix AVoption parameter max value | James Almer | 2016-09-23 | 1 | -1/+1 |
* | | x86/h264_weight: use appropriate register size for weight parameters | Hendrik Leppkes | 2016-09-23 | 1 | -6/+6 |
* | | avcodec/cuvid: mark as avoid for probing | Timo Rothenpieler | 2016-09-23 | 1 | -1/+1 |
* | | avcodec: add new AVOID_PROBING capability | Timo Rothenpieler | 2016-09-23 | 2 | -2/+12 |
* | | avcodec/h264: Use ptrdiff_t for (bi)weight functions | Michael Niedermayer | 2016-09-23 | 5 | -27/+28 |
* | | cuvid: Pass bit depth information to decoder | Philip Langdale | 2016-09-22 | 1 | -0/+2 |
* | | cuvid: Use bundled headers | Philip Langdale | 2016-09-22 | 1 | -1/+1 |
* | | lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy(). | Carl Eugen Hoyos | 2016-09-22 | 1 | -1/+2 |
* | | crystalhd: Use up-to-date bsf API | Philip Langdale | 2016-09-21 | 1 | -22/+65 |
* | | avcodec/cuvid: add support for hardware deinterlacing | Timo Rothenpieler | 2016-09-21 | 1 | -21/+82 |
* | | avcodec/cuvid: implement new send_packet/receive_frame api | Timo Rothenpieler | 2016-09-21 | 1 | -11/+83 |
* | | avcodec/mlz: Check output chars before using it | Michael Niedermayer | 2016-09-21 | 1 | -3/+18 |
* | | avcodec/mlz: Remove 'l' postfixes from numbers | Michael Niedermayer | 2016-09-21 | 1 | -3/+3 |
* | | avcodec/on2avc: add 0x500 stereo support and improve 0x500 mono support | Paul B Mahol | 2016-09-21 | 1 | -11/+3 |
* | | avcodec/dds: add support for 4bpp format | Paul B Mahol | 2016-09-21 | 1 | -2/+36 |
* | | avcodec/avrndec: Remove obsolete FIXME | Michael Niedermayer | 2016-09-20 | 1 | -1/+1 |
* | | lavc/rscc: Support pal8 in rscc. | Carl Eugen Hoyos | 2016-09-19 | 2 | -3/+14 |
* | | avcodec/utils: If using discard frame flag, ignore skip_samples set by the de... | Sasi Inguva | 2016-09-19 | 1 | -0/+4 |
* | | lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames... | Sasi Inguva | 2016-09-19 | 2 | -1/+20 |
* | | avcodec/rscc: add support for gray8 format | Paul B Mahol | 2016-09-19 | 1 | -3/+3 |
* | | avcodec/dnxhddata: add support for cid 1244 | Paul B Mahol | 2016-09-19 | 1 | -0/+10 |
* | | avcodec/sheervideo: print internal format in debug log | Paul B Mahol | 2016-09-18 | 1 | -0/+3 |