platform/upstream/libav.git
2009-05-04 Diego BiurrunAdd note about nonfree license of libfaac.
2009-05-04 Kenan GilletProperly handle SILENCE frame. Patch by Kenan Gillet.
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-05-03 Laurent AimarCheck whether extra bits block has enough data.
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-05-02 Cédric SchieliFix chroma shift when scaling from ARGB on LE and BGRA...
2009-05-02 Laurent AimarDecode extended bitstream for high-precision WavPack...
2009-05-01 Zdenek KabelacUse new packet reading API, fixes a memory leak.
2009-05-01 Stefano SabatiniPrefer (void) over () in function prototype.
2009-05-01 Stefano SabatiniMake graphparser.c use av_get_token().
2009-05-01 Michael Niedermayerav_get_token()
2009-05-01 Michael NiedermayerIgnore first entry of intra matrixes if it is invalid.
2009-05-01 Michael NiedermayerFactorize quantization matrix loading code out.
2009-04-30 Ramiro PollaDon't #if a function declaration and properly indent it.
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-30 Ramiro PollaDocument change in r18719.
2009-04-30 Ramiro PollaExport av_free_packet().
2009-04-30 Diego BiurrunAdd missing return statement to out-of-memory condition...
2009-04-29 Måns Rullgårdconfigure: fix licence check function
2009-04-29 Diego BiurrunDrop unused libamr-nb fixed-point glue code.
2009-04-29 Diego BiurrunRequire --enable-nonfree for turning on libfaac support.
2009-04-29 Diego BiurrunFactorize GPL and nonfree license checks into a common...
2009-04-29 David ConradARM: Use fewer register in NEON put_pixels _y2 and...
2009-04-29 David ConradARM: NEON put_pixels_clamped
2009-04-28 Stefano SabatiniConvert names to the FFmpeg style.
2009-04-28 Michael NiedermayerReset eof state on seeking.
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...
next