summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove Sonic experimental audio codecMans Rullgard2011-03-193-982/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19825-3336/+3336
* 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
* 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
* 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
* 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
* VP8: use a goto to break out of two loopsJason Garrett-Glaser2011-03-121-1/+2
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-122-8/+5
* Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-102-0/+21
* aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-082-2/+1
* reindent.Ronald S. Bultje2011-03-071-3/+1
* aacenc: remove the data arraysYoung Han Lee2011-03-072-16/+17
* aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-071-2/+2
* ac3enc: add some assertionsJustin Ruggles2011-03-071-0/+6
* ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-071-3/+5
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-073-3/+3
* Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-071-1/+1
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-071-2/+17
* ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-041-4/+7
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-042-3/+4
* vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje2011-03-021-0/+1
* threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
* vc1: fix decoding when end sequence is presentBaptiste Coudurier2011-03-021-1/+1
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-012-1/+18
* huffyuv: Add multithreading supportAlexander Strange2011-03-011-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-271-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-271-0/+2
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-251-3/+3
* Bink version 'b' audio decoderPeter Ross2011-02-252-6/+18
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-251-4/+2
OpenPOWER on IntegriCloud