summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lavc: use av_cpu_max_align() instead of hardcoding alignment requirementsAnton Khirnov2017-02-111-9/+2
* 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
* 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
* omx: Use the EOS flag to handle flushing at the endMartin Storsjö2017-02-081-7/+23
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-0758-86/+86
* wma: Convert to the new bitstream readerAlexandra Hájková2017-02-066-383/+387
* aarch64: vp9itxfm: Restructure the idct32 store macrosMartin Storsjö2017-02-051-40/+40
* arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö2017-02-051-12/+12
* asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-033-3/+3
* svq3: Convert to the new bitstream readerAlexandra Hájková2017-02-021-66/+66
* lavc: deprecate refcounted_frames fieldwm42017-02-011-1/+1
* Mark some arrays that never change as const.Anton Khirnov2017-02-0134-106/+106
* ffv1: Convert to the new bitstream readerAlexandra Hájková2017-01-313-15/+15
* h261dec: Convert to the new bitstream readerAlexandra Hájková2017-01-312-45/+50
* shorten: Convert to the new bitstream readerAlexandra Hájková2017-01-311-24/+25
* ralf: Convert to the new bitstream readerAlexandra Hájková2017-01-311-33/+35
* loco: Convert to the new bitstream readerAlexandra Hájková2017-01-311-7/+7
* fic: Convert to the new bitstream readerAlexandra Hájková2017-01-311-9/+9
* dirac: Convert to the new bitstream readerAlexandra Hájková2017-01-311-44/+45
* cavs: Convert to the new bitstream readerAlexandra Hájková2017-01-313-95/+95
* aic: Convert to the new bitstream readerAlexandra Hájková2017-01-311-15/+15
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-3134-159/+692
* pgssubdec: reset rle_data_len/rle_remaining_len on allocation errorAndreas Cadhalpun2017-01-311-1/+4
* vaapi_encode: Add VP8 supportMark Thompson2017-01-304-1/+271
* vaapi_encode: Pass framerate parameters to driverMark Thompson2017-01-302-0/+22
OpenPOWER on IntegriCloud