summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* alacenc: use s16p sample format as inputJustin Ruggles2012-08-22
* alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-22
* alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-22
* adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-22
* mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-22
* build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-22
* build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-22
* dirac: use meaningful return valuesJordi Ortiz2012-08-21
* flacdec: simplify sample buffer handlingMans Rullgard2012-08-21
* flacdec: simplify loop in decode_residuals()Mans Rullgard2012-08-21
* build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun2012-08-20
* lavc: add Ut Video encoderJan Ekström2012-08-20
* mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov2012-08-20
* vorbisdec: remove some pointless commentsMans Rullgard2012-08-19
* pthread: add const to AVCodec pointersMans Rullgard2012-08-18
* mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov2012-08-18
* lavc: add avcodec_descriptor_get_by_name().Anton Khirnov2012-08-18
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-18
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-17
* amrwbdec: Decode the fr_quality bit properlyMartin Storsjö2012-08-17
* libvpxenc: use the default bitrate if not setLuca Barbato2012-08-17
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-17
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-17
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* Fix even more missing includes after the common.h removalMartin Storsjö2012-08-16
* build: Factor out rangecoder dependencies to CONFIG_RANGECODERDiego Biurrun2012-08-16
* build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCEDiego Biurrun2012-08-16
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-16
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* api-example: use new video encoding API.Anton Khirnov2012-08-15
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15
* mpegvideo_mmx_template: drop some commented-out cruftDiego Biurrun2012-08-15
* w32pthreads: Add missing #includes to make header compile standaloneDiego Biurrun2012-08-14
* prores: interlaced ProRes encodingMaksalov Boris2012-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
* g723.1: do not pass large structs by valueMans Rullgard2012-08-13
* g723.1: do not bounce intermediate values via memoryMans Rullgard2012-08-13