]> git.sesse.net Git - ffmpeg/history - libavcodec
FATE: allow a tolerance in the size comparison in do_tiny_psnr()
[ffmpeg] / libavcodec /
2012-03-15 Paul B Maholdxa: remove useless code
2012-03-14 Ronald S. Bultjeh264: stricter reference limit enforcement.
2012-03-14 Ronald S. Bultjeh264: increase reference poc list from 16 to 32.
2012-03-14 Ronald S. Bultjexa_adpcm: limit filter to prevent xa_adpcm_table[]...
2012-03-14 Michael Niedermayersnow: check reference frame indices.
2012-03-14 Michael Niedermayersnow: reject unsupported chroma shifts.
2012-03-14 Paul B Maholanm: convert to bytestream2 API
2012-03-14 Paul B Maholbytestream: add more unchecked variants for bytestream2 API
2012-03-14 Paul B Maholjvdec: unbreak video decoding
2012-03-13 Michael Niedermayerh264: Fix invalid interlaced/progressive MB combination...
2012-03-13 Anton Khirnovlibx264: add 'stats' private option for setting 2pass...
2012-03-13 Anton Khirnovlibx264: fix help text for slice-max-size option.
2012-03-13 Hendrik Leppkesdxva2_vc1: pass the overlap flag to the decoder
2012-03-13 Hendrik Leppkesdxva2_vc1: fix decoding of BI frames
2012-03-13 Paul B Maholdfa: convert to bytestream2 API
2012-03-12 Peter Rossanm decoder: move buffer allocation from decode_init...
2012-03-12 Michael Niedermayerh264: improve parsing of broken AVC SPS
2012-03-12 Paul B Maholpcm-mpeg: convert to bytestream2 API
2012-03-12 Janne GrunauRevert "h264: clear trailing bits in partially parsed...
2012-03-12 Janne Grunauremove iwmmxt optimizations
2012-03-12 Paul B Maholmimic: do not continue if swap_buf_size is 0
2012-03-12 Paul B Maholmimic: convert to bytestream2 API
2012-03-12 Paul B Maholfrwu: use MKTAG to check marker instead of AV_RL32
2012-03-12 Paul B Maholtxd: port to bytestream2 API
2012-03-12 Paul B Maholc93: convert to bytestream2 API
2012-03-11 Ronald S. Bultjedsicinvideo: validate buffer offset before copying...
2012-03-11 Ronald S. Bultjecook: error out on quant_index values outside [-63...
2012-03-10 Ronald S. Bultjempc: pad mpc_CC/SCF[] tables to allow for negative...
2012-03-10 Ronald S. Bultjecook: expand dither_tab[], and make sure indexes into...
2012-03-10 Ronald S. Bultjexxan: reindent xan_unpack_luma().
2012-03-10 Ronald S. Bultjexxan: protect against chroma LUT overreads.
2012-03-10 Ronald S. Bultjexxan: convert to bytestream2 API.
2012-03-10 Ronald S. Bultjexxan: don't read before start of buffer in av_memcpy_ba...
2012-03-10 Ronald S. Bultjevp8: convert mbedge loopfilter x86 assembly to use...
2012-03-10 Ronald S. Bultjevp8: convert inner loopfilter x86 assembly to use named...
2012-03-09 Diego BiurrunFix a bunch of common typos.
2012-03-09 Diego Biurrunbuild: Skip compiling xvmc.h under the correct condition.
2012-03-09 Michael Niedermayeraacdec: Fix SCE parity check.
2012-03-09 Michael Niedermayeraacdec: Fix out of array writes (stack).
2012-03-08 Paul B Maholttadec: unbreak playback of matroska files
2012-03-08 Aaron Colwellvorbisdec: avoid invalid memory access
2012-03-08 Ronald S. Bultjehuffyuv: add padding to classic (v1) huffman tables.
2012-03-08 Ronald S. Bultjepng: convert to bytestream2 API.
2012-03-08 Kostya Shishkovdca: include libavutil/mathematics.h for possibly missi...
2012-03-08 Ronald S. Bultjeavs: fix infinite loop on end-of-stream.
2012-03-07 Alex Conversetiffdec: Prevent illegal memory access caused by recycl...
2012-03-07 Ronald S. Bultjewma: fix off-by-one in array bounds check.
2012-03-07 Reimar Döffingersbrdsp.asm: convert all instructions to float/SSE ones.
2012-03-07 Ronald S. Bultjedv: cosmetics.
2012-03-07 Ronald S. Bultjedv: check buffer size before reading profile.
2012-03-07 Ronald S. BultjeRevert "AAC SBR: group some writes."
2012-03-07 Ronald S. Bultjecook: extend channel uncoupling tables so the full...
2012-03-07 Ronald S. Bultjeroqvideo: cosmetics.
2012-03-07 Ronald S. Bultjeroqvideo: convert to bytestream2 API.
2012-03-07 Ronald S. Bultjedca: don't use av_clip_uintp2().
2012-03-07 Ronald S. Bultjewmall: fix build with -DDEBUG enabled.
2012-03-07 Ronald S. Bultjesmc: port to bytestream2 API.
2012-03-07 Christophe GisquetAAC SBR: group some writes.
2012-03-07 Christophe GISQUETdsputil: remove shift parameter from scalarproduct_int16
2012-03-07 Christophe GISQUETSBR DSP: unroll sum_square
2012-03-07 Christophe GISQUETrv34: remove dead code in intra availability check
2012-03-07 Christophe GISQUETrv34: clean a bit availability checks.
2012-03-07 Ronald S. Bultjetgq: convert to bytestream2 API.
2012-03-07 Paul B Maholparser: remove forward declaration of MpegEncContext
2012-03-07 Ronald S. Bultjedca: prevent accessing static arrays with invalid indexes.
2012-03-07 Ronald S. Bultjeraw: move buffer size check up.
2012-03-07 Ronald S. Bultjelpcm: fix sample size calculation for 20bit LCPM.
2012-03-07 Ronald S. Bultjealgmm: convert to bytestream2 API.
2012-03-07 Diego Biurrunwma: Refactor common code to fix standalone compilation...
2012-03-07 Diego Biurrunvc1: Move init code shared between decoder and parser...
2012-03-07 Diego Biurrunx86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macro...
2012-03-06 Reimar DöffingerSBR DSP: fix SSE code to not use SSE2 instructions.
2012-03-06 Ronald S. Bultjeerror_resilience: initialize s->block_index[].
2012-03-06 Ronald S. Bultjesvq3: protect against negative quantizers.
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-03-06 Martin Storsjölibx264: Allow overriding the sliced threads option
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-05 Alex Converseamrnb/amrwb: Remove get_bits usage.
2012-03-05 Justin Rugglesdca_parser: parse the sample rate and frame durations
2012-03-05 Justin Ruggleslibspeexdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Ruggleslibopencore-amr: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesalsdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesavcodec: add av_get_audio_frame_duration() function.
2012-03-05 Justin Rugglesavcodec: add av_get_exact_bits_per_sample() function
2012-03-05 Fabian GreffrathFix format string vulnerability detected by -Wformat...
2012-03-05 Mans Rullgardx86: clean up ff_dsputil_init_mmx()
2012-03-04 Anton Khirnovlavc: make codec_is_decoder/encoder() public.
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-04 Kostya Shishkovproresenc: give user a possibility to alter some encodi...
2012-03-04 Justin Rugglesvorbisenc: add output buffer overwrite protection
2012-03-04 Justin Ruggleslibopencore-amrnbenc: fix end-of-stream handling
2012-03-04 Justin Rugglesra144enc: fix end-of-stream handling
2012-03-04 Justin Rugglesnellymoserenc: zero any leftover packet bytes
2012-03-04 Justin Rugglesnellymoserenc: use proper MDCT overlap delay
2012-03-04 Aneesh Dograqpeg: Use bytestream2 functions to prevent buffer overr...
2012-03-04 Ronald S. Bultjevp8: convert simple loopfilter x86 assembly to use...
2012-03-04 Ronald S. Bultjevp8: convert idct x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert mc x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert loopfilter x86 assembly to use cpuflags().
2012-03-04 Ronald S. Bultjevp8: convert idct/mc x86 assembly to use cpuflags().
next