| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: replace pointer casting with AV_COPY32 | Mans Rullgard | 2012-11-12 | 1 | -1/+2 |
* | ppc: fix some unused variable warnings | Mans Rullgard | 2012-11-12 | 1 | -9/+6 |
* | binkaudio: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+3 |
* | build: Drop AVX assembly ifdefs | Diego Biurrun | 2012-11-11 | 6 | -63/+0 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 51 | -64/+62 |
* | mss2: prevent potential uninitialized reads | Alberto Delmás | 2012-11-11 | 1 | -2/+2 |
* | mss2: reindent after last commit | Kostya Shishkov | 2012-11-11 | 1 | -34/+34 |
* | mss2: fix handling of unmasked implicit WMV9 rectangles | Alberto Delmás | 2012-11-11 | 1 | -10/+13 |
* | x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros | Diego Biurrun | 2012-11-10 | 1 | -5/+5 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 3 | -47/+0 |
* | x86: h264_qpel_10bit: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -159/+155 |
* | flacenc: ensure the order is within the min/max range in LPC order search | Justin Ruggles | 2012-11-08 | 1 | -3/+5 |
* | x86: h264_intrapred: port to cpuflags | Diego Biurrun | 2012-11-08 | 1 | -111/+119 |
* | libvpxenc: Allow enabling constrained quality (CQ) mode | James Zern | 2012-11-08 | 1 | -2/+8 |
* | libopencore-amr: Check the return value of amr_decode_fix_avctx | Martin Storsjö | 2012-11-07 | 1 | -15/+10 |
* | flacenc: use RICE2 entropy coding mode for 24-bit | Justin Ruggles | 2012-11-05 | 1 | -16/+39 |
* | flacenc: add 24-bit encoding | Justin Ruggles | 2012-11-05 | 1 | -25/+63 |
* | flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext | Justin Ruggles | 2012-11-05 | 4 | -110/+158 |
* | flacenc: use uint64_t for bit counts | Justin Ruggles | 2012-11-05 | 1 | -25/+33 |
* | flacenc: remove wasted trailing 0 bits | Justin Ruggles | 2012-11-05 | 1 | -2/+37 |
* | flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian | Justin Ruggles | 2012-11-05 | 1 | -9/+28 |
* | x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled | Diego Biurrun | 2012-11-05 | 1 | -1/+1 |
* | x86: PABSW: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -3/+0 |
* | x86: vc1dsp: port to cpuflags | Diego Biurrun | 2012-11-05 | 2 | -43/+44 |
* | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 2 | -29/+4 |
* | parser: Move Doxygen documentation to the header files | Diego Biurrun | 2012-11-02 | 3 | -9/+9 |
* | PGS subtitles: Expose forced flag | John Stebbins | 2012-11-02 | 3 | -4/+12 |
* | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -3/+0 |
* | x86: ac3dsp: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -42/+42 |
* | lavc: add some AVPacket doxy. | Anton Khirnov | 2012-11-02 | 1 | -0/+22 |
* | decode_audio3: initialize AVFrame | Ilkka Ollakka | 2012-11-01 | 1 | -1/+1 |
* | ws-snd1: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -6/+5 |
* | wmavoice: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+3 |
* | wmapro: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-11-01 | 1 | -27/+25 |
* | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 4 | -56/+48 |
* | vmdaudio: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+4 |
* | twinvq: validate sample rate code | Justin Ruggles | 2012-11-01 | 1 | -0/+5 |
* | twinvq: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+4 |
* | twinvq: validate that channels is not <= 0 | Justin Ruggles | 2012-11-01 | 1 | -1/+1 |
* | truespeech: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+3 |
* | sipr: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | shorten: validate that the channel count in the header is not <= 0 | Justin Ruggles | 2012-11-01 | 1 | -1/+1 |
* | ra288dec: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+6 |
* | ra144dec: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | qdm2: remove unneeded checks for channel count | Justin Ruggles | 2012-11-01 | 1 | -8/+0 |
* | qdm2: make sure channels is not <= 0 and set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | qcelpdec: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | nellymoserdec: set channels to 1 | Justin Ruggles | 2012-11-01 | 1 | -0/+1 |
* | libopencore-amr: set channel layout for amr-nb or if not set by the user | Justin Ruggles | 2012-11-01 | 1 | -5/+9 |
* | libilbc: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -3/+5 |