summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* pafdec: fix wrong palette index check.Michael Niedermayer2012-08-15
* vda: better frame allocation.Sebastien Zwickert2012-08-14
* bmv_videodec: fix out of array readMichael Niedermayer2012-08-14
* remove duplicated codeupsuper2012-08-14
* prores_kostya: implement interlaced encoding.Boris Maksalov2012-08-14
* prores_kostya: fix incorrect picture_size field.Boris Maksalov2012-08-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-14
|\
| * g723.1: simplify scale_vector()Mans Rullgard2012-08-14
| * g723.1: simplify normalize_bits()Mans Rullgard2012-08-14
| * vda: cosmetics: fix Doxygen comment formattingSebastien Zwickert2012-08-14
| * vda: better frame allocationSebastien Zwickert2012-08-14
| * vda: Merge implementation into one fileSebastien Zwickert2012-08-14
| * vda: support synchronous decodingSebastien Zwickert2012-08-14
| * vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert2012-08-14
| * build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENCDiego Biurrun2012-08-14
| * proresenc: use the edge emulation bufferBoris Maksalov2012-08-13
| * Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-13
| * x86: cabac: allow building with sunccMans Rullgard2012-08-13
| * x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-13
* | vda: fix make checkheaders.Sebastien Zwickert2012-08-14
* | dvdsubenc: reindent after recent commit.Nicolas George2012-08-14
* | lavc: add const to AVCodecContext.codec_descriptor.Nicolas George2012-08-14
* | lavc: reimplement avcodec_get_name with descriptors.Nicolas George2012-08-14
* | dvdsubenc: set frame size in extradata.Nicolas George2012-08-14
* | dvdsubenc: make it usable for transcoding.Nicolas George2012-08-14
* | vda: merge implementation into one file.Sebastien Zwickert2012-08-14
* | vda: support synchronous decoding.Sebastien Zwickert2012-08-14
* | Proresenc: add multithreading supportSpeedy Gonzales2012-08-13
* | g723_1dec: inline normalize_bits() in scale vector and optimize it.Michael Niedermayer2012-08-13
* | g723_1dec: remove dead code that leaked in from libavMichael Niedermayer2012-08-13
* | g723_1dec: remove unneeded cliping that leaked in from merge from libavMichael Niedermayer2012-08-13
* | g723_1dec: avoid memcpyMichael Niedermayer2012-08-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-13
|\|
| * g723.1: do not pass large structs by valueMans Rullgard2012-08-13
| * g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-13
| * g723.1: declare a variable in the block it is usedMans Rullgard2012-08-13
| * g723.1: avoid saving/restoring excitationMans Rullgard2012-08-13
| * g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard2012-08-13
| * g723.1: make postfilter write directly to output bufferMans Rullgard2012-08-13
| * g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard2012-08-13
| * g723.1: make scale_vector() output to a separate bufferMans Rullgard2012-08-13
| * g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard2012-08-13
| * g723.1: do not needlessly use int64_tMans Rullgard2012-08-13
| * g723.1: use saturating addition functionsMans Rullgard2012-08-13
| * g723.1: optimise scale_vector()Mans Rullgard2012-08-13
| * g723.1: remove useless uses of MUL64()Mans Rullgard2012-08-13
| * g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard2012-08-13
| * g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard2012-08-13
| * celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-13
| * cllc: Implement ARGB supportDerek Buitenhuis2012-08-12