summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * vaapi_h264: Constify pointersMark Thompson2016-08-13
* | Merge commit '121f34d5f0c8d7d376829a467590fbbe4c228f4f'Clément Bœsch2017-03-18
|\|
| * hwcontext_vaapi: Try the first render node as the default DRM deviceMark Thompson2016-08-13
* | Merge commit '6fc944e6136b050bf965f847bbfd69e1fe572f82'Clément Bœsch2017-03-18
|\|
| * Prepare for 12_alpha1 ReleaseSean McGovern2016-08-12
* | Merge commit 'f6d2fed811dea36c4ebaf991927e44c78eb0aca5'Clément Bœsch2017-03-18
|\|
| * avconv: Make sure that inputless filtergraphs are configuredLuca Barbato2016-08-12
* | Merge commit '602abe77b02f9702c18c2787d208fcfc9d94b70f'Clément Bœsch2017-03-18
|\|
| * avconv: Check the fifo allocationLuca Barbato2016-08-12
* | Merge commit 'f2143c57b6a61fef382f3128138d8558a9bdecee'Clément Bœsch2017-03-18
|\|
| * vp9: reindent after last commitAnton Khirnov2016-08-11
| * vp9: add frame threadingRonald S. Bultje2016-08-11
| * vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2016-08-11
| * vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2016-08-11
* | Merge commit '04763c6f87690b31cfcd0d324cf36a451531dcd0'Clément Bœsch2017-03-18
|\|
| * h264_direct: use the reference mask from the actual referenceAnton Khirnov2016-08-11
* | Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch2017-03-18
|\|
| * lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-11
* | Merge commit 'ec021d48445a414325ad59a73f9cde3212b173e4'Clément Bœsch2017-03-18
|\|
| * buffer: fix av_buffer_pool_init2() documentationAnton Khirnov2016-08-11
* | compat/atomics/gcc: use __typeof__ instead of typeofJames Almer2017-03-18
* | lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-18
* | swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz2017-03-18
* | lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct.Carl Eugen Hoyos2017-03-17
* | mov: Drop extra format specifier in error messageVittorio Giovara2017-03-17
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-17
* | fate: Do not report side data sizeVittorio Giovara2017-03-17
* | Merge commit '0638b99cdba52554691fc668d9e477bc184c7a33'Matthieu Bouron2017-03-17
|\|
| * aiff: Skip padding byte for odd-sized chunksDiego Biurrun2016-08-10
* | avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* | ffmpeg: set the encoding framerate when the output is CFRAnton Khirnov2017-03-17
* | avcodec/nvenc: allow different const-qps for I, P and B framesKonda Raju2017-03-17
* | swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz2017-03-17
* | avcodec: fix uninitialized variable readwm42017-03-17
* | lavu/spherical: Make AVSphericalMapping pointer parameter const.Carl Eugen Hoyos2017-03-16
* | Merge commit '0df4801105d84883071b0978cb3afc7cd5184ce8'Clément Bœsch2017-03-16
|\|
| * vp9: make mv bounds 32bit.Ronald S. Bultje2016-08-03
* | Merge commit '24a362569bff1d4161742fffaca80a4a4428be8a'Clément Bœsch2017-03-16
|\|
| * buffer: fix av_buffer_realloc() when the data is offset wrt buffer startAnton Khirnov2016-08-03
* | lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos2017-03-16
* | lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos2017-03-16
* | doc/muxers: cleanup mpegts sectionLou Logan2017-03-16
* | configure: clang -Oz for small size build to reduce size furtherwang-bin2017-03-16
* | lavf/mpegtsenc: clarify pcr_period unit of measurementLou Logan2017-03-16
* | Merge commit 'e99ecda55082cb9dde8fd349361e169dc383943a'Clément Bœsch2017-03-16
|\|
| * checkasm: add vp9 MC tests.Ronald S. Bultje2016-08-03
| * vp9mc/x86: sse2 MC assembly.Ronald S. Bultje2016-08-03
| * vp9mc/x86: add AVX and AVX2 MCJames Almer2016-08-03
| * vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch2016-08-03
| * vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2016-08-03