]> git.sesse.net Git - ffmpeg/history - libavcodec
move new_pes_av_stream to avoid forward declaration
[ffmpeg] / libavcodec /
2009-05-30 Alexander StrangeH264: Fix out of bounds reads in SSSE3 MC
2009-05-30 Reimar DöffingerUse memcpy instead of per-pixel copy loop for rgb lcl...
2009-05-30 Michael NiedermayerMake sure offsets of mjpeg b are within the buffer.
2009-05-30 Reimar DöffingerRemove useless () from lcldec for more consistency...
2009-05-30 Reimar DöffingerAdd casts to v210x decoder to avoid warnings.
2009-05-30 Baptiste CoudurierThe GIF decoder uses get_buffer, so set DR1.
2009-05-30 Baptiste Coudurierremove unused hack which set AVCodecContext frame_numbe...
2009-05-30 Baptiste Coudurierset pict_type in VC-1 parser, fix some timestamps problems
2009-05-29 David ConradSupport block-level quantization in Theora
2009-05-29 Reimar DöffingerUse av_clip_uint8 instead of equivalent but unoptimzed...
2009-05-28 Måns RullgårdMIPS: add MIPS64 and Loongson asm for MAC64/MLS64
2009-05-28 Måns Rullgårdblackfin: disable broken dsputil functions
2009-05-28 Måns Rullgårdblackfin: add missing const in function prototypes
2009-05-28 Måns Rullgårdblackfin: use optimised (I)DCT only when ctx->(i)dct_al...
2009-05-28 Måns Rullgårdblackfin: use DCT function pointer in dct_quantize_bfin()
2009-05-28 Måns RullgårdARM: add some PLD in NEON IDCT
2009-05-27 Baptiste Couduriermsrle uncompressed decoding, fix #1074 and many other...
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-27 Baptiste CoudurierRename alloc_picture to ff_alloc_picture and move its...
2009-05-27 Jeff DownsUse AV_R/WN32 instead of direct integer copying.
2009-05-27 Baptiste Coudurierdo not print false error if eof follows eol
2009-05-27 Wolfram GlogerFix off by one offset with fetch_timestamps, pts_parser...
2009-05-26 Baptiste Coudurierdo not reference remainder packets in the parser, fix...
2009-05-26 Alex ConverseIn the event of a mismatch, do not follow the sample...
2009-05-26 Jai MenonAdd lowres support to the libopenjpeg wrapper.
2009-05-26 Jai MenonUse dimensions stored in AVCodecContext instead of...
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-26 Michael NiedermayerSupport YVU9 AVI 4cc.
2009-05-25 David ConradAltivec VP3 IDCT
2009-05-25 Diego BiurrunThe MLP optimizations do not depend on HAVE_MMX, but...
2009-05-25 Ramiro Pollacosmetics: tabs->spaces
2009-05-25 Justin Ruggleseac3dec: get rid of unnecessary left shifts in 16-bit...
2009-05-25 Reimar DöffingerMove a DECLARE_ALIGNED_16 variable in the Nellymoser...
2009-05-25 Baptiste Coudurierhonor restart interval in mjpeg, fix #861, SpectralFan...
2009-05-25 Ramiro Pollamlp: Re-enable x86-optimized DSP functions.
2009-05-25 Ramiro Pollamlp: Use LABEL_MANGLE() to export label symbols from...
2009-05-24 Vitor SessakFix unaligned dsputil call.
2009-05-24 Reimar Döffingereatqi: move "block" variable into context to ensure...
2009-05-24 Reimar DöffingerDistinguish between non-coded blocks and decode errors...
2009-05-24 Reimar DöffingerAdd a few size checks when decoding rtjpeg blocks.
2009-05-24 Reimar DöffingerMove "block" variable in rtjpeg decoder to context...
2009-05-24 Haruhiko YamagataH264: Don't deblock if alpha or beta is 0.
2009-05-23 Michael Niedermayerindent
2009-05-23 Michael NiedermayerFix lowres with rv20.
2009-05-23 Jeff DownsFix passing of unaligned addresses to dsputil diff_byte...
2009-05-23 Jeff DownsAdd offset argument to encode_422_bitstream() to contro...
2009-05-23 David ConradARM: actually add VP3 loop filter
2009-05-23 David ConradARM: NEON VP3 Loop Filter
2009-05-23 Baptiste Coudurierfix qtrle encoding when previous frame linesize differs...
2009-05-23 Baptiste CoudurierSet progressive_sequence before MPV_common_init which...
2009-05-23 Ramiro PollaRevert part of r18903:
2009-05-23 Ramiro PollaMLP DSP functions x86-optimized.
2009-05-22 David ConradFix libtheora encoding for non-mod16 sizes
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-22 Reimar DöffingerMove eatgq blocks array from the stack to the codec...
2009-05-22 Diego Biurruncosmetics: Fix some typos.
2009-05-21 Justin Ruggles10l: typing mistake in r18888
2009-05-21 Justin Ruggleseac3dec: fix bug in GAQ dequantization. large mantissas...
2009-05-21 Justin Ruggleseac3dec: make GAQ dequantization 24-bit
2009-05-21 Justin Ruggleseac3dec: revert commit r18860. keep the AHT IDCT 24...
2009-05-20 Måns Rullgårdmathops: sort arch-specific #include lines
2009-05-20 Måns Rullgårdmathops: whitespace cosmetics
2009-05-20 Martin StorsjöUse IF1 frame sizes in AMR-WB.
2009-05-20 Siarhei SiamashkaUse iMDCT output scaling to simplify ffvorbis and make...
2009-05-20 Siarhei SiamashkaFix for a problem with inverted sign of output data...
2009-05-20 Siarhei SiamashkaSupport for testing (i)MDCT output scale factor in...
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Jason Garrett-GlaserLGPL version of ac3_decode_transform_coeffs_ch, ~12...
2009-05-19 Alex ConverseAdd missing libavformat dependencies on mpeg4audio.o
2009-05-19 Diego BiurrunMove AMR-WB-specific code to the AMR-WB section of...
2009-05-19 Diego Biurruncosmetics: Move AMR-WB-specific code to the AMR-WB...
2009-05-18 Diego BiurrunRemove useless casts of vec_ld() parameters.
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Vitor SessakMake TMV decoder check packet sizes before reading...
2009-05-17 Reimar DöffingerAdd a forward declaration of mpeg1_decode_block_intra...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-17 Måns Rullgårdmpeg12: fix non-standard use of "extern inline"
2009-05-16 Justin Rugglesac3dec: fix coupling range check. the start subband...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-16 Kostya ShishkovFix off-by-one error in MS RLE decoder which may result...
2009-05-15 Diego Biurruncosmetics: K&R coding style, indent correctly, break...
2009-05-15 Diego BiurrunReplace 'x == 0' if conditions with '!x'.
2009-05-15 Diego Biurruncosmetics: Remove pointless {}.
2009-05-15 Diego BiurrunSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 Diego Biurruncosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 Diego Biurruncosmetics: Move functions around so that encoding and...
2009-05-15 Diego BiurrunRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 Diego BiurrunAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-05-15 Benjamin LarssonBugfix for bug introduced in the multichannel cook...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-05-15 Ramiro Pollamlp: include mlp.h and use MAX_CHANNELS instead of...
2009-05-15 David ConradEnsure that we don't read from invalid memory with...
2009-05-15 Baptiste Coudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-15 Baptiste Coudurierchange pic type to Picture* and remove casts
2009-05-14 Stefano SabatiniDocument av_set_string3() returned error codes.
2009-05-14 Stefano SabatiniMake av_set_string3() print a message in case of unknow...
2009-05-14 Stefano SabatiniProvide a context to av_log() calls in av_set_number2...
next