]> git.sesse.net Git - ffmpeg/history - libavcodec
Add avlanguage helpers in libavformat.
[ffmpeg] / libavcodec /
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 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 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 Stefano SabatiniMake avcodec_thread_init() set the thread count, even...
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 Benjamin LarssonRemove redundant code, found by CSA
2009-04-22 Kostya ShishkovSwitch VLC tables in WMV3/VC-1 decoder to new static...
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 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 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 NiedermayerAdd 420,422 and 444 planar 16bit per component pix...
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 Justin Rugglesac3enc: log a warning message if the channel layout...
2009-04-19 Michael NiedermayerIndent
2009-04-19 Michael NiedermayerDo not discard truncated packets.
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 Robert SwainRemove unnecessary assignment, found by CSA.
2009-04-18 Kenan GilletAdd LP zero synthesis filter. Patch by Kenan Gillet.
2009-04-18 Ramiro Pollamlpdec: Read context variable to local variable to...
2009-04-18 Ramiro Pollamlpdec: {}- and whitespace-related cosmetics.
2009-04-18 Ramiro Pollamlpdec: Use some context arrays with local variables...
2009-04-18 Ramiro Pollatruehd: Simplify rematrix_channels() as per Michael...
2009-04-18 Ramiro Pollamlpdec: Make read_matrix_params() take unsigned int...
2009-04-18 Ramiro Pollamlpdec: Check for {matrix,filter}_changed as soon as...
2009-04-18 Justin RugglesAdd 3 channel layout convenience macros.
2009-04-18 Reimar DöffingerAvoid code duplication in xan_unpack for the final...
2009-04-17 Reimar DöffingerUse sign_extend function instead of reimplementing it.
2009-04-17 Reimar DöffingerRemove a useless "& 0xF"
2009-04-17 Reimar DöffingerUse / and % operators instead of reimplementing them...
2009-04-17 Reimar DöffingerChange buffer check to avoid an unlikely pointer arithm...
2009-04-17 Reimar DöffingerSimplify xan_huffman_decode by using get_bits
2009-04-17 Lars TäuberFix indention, patch by Lars Täuber.
2009-04-17 Reimar DöffingerSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 Reimar DöffingerRemove unused code_counts array from interplavideo.c.
2009-04-17 Jai MenonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 Reimar DöffingerCosmetics to improve xan_unpack readability
2009-04-17 Reimar DöffingerFix buffer size check for xan_unpack which was broken...
2009-04-17 Reimar DöffingerSome more simplifications of xan_unpack
2009-04-17 Reimar DöffingerReindent xan_unpack code
2009-04-17 Reimar DöffingerAvoid some code duplication in xan_unpack
2009-04-17 Michael NiedermayerRemove useless assignments, at least one found by CSA.
2009-04-17 Reimar DöffingerIncrease buffer padding to avoid most space checks...
2009-04-17 Michael NiedermayerRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 Michael NiedermayerRemove a useless assignment in img_get_alpha_info(...
2009-04-17 Michael NiedermayerRemove redundant assignment in av_picture_copy() found...
2009-04-17 Michael NiedermayerRemove several useless writes to variables, found by...
2009-04-17 Michael NiedermayerRemove useless += from ff_imdct_half_c() found by CSA.
2009-04-17 Reimar DöffingerChange buffer size checks to avoid the very unlikely...
2009-04-17 Michael NiedermayerRemove unused variable from h261_encode_block() found...
2009-04-17 Reimar DöffingerRemove a pointless right-shift in xan decoder.
2009-04-17 Michael NiedermayerRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 Reimar DöffingerReplace bytecopy with the equivalent but faster av_memc...
2009-04-17 Michael NiedermayerRemove unused variable from slice_buffer_release()...
2009-04-17 Reimar DöffingerUse memcpy instead of the very inefficient bytecopy...
2009-04-17 Michael NiedermayerRemove unused variable from wma_decode_block() found...
2009-04-17 Michael NiedermayerRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-17 Michael NiedermayerRemove unused variable in modify_qscale() found by...
2009-04-17 Michael NiedermayerRemove unused variables from slice_buffer_load_line...
next