summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * vc1: slice support.Ronald S. Bultje2011-03-211-24/+57
| * vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-211-22/+19
| * vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje2011-03-211-0/+1
| * ffv1: allocate correct size for sample bufferMans Rullgard2011-03-201-1/+1
| * Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-202-1/+2
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-2218-296/+986
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-2141-256/+406
|\ \ | |/
| * dct: remove superflous #includeMans Rullgard2011-03-201-1/+0
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-2013-72/+138
| * Move sine windows to a separate fileMans Rullgard2011-03-2018-33/+98
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-199-41/+90
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-1927-109/+80
| * Remove Sonic experimental audio codecMans Rullgard2011-03-193-982/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19825-3336/+3336
* | Fix compiler warnings due to missing casts.Reimar Döffinger2011-03-191-1/+1
* | Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.Reimar Döffinger2011-03-191-11/+15
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-187-10/+167
|\ \ | |/
| * aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell2011-03-171-1/+1
| * ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-176-9/+166
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-176-90/+119
|\ \ | |/
| * aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-162-34/+37
| * aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell2011-03-161-40/+37
| * aaccoder: Change FFMAX for allzero flag to OR bit operationYoung Han Lee2011-03-161-1/+1
| * Remove occurrences of my old email addressRamiro Polla2011-03-161-1/+1
| * dsputil: add bswap16_buf()Mans Rullgard2011-03-162-0/+8
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
| * mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-151-1/+1
| * mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-151-1/+1
| * mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-151-16/+37
* | CrystalHD: Use doxygen compatible comments where relevant.Philip Langdale2011-03-171-4/+4
* | Remove occurrences of my old email address.Ramiro Polla2011-03-161-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-1510-46/+158
|\ \ | |/
| * h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-151-1/+4
| * ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-145-37/+120
| * ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-144-26/+52
| * mm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2011-03-141-4/+5
| * Bitmap Brothers JV video decoderPeter Ross2011-03-144-2/+220
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-133-4/+4
| * VP8: fix other function declarationJason Garrett-Glaser2011-03-121-1/+1
* | Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using...Michael Niedermayer2011-03-152-40/+15
* | Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-...Michael Niedermayer2011-03-155-138/+41
* | mm decoder: move buffer allocation from decode_init() to decode_frame().Peter Ross2011-03-131-4/+5
* | Merge branch 'master' of git://git.ffmpeg.org/ffmpegMichael Niedermayer2011-03-126-95/+112
|\ \ | |/
| * VC1: Export profile/levelHendrik Leppkes2011-03-122-4/+24
| * VP8: optimize VP8Context struct orderingJason Garrett-Glaser2011-03-122-79/+79
| * VP8: fix function declarationJason Garrett-Glaser2011-03-121-1/+1
| * VP8: token probs doesn't need paddingJason Garrett-Glaser2011-03-121-2/+1
OpenPOWER on IntegriCloud