Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-17Remove occurrences of my old email addressRamiro Polla
2011-03-17dsputil: add bswap16_buf()Mans Rullgard
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-16mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2011-03-15h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin
2011-03-14mm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross
2011-03-14Bitmap Brothers JV video decoderPeter Ross
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-03-13VP8: fix other function declarationJason Garrett-Glaser
2011-03-12VC1: Export profile/levelHendrik Leppkes
2011-03-12VP8: optimize VP8Context struct orderingJason Garrett-Glaser
2011-03-12VP8: fix function declarationJason Garrett-Glaser
2011-03-12VP8: token probs doesn't need paddingJason Garrett-Glaser
2011-03-12VP8: use a goto to break out of two loopsJason Garrett-Glaser
2011-03-12Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard
2011-03-11Export profiles from the mpeg2 video decoderBenjamin Larsson
2011-03-09aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-07reindent.Ronald S. Bultje
2011-03-07aacenc: remove the data arraysYoung Han Lee
2011-03-07aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo
2011-03-07ac3enc: add some assertionsJustin Ruggles
2011-03-07ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles
2011-03-07cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles
2011-03-07Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos
2011-03-07h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern
2011-03-05ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles
2011-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles
2011-03-02vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-03-02threads: allow thread count of zeroMans Rullgard
2011-03-02vc1: fix decoding when end sequence is presentBaptiste Coudurier
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-03-01huffyuv: Add multithreading supportAlexander Strange
2011-03-01pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange
2011-02-27ARM: VP8: fix build on systems with global symbol prefixMans Rullgard
2011-02-27ARM: fix vp8 neon with pic enabledMans Rullgard
2011-02-25bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross
2011-02-25Bink version 'b' audio decoderPeter Ross
2011-02-25binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross
2011-02-25binkaudio: remove unnecessary loopPeter Ross
2011-02-25binkaudio: perform band table scaling in decode_initPeter Ross
2011-02-25bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard
2011-02-25dxva2: define required feature selection macrosKyle
2011-02-25dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula
2011-02-24vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-24vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles