summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asfdec: Account for different Format Data sizesAlexandra Hájková2017-02-155-10/+15
* configure: Check for xcb as well as xcb-shape before enabling libxcbDiego Biurrun2017-02-151-3/+5
* mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-151-0/+6
* hwcontext_vaapi: Try to support the VDPAU wrapperMark Thompson2017-02-132-34/+52
* vaapi: Implement device-only setupMark Thompson2017-02-132-18/+114
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-134-2/+29
* aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö2017-02-121-2/+2
* aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-111-3/+11
* arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-111-2/+6
* dv: Convert to the new bitstream readerLuca Barbato2017-02-112-53/+69
* aac: Validate the sbr sample rate before using the valueLuca Barbato2017-02-111-10/+10
* configure: Move up the avbuild directory creationLuca Barbato2017-02-111-1/+2
* hwcontext_dxva2: support D3D9Exwm42017-02-111-30/+87
* AVFrame: add an opaque_ref fieldwm42017-02-114-2/+25
* frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-114-2/+12
* lavc: use av_cpu_max_align() instead of hardcoding alignment requirementsAnton Khirnov2017-02-111-9/+2
* cpu: add a function for querying maximum required data alignmentAnton Khirnov2017-02-114-1/+30
* scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-111-3/+5
* Use the new AVIOContext destructor.Anton Khirnov2017-02-1111-19/+21
* avio: add a destructor for AVIOContextAnton Khirnov2017-02-114-5/+27
* arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö2017-02-111-8/+4
* arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-112-6/+4
* aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-111-18/+36
* arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-111-18/+36
* aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-111-2/+13
* arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-111-11/+22
* aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö2017-02-111-25/+25
* mov: Rework stsc index validationVittorio Giovara2017-02-102-5/+5
* imgutils: Document av_image_get_buffer_size()Vittorio Giovara2017-02-101-1/+5
* hlsenc: Correctly write down all 16 bytes in hexLuca Barbato2017-02-101-5/+6
* utvideodec: Add a missing includeMartin Storsjö2017-02-101-0/+1
* nvenc: make gpu indices independent of supported capabilitiesTimo Rothenpieler2017-02-091-1/+4
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-0919-0/+22
* aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-02-091-3/+3
* aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö2017-02-091-2/+2
* aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö2017-02-091-8/+8
* aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö2017-02-091-8/+8
* aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func...Martin Storsjö2017-02-091-2/+1
* arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö2017-02-091-2/+1
* aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32Martin Storsjö2017-02-091-59/+466
* arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-02-091-54/+537
* aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f...Martin Storsjö2017-02-091-45/+45
* arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö2017-02-091-36/+36
* aarch64: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-091-17/+25
* arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-091-17/+26
* configure: Correctly recurse in do_check_deps()Diego Biurrun2017-02-081-2/+1
* omx: Use the EOS flag to handle flushing at the endMartin Storsjö2017-02-081-7/+23
* configure: Rework dependency handling for conflicting componentsDiego Biurrun2017-02-071-9/+13
* configure: Add name parameter to require_pkg_config() helper functionDiego Biurrun2017-02-071-25/+28
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-0769-98/+98
OpenPOWER on IntegriCloud