summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-161-1/+1
* h264: always check ref_count for validityJanne Grunau2012-11-161-9/+9
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-162-127/+119
* bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang2012-11-141-1/+1
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-1428-305/+310
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-142-149/+1
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-131-63/+69
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-131-0/+1
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-133-12/+7
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-138-16/+26
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-121-1/+2
* ppc: fix some unused variable warningsMans Rullgard2012-11-121-9/+6
* binkaudio: set channel layoutJustin Ruggles2012-11-121-0/+3
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-116-63/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-1151-64/+62
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-111-2/+2
* mss2: reindent after last commitKostya Shishkov2012-11-111-34/+34
* mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás2012-11-111-10/+13
* x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macrosDiego Biurrun2012-11-101-5/+5
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-093-47/+0
* x86: h264_qpel_10bit: port to cpuflagsDiego Biurrun2012-11-091-159/+155
* flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles2012-11-081-3/+5
* x86: h264_intrapred: port to cpuflagsDiego Biurrun2012-11-081-111/+119
* libvpxenc: Allow enabling constrained quality (CQ) modeJames Zern2012-11-081-2/+8
* libopencore-amr: Check the return value of amr_decode_fix_avctxMartin Storsjö2012-11-071-15/+10
* flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles2012-11-051-16/+39
* flacenc: add 24-bit encodingJustin Ruggles2012-11-051-25/+63
* flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-054-110/+158
* flacenc: use uint64_t for bit countsJustin Ruggles2012-11-051-25/+33
* flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-051-2/+37
* flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-051-9/+28
* x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-051-1/+1
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-3/+0
* x86: vc1dsp: port to cpuflagsDiego Biurrun2012-11-052-43/+44
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-022-29/+4
* parser: Move Doxygen documentation to the header filesDiego Biurrun2012-11-023-9/+9
* PGS subtitles: Expose forced flagJohn Stebbins2012-11-023-4/+12
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-3/+0
* x86: ac3dsp: port to cpuflagsDiego Biurrun2012-11-021-42/+42
* lavc: add some AVPacket doxy.Anton Khirnov2012-11-021-0/+22
* decode_audio3: initialize AVFrameIlkka Ollakka2012-11-011-1/+1
* ws-snd1: set channel layoutJustin Ruggles2012-11-011-6/+5
* wmavoice: set channel layoutJustin Ruggles2012-11-011-0/+3
* wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-27/+25
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-014-56/+48
* vmdaudio: set channel layoutJustin Ruggles2012-11-011-0/+4
* twinvq: validate sample rate codeJustin Ruggles2012-11-011-0/+5
* twinvq: set channel layoutJustin Ruggles2012-11-011-0/+4
* twinvq: validate that channels is not <= 0Justin Ruggles2012-11-011-1/+1
* truespeech: set channel layoutJustin Ruggles2012-11-011-1/+3
OpenPOWER on IntegriCloud