]> git.sesse.net Git - ffmpeg/history - libavcodec
h264: Workaround invalid flag combinations of 8x8 inference.
[ffmpeg] / libavcodec /
2011-10-15 Michael Niedermayerh264: Workaround invalid flag combinations of 8x8 infer...
2011-10-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-14 Michael Niedermayerproresdec: rename to avoid confusion
2011-10-14 Ronald S. Bultjeproresdsp: fix function prototypes.
2011-10-14 Ronald S. Bultjeprores-idct: fix overflow in c code.
2011-10-14 Janne Grunauprores: add missing feature warning for alpha
2011-10-14 JULIAN GARDNERdvbsubdec: add version checking
2011-10-14 JULIAN GARDNERdvbsubdec: handle mode change page state
2011-10-14 JULIAN GARDNERdvbsubdec: change the top_bottom correction
2011-10-14 JULIAN GARDNERdvbsubdec: fix buf ptr in dvbsub_parse_region_segment()
2011-10-14 JULIAN GARDNERdvbsubdec: bottom_field_len fix
2011-10-14 JULIAN GARDNERdvbsubdec: fix x/y_pos checks
2011-10-14 JULIAN GARDNERdvbsubdec: outcomment debug stuff in dvbsub_parse_pixel...
2011-10-14 JULIAN GARDNERdvbsubdec: dirty handkling
2011-10-14 JULIAN GARDNERdvbsubdec: Fix variable increments & checking in dvbsub...
2011-10-14 Michael Niedermayerprores: use C idct for fate as the SSE code is not...
2011-10-14 Dustin Brodylavc: add a flag-based error_recognition field to AVCod...
2011-10-14 Dustin Brodylavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE...
2011-10-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-14 Michael Niedermayerproresdec: set CODEC_CAP_DR1, it appears this was forgo...
2011-10-13 Justin Rugglesshorten: remove the flush function.
2011-10-13 Justin Rugglestruespeech: use sizeof() instead of hardcoded sizes
2011-10-13 Justin Rugglestruespeech: remove unneeded variable, 'consumed'
2011-10-13 Justin Rugglestruespeech: simplify truespeech_read_frame() by using...
2011-10-13 Justin Rugglestruespeech: decode directly to output buffer instead...
2011-10-13 Justin Rugglestruespeech: check to make sure channels == 1
2011-10-13 Justin Rugglestruespeech: check for large enough output buffer rather...
2011-10-13 Justin Rugglestruespeech: remove unneeded zero-size packet check.
2011-10-13 Justin Rugglesmlpdec: return meaningful error codes instead of -1
2011-10-13 Justin Rugglesmlpdec: remove unnecessary wrapper function
2011-10-13 Justin Rugglesmlpdec: only calculate output size once
2011-10-13 Justin Rugglesmlpdec: validate that the reported channel count matche...
2011-10-13 Mans Rullgardpcm: reduce pointer type casting
2011-10-13 Michael NiedermayerMerge remote-tracking branch 'hexene/stagefright'
2011-10-13 Mans Rullgardmathops: remove undefined behaviour from sign_extend()
2011-10-13 Kostya Shishkovvc1: explicitly zero interlaced mode coding variables...
2011-10-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-12 Jean Firsttiffenc: initialize forgotten avctx.
2011-10-12 Michael Niedermayerproresdsp: fix rounding
2011-10-12 Michael Niedermayerproresdsp: Correct credits to point to the Author and...
2011-10-12 Michael Niedermayerdct-test: Test ff_prores_idct_put_10_sse2()
2011-10-12 Michael Niedermayerdct-test: add transpose permutation support
2011-10-12 Michael Niedermayerproresdsp: Optimize series of padds out
2011-10-12 Michael Niedermayerproresdsp.asm: Remove useless instructions.
2011-10-12 Elvis Presleyprores: change license to LGPL, merge some parts.
2011-10-12 Elvis Presleyproresdsp.asm: drop useless shifts
2011-10-12 Elvis Presleyx86/proresdsp-init: add forgotten HAVE_YASM
2011-10-12 Kostya Shishkovvc1: more prettyprinting cosmetics
2011-10-12 Kostya Shishkovvc1: prettyprint some tables
2011-10-12 Kostya Shishkovvc1: K&R formatting cosmetics
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovAVOptions: add new API for enumerating children.
2011-10-12 Janne Grunaurv34: move inverse transform functions to DSP context
2011-10-12 Mans Rullgardh264: change unsupported bit depth message to error...
2011-10-12 Mans Rullgardqdm2: fix signed multiplication overflow
2011-10-12 Anton Khirnovlibx264: support yuv422/444 output.
2011-10-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-11 Daniel Kristjanssonpcm: Print number of bits in the error message of unsup...
2011-10-11 John Stebbinsfix AC3ENC_OPT_MODE_ON/OFF
2011-10-11 Mans Rullgardh264: fix HRD parameters parsing
2011-10-11 Ronald S. Bultjeprores: implement multithreading.
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-10-11 Ronald S. Bultjeprores: extract idct into its own dspcontext and merge...
2011-10-11 Mans Rullgardh264: fix invalid shifts in init_cavlc_level_tab()
2011-10-11 Diego Biurrunflashsv: return more meaningful error value
2011-10-11 Diego Biurrunflashsv: fix typo in av_log() message
2011-10-11 Michael Niedermayerg723.1: use memmove() where overlapping src and dst...
2011-10-11 Michael Niedermayervc1: enable interlaced p fields again, they seem no...
2011-10-11 Michael Niedermayervc1: reset interlaced variables, prevent another bunch...
2011-10-11 Justin Rugglessmacker: validate channels and sample format.
2011-10-11 Justin Rugglessmacker: check buffer size before reading output size
2011-10-11 Justin Rugglessmacker: validate number of channels
2011-10-11 Mans Rullgardh264: fix detection of optional trailing PPS elements
2011-10-11 Mans Rullgardsipr: fix get_bits(0) calls
2011-10-11 Mans Rullgardmotion_est: make MotionExtContext.map_generation unsigned
2011-10-11 Michael Niedermayervc1: disable parts of the interlaced code due to securi...
2011-10-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-10 Laurent Aimarh264: reset h->ref_count in case of errors in ff_h264_d...
2011-10-10 Laurent Aimarerror_resilience: fix the check for missing references...
2011-10-10 Laurent Aimar4xm: prevent NULL dereference with invalid huffman...
2011-10-10 Laurent Aimar4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in tempor...
2011-10-10 Laurent Aimarptx: check for out of bound reads
2011-10-10 Laurent Aimartiffdec: fix out of bound reads/writes
2011-10-10 Laurent Aimareacmv: check for out of bound reads
2011-10-10 Laurent Aimareacmv: fix potential pointer arithmetic overflows
2011-10-10 Laurent Aimaradpcm: fix out of bound reads due to integer overflow
2011-10-10 Laurent Aimaranm: prevent infinite loop
2011-10-10 Laurent Aimaravs: check for out of bound reads
2011-10-10 Baptiste Coudurierdnxhddec: handle cid change in bitstream.
2011-10-10 Kostya Shishkovvc1: K&R reformatting cosmetics
2011-10-10 Justin Rugglesra288: log an error message when output buffer is too...
2011-10-10 Justin Rugglesra288: use a more descriptive calculation for output...
2011-10-10 Justin Rugglesra144: use macro constants to make the code more unders...
2011-10-10 Justin Rugglesra144dec: log an error message when output buffer is...
2011-10-10 Justin Rugglesra144dec: use a more descriptive calculation for output...
2011-10-10 Mashiat Sarker Sha... lavc: Micro version bump for VC1 interlaced decoding...
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 3/3
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 2/3
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 1/3
2011-10-10 Gwenole Beauchesnevaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM...
next