OSDN Git Service

coroid/libav_saccubus.git
2009-04-27 Stefano SabatiniImplement av_get_bits_per_pixel().
2009-04-27 Vitor SessakRevert r18700, documentation of deprecated functions...
2009-04-27 Vitor SessakCheck if there is enough bytes before reading the buffe...
2009-04-27 Vitor SessakSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-27 Cédric SchieliRemove useless duplicated code in yuv2rgb_c_32, yuva2rg...
2009-04-27 Michael NiedermayerRemove useless and outright wrong chatter from avcodec_...
2009-04-27 Michael NiedermayerRemove redundant chatter from avcodec_encode_audio()
2009-04-27 Michael NiedermayerNegative is error not -1, corrected in the doxy for...
2009-04-27 Michael NiedermayerAdd multiframe note to avcodec_decode_video() too.
2009-04-27 Michael NiedermayerCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 Michael NiedermayerRemove documentation from deprecated fields, they shoul...
2009-04-27 Michael NiedermayerRemove confusing and redundant engrish chatter from...
2009-04-27 Cyril ComparonAdd avlanguage helpers in libavformat.
2009-04-27 Benoit FouetMake function pointer assignments consistent in option...
2009-04-27 Kostya ShishkovRevert changing VLC initialization type for RV3/4 decoder.
2009-04-26 Ramiro Pollamlpdec: Simplify filtering code by using only one count...
2009-04-26 Laurent AimarCorrectly update output sample format in wavpack decoder.
2009-04-25 Benjamin LarssonProper subpacket size check for cook multichannel files.
2009-04-25 Benjamin LarssonRemove parentheses
2009-04-25 Benjamin LarssonSet the type of size in COOKSubpacket to unsigned
2009-04-25 Stefano SabatiniAdd pixdescs definitions for planar YUV pixfmts with...
2009-04-25 Benjamin LarssonMake sure we only parse max amount of subpackets (5...
2009-04-25 Benjamin LarssonIndent
2009-04-25 Benjamin LarssonRemove redundant code
2009-04-25 Benjamin LarssonAdd Changelog for Cook multi channel support
2009-04-25 Benjamin LarssonSupport cook multichannel files.
2009-04-25 Benjamin LarssonFix the COOKDEBUG code
2009-04-25 Benjamin LarssonFactor out COOKSubpacket, in preparation for multichann...
2009-04-25 Stefano SabatiniAdd missing pixel format descriptor definitions.
2009-04-25 Kostya ShishkovGet rid of monstrous static table and initialize VLCs...
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-24 Michael Niedermayerindent
2009-04-24 Wolfram GlogerChange return type of opt_loglevel() from void to int.
2009-04-24 Reimar DöffingerTrueMotion 2 uses its own YUV-like colourspace, so...
2009-04-24 Kostya Shishkovcosmetics: remove extra space indentation
2009-04-24 Kostya ShishkovMerge decoding functions for all bitdepths in WavPack...
2009-04-24 Michael NiedermayerSupport >8bit per component YUV in FFV1.
2009-04-24 Michael NiedermayerForce speed irrelevant calls to get/put_symbol() to...
2009-04-24 Michael NiedermayerOptimize sign handling in get_symbol().
2009-04-23 Michael NiedermayerDon't loose bits_per_raw_sample when transcoding.
2009-04-23 Stefano SabatiniMake avcodec_thread_init() set the thread count, even...
2009-04-23 Carl Eugen... Make reset_ptr() void.
2009-04-23 Ivo van Poortenavoid possibly uninitialized return value
2009-04-23 Kostya ShishkovHandle WavPack INT32INFO chunks with nonzero post shift
2009-04-23 Kostya ShishkovAdd functions for decoding >16 bits WavPack files.
2009-04-23 Laurent AimarShift 9-15 bit samples to use full 16-bit range.
2009-04-23 Kostya ShishkovDisplay dimensions should not affect the real size...
2009-04-22 Michael NiedermayerRemove 2 useless FFMIN().
2009-04-22 Michael NiedermayerRemove apparently redundant code.
2009-04-22 Jai MenonNSV : Add TOC2 parsing and seeking support.
2009-04-22 Benjamin LarssonRemove redundant code, found by CSA
2009-04-22 Måns Rullgårdconfigure: support Blackfin CPU names with --cpu
2009-04-22 Andreas ÖmanIt should be #if, not #ifdef
2009-04-22 Kostya ShishkovSwitch VLC tables in WMV3/VC-1 decoder to new static...
2009-04-22 Michael NiedermayerRequire 4 instead of 3 frames for detecting mp3,
2009-04-22 Michael NiedermayerFix 10l typo (usage of PIX_FMT_NE()).
2009-04-22 Michael NiedermayerUpdate safety check as the maximum pixel size is no...
2009-04-22 Michael NiedermayerSupport reading packed YUV422 10bit samples from Sverig...
2009-04-22 Stefano SabatiniMake read_line() do not depend on put_bits.h and speed...
2009-04-21 Ramiro PollaAdd raw MLP muxer.
2009-04-21 Ramiro Pollamlpdec: Don't overallocate buffers.
2009-04-21 Ramiro Pollamlpdec: Validate num_primitive_matrices.
2009-04-21 Ramiro Pollamlpdec: Validate max_channel and max_matrix_channel.
2009-04-21 Ramiro Pollamlpdec: Restart header sync must be 0x31ea for MLP.
2009-04-21 Stefano SabatiniAdd missing header inclusion guard.
2009-04-21 Stefano SabatiniImplement a write_line() function.
2009-04-21 Stefano SabatiniRemove consume_whitespace() and replace it with direct...
2009-04-21 Jai MenonRead extended channel configuration when extended AOT...
2009-04-21 Kostya ShishkovMake VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
2009-04-21 Kostya Shishkov100l: VLC table array should not be const
2009-04-21 Robert SwainRemove redundant assignment. err is assigned in every...
2009-04-21 Michael NiedermayerFix a possibly exploitable buffer overflow.
2009-04-21 Kostya ShishkovSet flag after VC-1 VLCs are initialized to avoid race...
2009-04-21 Kostya ShishkovRemove some useless assignments and variables found...
2009-04-21 Kostya ShishkovMake RV3/4 VLC tables use new static initialization...
2009-04-21 Michael NiedermayerPlanar 16bit 420 422 444 YUV support (output is only...
2009-04-21 Michael NiedermayerAdd 420,422 and 444 planar 16bit per component pix...
2009-04-21 Michael NiedermayerMerge gray->gray converters into planarCopy(), this...
2009-04-21 Michael NiedermayerAdd macro to check for 16bit per sample.
2009-04-21 Michael NiedermayerMake sure src/dst are NULL when they arent used, some...
2009-04-20 Michael NiedermayerUse generic BE check instead of checking for gray16LE.
2009-04-20 Michael Niedermayeradd isBE()
2009-04-20 Luca AbeniFix crash when receiving from SDP
2009-04-20 Kostya ShishkovMake rv40 decoder use new static VLC initialization...
2009-04-20 Kostya ShishkovCompact and make constant two tables used by Musepack...
2009-04-20 Diego BiurrunRemove example programs with a wildcard expression.
2009-04-20 Justin Rugglesac3enc: log a warning message if the channel layout...
2009-04-19 Michael Niedermayerindent
2009-04-19 Michael NiedermayerOnly insert null packets into the video que if there...
2009-04-19 Michael NiedermayerAdd zygo fourcc.
2009-04-19 Michael NiedermayerIndent
2009-04-19 Michael NiedermayerDo not discard truncated packets.
2009-04-19 Michael NiedermayerAvoid 100% CPU useage at EOF.
2009-04-19 Michael NiedermayerMake sure that video frames are flushed at EOF.
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 encoder.
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-04-19 Justin RugglesCheck that channel layout is compatible with number...
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-19 Robert SwainRemove unnecessary assignment, found by CSA.
next