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-02-18mdct: remove unnecessary multiplicationYoung Han Lee
2011-02-18ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-02-17ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-17Document audio_resample_close().Stefano Sabatini
2011-02-17ac3enc: change default floor code to 7.Justin Ruggles
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-16vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-16Pass VBV delay to the calling application via ctxChristophe Massiot
2011-02-15binkaudio: remove unused copy of AVCodecContext*Peter Ross
2011-02-15binkaudio: fix channel count checkPeter Ross
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-15aac: remove dead SBR input scalingAlex Converse
2011-02-15ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-15bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross
2011-02-15bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross
2011-02-14Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer
2011-02-14Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini
2011-02-14Document audio_resample_close().Stefano Sabatini
2011-02-13Detect null gop headers.Michael Niedermayer
2011-02-13Make tables generation insensitive to floating-point implementationVitor Sessak
2011-02-13VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-13ARM optimised vp56_rac_get_prob()Mans Rullgard
2011-02-13bink: reindent after last commitPeter Ross
2011-02-13Bink version 'b' video decoderPeter Ross
2011-02-13Clarify that pts_correction* fields are internal to libavcodecMichael Niedermayer
2011-02-12Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos
2011-02-11VP8: optimized mv prediction and decodingJason Garrett-Glaser
2011-02-11ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles
2011-02-11ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-02-11dvbsubenc: Fix placement of the object versionRonen Mizrahi
2011-02-11dvbsubdec: check against buffer overreadsJanne Grunau
2011-02-11Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger
2011-02-11Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-11Remove incorrect return statement from avcodec_thread_free()Mans Rullgard
2011-02-11ivi_dsp: remove semicolons after function definitionsMans Rullgard
2011-02-11Fix build with threading disabledMans Rullgard
2011-02-11w32thread: add missing #include thread.hMans Rullgard
2011-02-11check sample_fmt in avcodec_openReimar Döffinger
2011-02-11vp3: Frame-based multithreading supportAlexander Strange
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
2011-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-02-09VP8: idct_mb optimizationsJason Garrett-Glaser
2011-02-09Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje
2011-02-09logging: downgrade recoverable errors to warningsStefan Kost
2011-02-09h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau
2011-02-09VP8: ARM NEON optimisations for dsp functionsMans Rullgard