]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2009-04-21 michaelAdd 420,422 and 444 planar 16bit per component pix...
2009-04-20 lucabeFix crash when receiving from SDP
2009-04-20 kostyaMake rv40 decoder use new static VLC initialization...
2009-04-20 kostyaCompact and make constant two tables used by Musepack...
2009-04-20 diegoRemove example programs with a wildcard expression.
2009-04-20 jbrac3enc: log a warning message if the channel layout...
2009-04-19 michaelindent
2009-04-19 michaelOnly insert null packets into the video que if there...
2009-04-19 michaelAdd zygo fourcc.
2009-04-19 michaelIndent
2009-04-19 michaelDo not discard truncated packets.
2009-04-19 michaelAvoid 100% CPU useage at EOF.
2009-04-19 michaelMake sure that video frames are flushed at EOF.
2009-04-19 jbrAdd channel layout support to the AC-3 encoder.
2009-04-19 jbrAdd channel layout support to the AC-3 decoder and...
2009-04-19 jbrCheck that channel layout is compatible with number...
2009-04-19 diegoMark gsize variable as av_unused, fixes the warning:
2009-04-19 diegoRevert previous removal of gsize variable. It breaks...
2009-04-19 superdumpRemove unnecessary assignment, found by CSA.
2009-04-18 reynaldoAdd LP zero synthesis filter. Patch by Kenan Gillet.
2009-04-18 ramiromlpdec: Read context variable to local variable to...
2009-04-18 ramiromlpdec: {}- and whitespace-related cosmetics.
2009-04-18 ramiromlpdec: Use some context arrays with local variables...
2009-04-18 ramirotruehd: Simplify rematrix_channels() as per Michael...
2009-04-18 ramiromlpdec: Make read_matrix_params() take unsigned int...
2009-04-18 ramiromlpdec: Check for {matrix,filter}_changed as soon as...
2009-04-18 jbrAdd 3 channel layout convenience macros.
2009-04-18 reimarAvoid code duplication in xan_unpack for the final...
2009-04-18 diegoRemove unused variable gsize, fixes the warning:
2009-04-18 mruPPC: check for x-form asm constraint support
2009-04-18 jai_menonCosmetics : reindent after last commit and remove redun...
2009-04-18 jai_menonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 jai_menonChange nsvf_index_data to nsvs_file_offset for increase...
2009-04-18 mruPPC asm for AV_RL*()
2009-04-18 mruARM asm for AV_RN*()
2009-04-18 mruReorganise intreadwrite.h
2009-04-17 reimarUse sign_extend function instead of reimplementing it.
2009-04-17 reimarRemove a useless "& 0xF"
2009-04-17 reimarUse / and % operators instead of reimplementing them...
2009-04-17 reimarChange buffer check to avoid an unlikely pointer arithm...
2009-04-17 reimarSimplify xan_huffman_decode by using get_bits
2009-04-17 michaelFix indention, patch by Lars Täuber.
2009-04-17 reimarSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 reimarRemove unused code_counts array from interplavideo.c.
2009-04-17 jai_menonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 reimarCosmetics to improve xan_unpack readability
2009-04-17 reimarFix buffer size check for xan_unpack which was broken...
2009-04-17 reimarSome more simplifications of xan_unpack
2009-04-17 reimarReindent xan_unpack code
2009-04-17 reimarAvoid some code duplication in xan_unpack
2009-04-17 michaelRemove useless assignments, at least one found by CSA.
2009-04-17 reimarIncrease buffer padding to avoid most space checks...
2009-04-17 michaelRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 michaelRemove a useless assignment in img_get_alpha_info(...
2009-04-17 michaelRemove redundant assignment in av_picture_copy() found...
2009-04-17 michaelRemove useless init from aiff_read_header() found by...
2009-04-17 michaelRemove several useless writes to variables, found by...
2009-04-17 michaelRemove useless += from ff_imdct_half_c() found by CSA.
2009-04-17 michaelRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 reimarChange buffer size checks to avoid the very unlikely...
2009-04-17 michaelRemove unused variable from h261_encode_block() found...
2009-04-17 reimarRemove a pointless right-shift in xan decoder.
2009-04-17 michaelRemove 2 useless assignments from ff_rate_control_init...
2009-04-17 reimarReplace bytecopy with the equivalent but faster av_memc...
2009-04-17 michaelRemove unused variable from flv_read_metabody() found...
2009-04-17 michaelRemove unused variable from slice_buffer_release()...
2009-04-17 reimarUse memcpy instead of the very inefficient bytecopy...
2009-04-17 michaelRemove unused variable from wma_decode_block() found...
2009-04-17 michaelRemove unneeded assignment from av_encode() found by...
2009-04-17 michaelRemove unused variable from print_report() found by...
2009-04-17 michaelRemove nonsensical assignment from asf_read_seek()...
2009-04-17 michaelRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-17 michaelRemove unused variable in modify_qscale() found by...
2009-04-17 michaelRemove unneeded assignment in ffmpeg.c found by CSA.
2009-04-17 michaelRemove unused variables from slice_buffer_load_line...
2009-04-17 michaelRemove 2 unneeded variables from common_init() found...
2009-04-17 michaelRemove 2 unused variables from MPV_decode_mb_internal...
2009-04-17 michaelRemove unused assignment from j_rev_dct() found by...
2009-04-17 michaelRemove unused variable in init_mv_penalty_and_fcode...
next