]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-05-04 diegoDo not scan for MP3 header after the given buffer and...
2009-05-04 diegoAdd note about nonfree license of libfaac.
2009-05-04 reynaldoProperly handle SILENCE frame. Patch by Kenan Gillet.
2009-05-03 bananRemove dead assignments found by CSA
2009-05-03 kostyaCheck whether extra bits block has enough data.
2009-05-02 bananRemove dead assignments found by CSA
2009-05-02 bananRemove dead assignments found by CSA
2009-05-02 kostyaDecode extended bitstream for high-precision WavPack...
2009-05-01 diegoUse new packet reading API, fixes a memory leak.
2009-05-01 stefanoPrefer (void) over (), for consisteny reason.
2009-05-01 stefanoMake graphparser.c use av_get_token().
2009-05-01 michaelav_get_token()
2009-05-01 michaelIgnore first entry of intra matrixes if its invalid.
2009-05-01 michaelFactorize quantization matrix loading code out.
2009-04-30 ramiroDon't #if a function declaration and properly indent it.
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
2009-04-30 ramiroDocument change in r18719.
2009-04-30 ramiroExport av_free_packet().
2009-04-30 diegoAdd missing return statement to out-of-memory condition...
2009-04-29 mruconfigure: fix licence check function
2009-04-29 diegoDrop unused libamr-nb fixed-point glue code.
2009-04-29 diegoRequire --enable-nonfree for turning on libfaac support.
2009-04-29 diegoFactorize GPL and nonfree license checks into a common...
2009-04-29 conradARM: Use fewer register in NEON put_pixels _y2 and...
2009-04-29 conradARM: NEON put_pixels_clamped
2009-04-28 stefanoConvert names to the FFmpeg style.
2009-04-28 michaelReset eof state on seeking.
2009-04-27 stefanoImplement av_get_bits_per_pixel().
2009-04-27 vitorRevert r18700, documentation of deprecated functions...
2009-04-27 vitorCheck if there is enough bytes before reading the buffe...
2009-04-27 vitorSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-27 michaelRemove useless and outright wrong chatter from avcodec_...
2009-04-27 michaelRemove redundant chatter from avcodec_encode_audio()
2009-04-27 michaelNegative is error not -1, corrected in the doxy for...
2009-04-27 michaelAdd multiframe note to avcodec_decode_video() too.
2009-04-27 michaelCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 michaelRemove documentation from deprecated fields, they shoul...
2009-04-27 michaelRemove confusing and redundant engrish chatter from...
2009-04-27 benoitAdd avlanguage helpers in libavformat.
2009-04-27 benoitMake function pointer assignments consistent in option...
2009-04-27 kostyaRevert changing VLC initialization type for RV3/4 decoder.
2009-04-26 ramiromlpdec: Simplify filtering code by using only one count...
2009-04-26 kostyaCorrectly update output sample format in wavpack decoder.
2009-04-25 bananProper subpacket size check for cook multichannel files.
2009-04-25 bananRemove parentheses
2009-04-25 bananSet the type of size in COOKSubpacket to unsigned
2009-04-25 stefanoAdd pixdescs definitions for planar YUV pixfmts with...
2009-04-25 bananMake sure we only parse max amount of subpackets (5...
2009-04-25 bananIndent
2009-04-25 bananRemove redundant code
2009-04-25 bananAdd Changelog for Cook multi channel support
2009-04-25 bananSupport cook multichannel files.
2009-04-25 bananFix the COOKDEBUG code
2009-04-25 bananFactor out COOKSubpacket, in preparation for multichann...
2009-04-25 stefanoAdd missing pixel format descriptor definitions.
2009-04-25 kostyaGet rid of monstrous static table and initialize VLCs...
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-24 michaelindent
2009-04-24 benoitChange return type of opt_loglevel() from void to int.
2009-04-24 kostyaTrueMotion 2 uses its own YUV-like colourspace, so...
2009-04-24 kostyacosmetics: remove extra space indentation
2009-04-24 kostyaMerge decoding functions for all bitdepths in WavPack...
2009-04-24 michaelSupport >8bit per component YUV in FFV1.
2009-04-24 michaelForce speed irrelevant calls to get/put_symbol() to...
2009-04-24 michaelOptimize sign handling in get_symbol().
2009-04-23 michaelDon't loose bits_per_raw_sample when transcoding.
2009-04-23 stefanoMake avcodec_thread_init() set the thread count, even...
2009-04-23 ivoavoid possibly uninitialized return value
2009-04-23 kostyaHandle WavPack INT32INFO chunks with nonzero post shift
2009-04-23 kostyaAdd functions for decoding >16 bits WavPack files.
2009-04-23 kostyaShift 9-15 bit samples to use full 16-bit range.
2009-04-23 kostyaDisplay dimensions should not affect the real size...
2009-04-22 michaelRemove 2 useless FFMIN().
2009-04-22 michaelRemove apparently redundant code.
2009-04-22 jai_menonNSV : Add TOC2 parsing and seeking support.
2009-04-22 bananRemove redundant code, found by CSA
2009-04-22 mruconfigure: support Blackfin CPU names with --cpu
2009-04-22 andomaIt should be #if, not #ifdef
2009-04-22 kostyaSwitch VLC tables in WMV3/VC-1 decoder to new static...
2009-04-22 michaelRequire 4 instead of 3 frames for detecting mp3,
2009-04-22 michaelFix 10l typo (usage of PIX_FMT_NE()).
2009-04-22 michaelUpdate safety check as the maximum pixel size is no...
2009-04-22 michaelSupport reading packed YUV 422 10bit samples from jvt...
2009-04-22 stefanoMake read_line() do not depend on put_bits.h and speed...
2009-04-21 ramiroAdd raw MLP muxer.
2009-04-21 ramiromlpdec: Don't overallocate buffers.
2009-04-21 ramiromlpdec: Validate num_primitive_matrices.
2009-04-21 ramiromlpdec: Validate max_channel and max_matrix_channel.
2009-04-21 ramiromlpdec: Restart header sync must be 0x31ea for MLP.
2009-04-21 stefanoAdd missing header inclusion guard.
2009-04-21 stefanoImplement a write_line() function.
2009-04-21 stefanoRemove consume_whitespace() and replace it with direct...
2009-04-21 jai_menonRead extended channel configuration when extended AOT...
2009-04-21 kostyaMake VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
2009-04-21 kostya100l: VLC table array should not be const
2009-04-21 superdumpRemove redundant assignment. err is assigned in every...
2009-04-21 michaelFix a possibly exploitable buffer overflow.
2009-04-21 kostyaSet flag after VC-1 VLCs are initialized to avoid race...
2009-04-21 kostyaRemove some useless assignments and variables found...
2009-04-21 kostyaMake RV3/4 VLC tables use new static initialization...
next