summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-193-0/+308
|\
| * Fix build if yasm is not available.Ronald S. Bultje2011-06-181-1/+3
| * H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-183-0/+306
* | h264: print actual slice number in "Too many slices" warningMichael Niedermayer2011-06-191-1/+1
* | jpegdec: include mjpb_skiptosod in debug outputMichael Niedermayer2011-06-191-2/+2
* | jpegdec: fix CJPG decoding.Michael Niedermayer2011-06-191-2/+5
* | w32threads: with only 1 thread there cant be a active threading mode.Michael Niedermayer2011-06-191-2/+2
* | flacenc: mark as lossless codecMichael Niedermayer2011-06-191-1/+1
* | libavcodec: add CODEC_CAP_LOSSLESSMichael Niedermayer2011-06-191-0/+4
* | dcaenc: small quantization simplification.Clément Bœsch2011-06-181-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-182-3/+22
|\ \ | |/
| * lavc: add opt_find to AVCodecContext class.Anton Khirnov2011-06-171-1/+20
| * h264: Complexify frame num gap shortening codeAlexander Strange2011-06-161-3/+14
| * Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-161-1/+2
* | qdm2: Fix alignment of local array.Michael Niedermayer2011-06-181-3/+3
* | Fix compilation with old yasm.Carl Eugen Hoyos2011-06-163-1/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-163-30/+38
|\ \ | |/
| * ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-151-11/+13
| * ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-152-19/+25
* | Reindent after last commit.Carl Eugen Hoyos2011-06-151-2/+2
* | Fix multi-channel AAC encoding.Carl Eugen Hoyos2011-06-152-1/+29
* | Fix "redundant redeclaration" warning.Carl Eugen Hoyos2011-06-151-2/+0
* | Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.Carl Eugen Hoyos2011-06-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1524-889/+1793
|\ \ | |/
| * ARM: factor some repetitive code into macrosMans Rullgard2011-06-142-174/+69
| * Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-132-65/+84
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-1318-646/+1608
| * ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-133-9/+32
* | mjpegenc: Fix JFIF versionWilliam Yu2011-06-151-1/+1
* | CrystalHD: Use mp4toannexb bitstream filter.Philip Langdale2011-06-131-11/+37
* | CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime.Philip Langdale2011-06-131-5/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1416-491/+792
|\ \ | |/
| * ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-133-12/+0
| * ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-138-445/+577
| * ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-132-8/+12
| * ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-132-4/+9
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-1317-1669/+687
| * Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-132-65/+84
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-1316-635/+1594
| * h264_parser: Fix whitespace after previous change.Philip Langdale2011-06-131-14/+15
| * h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-06-131-1/+1
| * h264: don't be so picky on decoding pps in extradata.Michael Niedermayer2011-06-131-1/+1
| * avcodec.h: add or elaborate on some documentation comments.Wim Lewis2011-06-131-5/+31
| * h264: change a few comments into error messagesMichael Niedermayer2011-06-131-7/+17
| * ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-06-131-1/+1
| * ffv1: fix undefined behavior with insane widths.Michael Niedermayer2011-06-132-3/+5
| * ARM: jrevdct_arm: simplify stack usageMans Rullgard2011-06-131-6/+3
| * ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard2011-06-131-8/+8
OpenPOWER on IntegriCloud