summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-28
|\
| * ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
| * ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles2011-06-27
| * ac3enc: Remove bit allocation fallbacks.Justin Ruggles2011-06-27
* | Support fourcc Y8 (ticket 308).ami_stuff2011-06-27
* | Support fourcc YV16 (ticket 307).ami_stuff2011-06-27
* | Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-27
|\|
| * H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-26
| * H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-26
| * mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().Diego Biurrun2011-06-26
| * Move some variable declarations below the proper #ifdefs.Diego Biurrun2011-06-26
* | dnxhddec: handle cid change in bitstream.Baptiste Coudurier2011-06-26
* | Add operand size to add instructions.Reimar Döffinger2011-06-26
* | Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger2011-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-26
|\|
| * build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
| * aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
| * ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-23
|\|
| * ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-22
| * ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-22
| * ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
| * H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-22
| * H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
| * H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
| * H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
| * H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-22
* | Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos2011-06-22
* | CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale2011-06-21
* | CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale2011-06-21
* | CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-22
|\|
| * rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-21
| * mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-21
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
| * h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-21
| * h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* | A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger2011-06-21
* | wma: fix infinite loopMichael Niedermayer2011-06-21
* | Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser2011-06-21
* | libx264: fix open gop default.Michael Niedermayer2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-20
| * cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20
| * x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-20