summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-171-0/+9
* amrwbdec: Decode the fr_quality bit properlyMartin Storsjö2012-08-171-1/+1
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-171-2/+7
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-172-1/+1
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-171-66/+77
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-165-0/+9
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-161-0/+3
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-161-4/+5
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-161-35/+20
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-164-3/+3
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-162-0/+2
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-15145-0/+200
* api-example: use new video encoding API.Anton Khirnov2012-08-151-28/+44
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-155-4/+4
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-151-8/+0
* w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun2012-08-141-0/+3
* prores: interlaced ProRes encodingMaksalov Boris2012-08-141-68/+115
* g723.1: simplify scale_vector()Mans Rullgard2012-08-141-6/+2
* g723.1: simplify normalize_bits()Mans Rullgard2012-08-141-7/+0
* vda: cosmetics: fix Doxygen comment formattingSebastien Zwickert2012-08-141-78/+78
* vda: better frame allocationSebastien Zwickert2012-08-141-1/+1
* vda: Merge implementation into one fileSebastien Zwickert2012-08-144-356/+285
* vda: support synchronous decodingSebastien Zwickert2012-08-145-47/+123
* vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-143-26/+28
* build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-141-30/+14
* proresenc: use the edge emulation bufferBoris Maksalov2012-08-131-6/+6
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-132-3/+3
* x86: cabac: allow building with sunccMans Rullgard2012-08-132-24/+37
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-131-15/+15
* g723.1: do not pass large structs by valueMans Rullgard2012-08-131-21/+21
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-131-3/+2
* g723.1: declare a variable in the block it is usedMans Rullgard2012-08-131-2/+2
* g723.1: avoid saving/restoring excitationMans Rullgard2012-08-131-16/+11
* g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-131-8/+15
* g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-131-11/+11
* g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-131-7/+7
* g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-131-7/+6
* g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-131-6/+5
* g723.1: do not needlessly use int64_tMans Rullgard2012-08-131-1/+1
* g723.1: use saturating addition functionsMans Rullgard2012-08-131-15/+14
* g723.1: optimise scale_vector()Mans Rullgard2012-08-131-5/+7
* g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-131-4/+4
* g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-131-15/+11
* g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-131-1/+1
* celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-131-8/+7
* cllc: Implement ARGB supportDerek Buitenhuis2012-08-121-0/+133
* cllc: Add support for QRGBDerek Buitenhuis2012-08-121-0/+1
* cllc: Rename some funcs to represent what they actually doDerek Buitenhuis2012-08-121-5/+5
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-124-3/+3
OpenPOWER on IntegriCloud