summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavc: vdpau: add support for new hw_frames_ctx and hw_device_ctx APIwm42017-03-203-20/+69
* lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-204-1/+16
* avconv: Enable generic hwaccel support for VAAPIMark Thompson2017-03-204-238/+16
* avconv: Generic device setupMark Thompson2017-03-205-6/+452
* hwcontext: Make it easier to work with device typesMark Thompson2017-03-204-1/+74
* hwcontext: Add device derivationMark Thompson2017-03-205-1/+103
* rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-203-43/+74
* build: Add missing object dependency for extract_extradata bitstream filterDiego Biurrun2017-03-201-1/+2
* arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-163-26/+26
* matroskaenc: add support for Spherical Video elementsJames Almer2017-03-152-1/+85
* configure: Replace -no_weak_symbols with -Werror=partial-availabilityLuca Barbato2017-03-151-1/+1
* x86: fft: Port to cpuflagsDiego Biurrun2017-03-141-51/+43
* x86: h264: Simplify DEQUANT macro with cpuflagsDiego Biurrun2017-03-141-24/+28
* x86: vp8dsp: port FILTER_BILINEAR macro to cpuflagsDiego Biurrun2017-03-141-77/+66
* x86util: Port all macros to cpuflagsDiego Biurrun2017-03-143-34/+33
* h264_cavlc: check the value of run_beforeAnton Khirnov2017-03-121-2/+6
* h2645_parse: use the bytestream2 API for packet splittingAnton Khirnov2017-03-121-22/+21
* h264dec: initialize field_started to 0 on each decode callAnton Khirnov2017-03-121-0/+1
* arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-112-3/+4
* arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-111-37/+20
* cfhd: Add FATE testsDiego Biurrun2017-03-094-0/+45
* Add Cineform HD DecoderKieran Kunhya2017-03-0911-1/+1229
* add initial QP value optionsKonda Raju2017-03-094-0/+35
* avcodec: clarify some decoding/encoding API detailswm42017-03-091-9/+35
* mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-072-3/+54
* mkv: Add support for Spherical Video elementsJames Almer2017-03-073-1/+84
* mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-074-4/+33
* spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-076-6/+126
* mov: Validate cubemap layoutVittorio Giovara2017-03-071-1/+7
* mov: Validate spherical metadata versionVittorio Giovara2017-03-071-4/+22
* mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-071-2/+3
* mov: Fix spherical metadata_source parsingAaron Colwell2017-03-071-2/+2
* configure: Check for -no_weak_imports in ldflags on macOSLuca Barbato2017-03-071-0/+1
* build: Prefer NASM assembler over YASMDiego Biurrun2017-03-075-15/+17
* build: Make x86 assembler commandline-selectableDiego Biurrun2017-03-071-8/+22
* build: Special-case handling of SDL CFLAGSDiego Biurrun2017-03-071-1/+7
* build: Fix logic of clock_gettime() checkDiego Biurrun2017-03-071-2/+2
* pixlet: Fix architecture-dependent code and valuesVittorio Giovara2017-03-063-29/+33
* build: Explicitly set 32-bit/64-bit object formats for nasm/yasmDiego Biurrun2017-03-051-10/+9
* x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-054-10/+5
* nvenc: Remove qmin and qmax constraints for nvenc vbrGanapathy Kasi2017-03-041-8/+7
* Add Apple Pixlet decoderPaul B Mahol2017-03-0111-1/+708
* libavutil: add av_mod_uintp2James Almer2017-03-011-0/+14
* intmath: add faster clz supportGanesh Ajjanagadde2017-03-011-0/+19
* build: Add pthreads to list of avutil extralibsDiego Biurrun2017-03-011-1/+1
* fate: Add build-only targets to FATEDiego Biurrun2017-03-013-0/+22
* build: Allow generating dependencies as a side-effect of assemblingDiego Biurrun2017-03-012-3/+11
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-0125-140/+145
* build: Add "build" shorthand target that depends on all compile targetsDiego Biurrun2017-03-011-1/+3
* build: Skip generating .version files when cleaningDiego Biurrun2017-03-011-0/+2
OpenPOWER on IntegriCloud