]> git.sesse.net Git - ffmpeg/history - libavcodec
libavfilter: add deshake filter
[ffmpeg] / libavcodec /
2011-10-03 Michael NiedermayerH264: hotfix for speedloss on frame threading and h264...
2011-10-03 Michael Niedermayerthreads: warn in case of multiple finished setup calls.
2011-10-03 Michael Niedermayerh264_parser: print AU size on error.
2011-10-03 Michael Niedermayerh264_parser: AVC support.
2011-10-02 Ronald S. BultjeVP8: armv6 optimizations.
2011-10-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-02 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2011-10-02 Laurent Aimarh264: fix intra 16x16 mode check when using mbaff and...
2011-10-02 Michael Niedermayerlibvpxenc: cosmetics to make code more similar to lucas.
2011-10-02 Laurent Aimarh264: check for invalid bit depth value.
2011-10-02 Laurent Aimarh264: add entries for 11 and 12 bits in ff_h264_chroma_...
2011-10-02 Laurent Aimarh264: fix the check for invalid SPS:num_ref_frames.
2011-10-02 Laurent Aimarh264: do not let invalid values in h->ref_count on...
2011-10-02 Laurent AimarReject video with non multiple of 16 width/height in...
2011-10-02 Justin Rugglesmpc8: check output buffer size before decoding
2011-10-02 Justin Rugglesmpc7: return error if packet is too small.
2011-10-02 Justin Rugglesmpc7: check output buffer size before decoding
2011-10-02 Justin Rugglesnellymoserdec: allocate float_buf only when decoding...
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BUF_LEN instead of 128
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BLOCK_LEN instead of 64 when...
2011-10-02 Justin Rugglesnellymoserdec: allow user to request SAMPLE_FMT_FLT...
2011-10-02 Justin Rugglesnellymoser: check output buffer size before decoding
2011-10-02 Luca Barbatowin32: improve threading algorithm warning
2011-10-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-02 Michael Niedermayer4xm decoder: fix data size for i2 frames.
2011-10-02 Michael Niedermayer4xm decoder: print some error messages in case of errors.
2011-10-02 Laurent AimarCheck for out of bound accesses in the 4xm decoder.
2011-10-02 Laurent AimarPrevent block size from inreasing in the shorten decoder.
2011-10-02 Laurent AimarCheck for out of bound reads in PTX decoder.
2011-10-02 Laurent AimarFix the check for missing references in ff_er_frame_end...
2011-10-02 Laurent AimarClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2011-10-02 Laurent AimarPrevent NULL dereference when the huffman table is...
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 Anton Khirnovlavc: add video/audio/encoding flags to global_quality...
2011-10-01 Luca Barbatolibvpxenc: use libvpx's own defaults for some parameters
2011-10-01 Luca Barbatovpxenc: add private options
2011-10-01 Michael Niedermayerg729dec: prevent out of array access
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 AimarCheck for out of bound reads in AVS decoder.
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 Carl Eugen Hoyosdxva2_h264: pass the correct 8x8 scaling lists
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-30 Justin Rugglesavcodec: reject audio packets with NULL data and non...
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 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 Niedermayerlibstagefright: change Libav to FFmpeg in copyright...
2011-09-29 Laurent AimarCheck for out of bound reads in xan_huffman_decode...
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()
next