]> git.sesse.net Git - ffmpeg/history - libavcodec
lavfi: remove usage of deprecated av_opt_set_defaults2() function
[ffmpeg] / libavcodec /
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()
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 Mohamed Naufal BasheerAdd the G723.1 demuxer and decoder
2011-09-29 Mohamed Naufal BasheerAdd G.723.1 decoder data tables
2011-09-29 Mohamed Naufal BasheerAdd dot_product function for use by the G.723.1 decoder
2011-09-29 Mohamed Naufal BasheerAdd a shift parameter to celp_lp_synthesis_filter for...
2011-09-29 Alex Converseprores: Handle 0 or fewer bits left
2011-09-29 Mans Rullgarddca: clear inactive subbands only once in qmf_32_subbands()
2011-09-29 Laurent AimarCheck for unsupported parameters in ff_j2k_dwt_init()
2011-09-29 Laurent AimarCheck for out of bound reads in jpeg 2000 decoder.
2011-09-29 Laurent AimarPrevent calling init_vlc() with invalid parameters...
2011-09-29 Laurent AimarPrevent NULL dereference when the palette is missing...
2011-09-29 Laurent AimarFixed out of bound accesses in xan_unpack() of the...
2011-09-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-28 Michael Niedermayerh264: fix FIXME and use list_count in ff_h264_fill_mbaf...
2011-09-28 Michael Niedermayerh264: More correct ref_count check in decode_slice_header()
2011-09-28 Carl Eugen HoyosUse "JPEG 2000" as long name for j2k.
2011-09-28 Nicolas Georgelibvpxenc: Replace av_realloc by av_realloc_f when...
2011-09-28 Nicolas Georgebitstream: Replace av_realloc by av_realloc_f when...
2011-09-28 Michael Niedermayerlibx264: remove check_default_settings()
next