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
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-24indentMichael Niedermayer
2009-04-24Change return type of opt_loglevel() from void to int.Wolfram Gloger
2009-04-24TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger
2009-04-24cosmetics: remove extra space indentationKostya Shishkov
2009-04-24Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov
2009-04-24Support >8bit per component YUV in FFV1.Michael Niedermayer
2009-04-24Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer
2009-04-24Optimize sign handling in get_symbol().Michael Niedermayer
2009-04-24Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer
2009-04-24Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini
2009-04-24Make reset_ptr() void.Carl Eugen Hoyos
2009-04-23avoid possibly uninitialized return valueIvo van Poorten
2009-04-23Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov
2009-04-23Add functions for decoding >16 bits WavPack files.Kostya Shishkov
2009-04-23Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar
2009-04-23Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov
2009-04-23Remove 2 useless FFMIN().Michael Niedermayer
2009-04-23Remove apparently redundant code.Michael Niedermayer
2009-04-22NSV : Add TOC2 parsing and seeking support.Jai Menon
2009-04-22Remove redundant code, found by CSABenjamin Larsson
2009-04-22configure: support Blackfin CPU names with --cpuMåns Rullgård
2009-04-22It should be #if, not #ifdefAndreas Öman
2009-04-22Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov
2009-04-22Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer
2009-04-22Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer
2009-04-22Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer
2009-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-22Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini
2009-04-22Add raw MLP muxer.Ramiro Polla
2009-04-22mlpdec: Don't overallocate buffers.Ramiro Polla
2009-04-22mlpdec: Validate num_primitive_matrices.Ramiro Polla
2009-04-22mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla
2009-04-22mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla
2009-04-22Add missing header inclusion guard.Stefano Sabatini
2009-04-21Implement a write_line() function.Stefano Sabatini
2009-04-21Remove consume_whitespace() and replace it with direct calls toStefano Sabatini
2009-04-21Read extended channel configuration when extended AOT is BSAC.Jai Menon
2009-04-21Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov
2009-04-21100l: VLC table array should not be constKostya Shishkov
2009-04-21Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain
2009-04-21Fix a possibly exploitable buffer overflow.Michael Niedermayer
2009-04-21Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov
2009-04-21Remove some useless assignments and variables found by ClangKostya Shishkov
2009-04-21Make RV3/4 VLC tables use new static initialization methodKostya Shishkov
2009-04-21Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer
2009-04-21Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer
2009-04-21Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer
2009-04-21Add macro to check for 16bit per sample.Michael Niedermayer
2009-04-21Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer