]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-10-01 Laurent AimarFix use of uninitialized memory in 4X Technologies...
2011-10-01 Michael Niedermayerh264: increase ref_poc size to 32 as it can be per...
2011-10-01 Michael Niedermayerh264: set unused ref_counts to 0 as a precautionary...
2011-10-01 Michael Niedermayerff_dot_product(): change return value to int64_t
2011-10-01 Vitor Sessakg729dec: initialize bit reader with the correct buffer...
2011-10-01 Michael Niedermayerg723.1_data: remove unneeded L
2011-10-01 Michael Niedermayerh264: try reading SPS with wrong escaping, it sometimes...
2011-10-01 Michael Niedermayerg729dec: prevent out of array access
2011-10-01 Michael Niedermayeravienc: Add a limit on the number of skiped frames...
2011-10-01 Michael Niedermayervf_scale.c: propagate error code
2011-10-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-01 Laurent AimarFix out of bound reads/writes in the TIFF decoder.
2011-10-01 Laurent AimarCheck for out of bound writes in the QDM2 decoder.
2011-10-01 Laurent AimarFix out of bound reads in the QDM2 decoder.
2011-10-01 Laurent AimarFix out of bound reads due to integer overflow in the...
2011-10-01 Laurent AimarCheck for out of bound reads in the Electronic Arts...
2011-10-01 Laurent AimarPrevent NULL dereferences when missing the reference...
2011-10-01 Laurent AimarFix potential pointer arithmetic overflows in the Elect...
2011-10-01 Laurent AimarPrevent infinite loop in the ANM decoder.
2011-10-01 Laurent AimarFix double free on error in Deluxe Paint Animation...
2011-10-01 Laurent AimarCheck for out of bound reads in AVS decoder.
2011-10-01 Laurent AimarCheck for out of bound writes in the avs demuxer.
2011-10-01 Laurent AimarCheck for corrupted data in avs demuxer.
2011-09-30 Michael Niedermayerswresample: check for invalid sample formats.
2011-09-30 Michael Niedermayeravformat_free_context: favor av_freep()
2011-09-30 Michael Niedermayeroggenc: favor av_freep()
2011-09-30 Michael Niedermayerswr_test: test planar audio
2011-09-30 Michael Niedermayerswr: minor fixes to get planar audio working
2011-09-30 Michael Niedermayermpegvideo: increase emu edge buffer size
2011-09-30 Justin Rugglesdpcm: return error if packet is too small
2011-09-30 Justin Rugglesdpcm: use smaller data types for static tables
2011-09-30 Justin Rugglesdpcm: use sol_table_16 directly instead of through...
2011-09-30 Justin Rugglesdpcm: replace short with int16_t
2011-09-30 Justin Rugglesdpcm: check to make sure channels is 1 or 2.
2011-09-30 Justin Rugglesdpcm: misc pretty-printing
2011-09-30 Justin Rugglesdpcm: remove unnecessary variable by using bytestream...
2011-09-30 Justin Rugglesdpcm: move codec-specific variable declarations to...
2011-09-30 Justin Rugglesdpcm: consistently use the variable name 'n' for the...
2011-09-30 Justin Rugglesdpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs...
2011-09-30 Justin Rugglesdpcm: calculate and check actual output data size prior...
2011-09-30 Justin Rugglesdpcm: factor out the stereo flag calculation
2011-09-30 Justin Rugglesdpcm: cosmetics: rename channel_number to ch
2011-09-30 Reimar DöffingerRemove unused variable.
2011-09-30 Nathan Caldwellavserver: Fix a bug where the socket is IPv4, but IPv6...
2011-09-30 Martin Storsjölavf: Avoid using av_malloc(0) in av_dump_format
2011-09-30 Carl Eugen... dxva2_h264: pass the correct 8x8 scaling lists
2011-09-30 Alex Converselavf/utils: Drop old hack for implicit HE-AAC signaling.
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-30 Michael Niedermayerdoc: add swresample doc
2011-09-30 Michael Niedermayerlavf/utils: ignore subtitle timestamps in timings calcu...
2011-09-30 Justin Rugglesavcodec: reject audio packets with NULL data and non...
2011-09-30 Maksym Veremeyenkofix memory leak in oggenc
2011-09-30 Jean FirstEnable multithreding when decoding with libopenjpeg
2011-09-30 Jean FirstWarn the user if lowres > max_lowres, set lowres to...
2011-09-30 Joakim Platedxva: Add ability to enable workaround for older ATI...
2011-09-30 Kieran Kunhyalatmenc: Set latmBufferFullness to largest value to...
2011-09-30 Laurent AimarFix out of bound writes in fix_bitshift() of the shorte...
2011-09-30 Michael Niedermayerg729: dont force all cpu optims to off but override...
2011-09-30 Michael Niedermayerppc: fix usage of dsp_mask
2011-09-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-30 Laurent AimarCheck for out of bound reads in the Tiertex Limited...
2011-09-30 Laurent AimarFix the size of workspace buffers in the motion pixels...
2011-09-30 Laurent AimarClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2011-09-30 Laurent AimarCheck for out of bounds writes in the Delphine Software...
2011-09-30 Laurent AimarCheck for out of bounds reads in the Delphine Software...
2011-09-30 Laurent AimarCheck for out of bound reads in the QuickDraw decoder.
2011-09-29 Michael NiedermayerRevert "general.texi: we dont have a g729 encoder yet"
2011-09-29 Michael Niedermayerfate: only test 10seconds of the g729 data, the referen...
2011-09-29 Michael Niedermayerlibstagefright: change Libav to FFmpeg in copyright...
2011-09-29 Michael Niedermayerfate: g729 test
2011-09-29 Michael Niedermayerg723_1_demuxer: rco is also a commonly used extension.
2011-09-29 Tomas Härdinmov: Only touch extradata in mov_read_extradata() if...
2011-09-29 Laurent AimarCheck for out of bound reads in xan_huffman_decode...
2011-09-29 Compnadd LJ2K and LJ2C to jpeg2000 decoder
2011-09-29 Justin Rugglesadpcm: move codec-specific variable declarations to...
2011-09-29 Justin Rugglesadpcm: check buffer size in Funcom ISS decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of Funcom ISS frame header.
2011-09-29 Justin Rugglesadpcm: check buffer size in IMA DK4 decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of IMA DK4 frame header.
2011-09-29 Justin Rugglesadpcm_ms: clean up reading of predictor coefficients
2011-09-29 Justin Rugglesadpcm_4xm: process planar packets sequentially rather...
2011-09-29 Justin Rugglesadpcm_ima_wav: process channel-interleaved blocks seque...
2011-09-29 Justin Rugglesadpcm: update reference links
2011-09-29 Justin Rugglesadpcm: simplify packet size bounds checking in the...
2011-09-29 Justin Rugglesadpcm: simplify and speed up several ADPCM decoders.
2011-09-29 Justin Rugglesadpcm: pretty-print tables
2011-09-29 Michael Niedermayerg723.1: very minor simplify of gen_acb_excitation()
2011-09-29 Michael Niedermayerg723.1: use MULL(a,b,15) for MULL2()
2011-09-29 Michael Niedermayerg723.1: simplify scale_vector()
2011-09-29 Michael Niedermayerg723.1: replace loop of normalize_bits( by av_log2()
2011-09-29 Vitor Sessakg723.1: cleanup square_root()
2011-09-29 Michael Niedermayerg723.1_ use skip_bits1()
2011-09-29 Michael Niedermayerg723.1: use get_bits1()
2011-09-29 Michael Niedermayercelp_math: cleanup ff_dot_product()
2011-09-29 Michael Niedermayergeneral.texi: we dont have a g729 encoder yet
2011-09-29 Mohamed Naufal... G.723.1 doc and change log entry
2011-09-29 Mohamed Naufal... Add the G723.1 demuxer and decoder
2011-09-29 Mohamed Naufal... Add G.723.1 decoder data tables
2011-09-29 Mohamed Naufal... Add dot_product function for use by the G.723.1 decoder
2011-09-29 Mohamed Naufal... Add a shift parameter to celp_lp_synthesis_filter for...
next