summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-281-16/+16
* vc1: export some functionsKostya Shishkov2012-08-282-23/+33
* Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard2012-08-272-18/+14
* build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-272-3/+4
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-2715-83/+77
* celp_math: Move ff_cos() to the only place it is usedDiego Biurrun2012-08-274-35/+26
* vp56: Don't use DECLARE_ALIGN on a typedef nameDerek Buitenhuis2012-08-271-2/+2
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-274-596/+691
* mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-271-50/+14
* huffyuv: update to current coding styleLuca Barbato2012-08-271-521/+576
* huffman: update to current coding styleLuca Barbato2012-08-271-21/+26
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-271-2/+1
* audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-262-17/+10
* dwt: Remove unused code.Diego Biurrun2012-08-262-172/+1
* cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-263-2/+63
* cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-263-48/+48
* cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-264-479/+467
* x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-251-8/+0
* cllc: Pad swapped bufferDerek Buitenhuis2012-08-241-1/+6
* utvideodec: Fix single symbol mode decodingJan Ekström2012-08-241-7/+4
* truespeech: drop useless castsMans Rullgard2012-08-241-3/+3
* libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard2012-08-241-9/+3
* mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-247-41/+61
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-3/+3
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-244-5/+5
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-246-63/+101
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-244-6/+5
* svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-243-49/+71
* dirac: add Comments and references to the standardJordi Ortiz2012-08-241-19/+61
* vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles2012-08-221-0/+1
* vorbisenc: fix quality parameterJustin Ruggles2012-08-221-2/+2
* lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-222-8/+8
* alacenc: use s16p sample format as inputJustin Ruggles2012-08-221-13/+12
* alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-221-5/+0
* alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-221-1/+1
* adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles2012-08-221-3/+4
* mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-221-3/+20
* build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-221-1/+1
* build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-221-2/+1
* dirac: use meaningful return valuesJordi Ortiz2012-08-211-12/+13
* flacdec: simplify sample buffer handlingMans Rullgard2012-08-211-19/+18
* flacdec: simplify loop in decode_residuals()Mans Rullgard2012-08-211-2/+6
* build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun2012-08-201-1/+1
* lavc: add Ut Video encoderJan Ekström2012-08-207-48/+881
* mpegvideo_enc: remove stray duplicate line from 7f9aaa4Anton Khirnov2012-08-201-1/+0
* vorbisdec: remove some pointless commentsMans Rullgard2012-08-191-11/+11
* pthread: add const to AVCodec pointersMans Rullgard2012-08-181-4/+4
* mpegvideo_enc: don't use deprecated avcodec_encode_video().Anton Khirnov2012-08-181-8/+23
* lavc: add avcodec_descriptor_get_by_name().Anton Khirnov2012-08-182-0/+19
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-183-14/+17
OpenPOWER on IntegriCloud