]> git.sesse.net Git - ffmpeg/history - libavcodec
aac: Don't attempt to output configure an invalid channel configuration.
[ffmpeg] / libavcodec /
2011-08-09 Alex Converseaac: Don't attempt to output configure an invalid chann...
2011-08-09 Kostya ShishkovPretty-print RV3/4 decoder source
2011-08-09 Kostya ShishkovSaner RV1/2 initialisation and RV2 header parsing.
2011-08-08 Baptiste Coudurierlibx264: do not set pic quality if no frame is output
2011-08-08 Baptiste Coudurierlibx264: add preset, tune, profile and fastfirstpass...
2011-08-06 Dustin Brodylavc: fix misspelling in comment
2011-08-05 Dustin Brodyaac: propagate error return values for AV_LOG_ERROR...
2011-08-04 Alex Converseh263dec: Fix asserts broken by the elimination of FF_CO...
2011-08-03 Diego Biurruncosmetics: remove some stray comments from AVCodec...
2011-08-03 Diego Biurruncosmetics: fix indentation/alignment in AVCodec declara...
2011-08-03 Måns Rullgårdarm: Avoid using the movw instruction needlessly
2011-08-03 Martin StorsjöMove an int64_t down in MpegEncContext
2011-08-02 Vitor Sessakdct32: Add SSE2 ASM optimizations
2011-08-02 Kostya ShishkovCorrect chroma vector calculation for RealVideo 3.
2011-08-02 Luca Barbatoavpacket: signal possibly corrupted packets
2011-08-01 Dustin Brodympeg4videodec: remove dead code that would have detecte...
2011-08-01 Alex Converseaac: Remove some suspicious illegal memcpy()s from...
2011-08-01 Alex Conversebink: Eliminate unnecessary shadow declaration.
2011-07-31 Dustin Brodylavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
2011-07-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
2011-07-29 Dustin Brodys302m: use nondeprecated audio sample format API
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-29 Mans Rullgardx86: cabac: add operand size suffixes missing from...
2011-07-28 Dustin Brodyh263dec: Propagate AV_LOG_ERRORs from slice decoding...
2011-07-28 Mans Rullgardx86: cabac: don't load/store context values in asm
2011-07-28 Jason Garrett-GlaserH.264: optimize CABAC x86 asm for Atom
2011-07-28 Ronald S. Bultjevp3/theora: flush after seek.
2011-07-27 Mans Rullgardppc: remove redundant setting of Altivec IDCT
2011-07-27 Mans Rullgardmpegvideo: initialise DSPContext in ff_dct_common_init()
2011-07-27 Justin Rugglescosmetics: reindent
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-27 Mans Rullgarddnxhdenc: fix declarations in for loops
2011-07-27 Mans Rullgarddsputil: remove stale bink prototypes and comments
2011-07-27 Mans Rullgarddsputil: move a bink-only function to binkdsp
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-27 Kostya Shishkovbink: make IDCT take 32-bit input
2011-07-26 Diego Biurrundctref: make sure function declarations match between...
2011-07-26 Mans Rullgardx86: fix build with gcc 4.7
2011-07-23 Michael Niedermayerjpegdec: actually search for and parse RSTn
2011-07-22 Mans Rullgarddnxhddec: avoid a branch in 10-bit decode_dct_block()
2011-07-22 Daniel KangH.264: Add optimizations to predict x86 assembly.
2011-07-22 Kostya Shishkovadd Flash Screen Video 2 decoder
2011-07-21 Mans Rullgarddnxhddec: optimise dnxhd_decode_dct_block()
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
2011-07-21 Joseph Artsimovichdnxhd: 10-bit support
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgarddsputil: create 16/32-bit dctcoef versions of some...
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-21 Thierry Foucumpeg4: add Mpeg4 Profiles names.
2011-07-21 Thierry Foucumpeg4: decode Level Profile for MPEG4 Part 2.
2011-07-21 Stefano Sabatiniimgconvert: remove unused glue and xglue macros
2011-07-21 Diego Biurrunrv30: return AVERROR(EINVAL) instead of EINVAL
2011-07-21 Mans Rullgardsimple_idct: whitespace cosmetics
2011-07-21 Mans Rullgardsimple_idct: make repeated code a macro
2011-07-21 Mans Rullgarddsputil: remove huge #if 0 block
2011-07-21 Mans Rullgardsimple_idct: change 10-bit add/put stride from pixels...
2011-07-21 Mans Rullgarddsputil: allow 9/10-bit functions for non-h264 codecs
2011-07-21 Joseph Artsimovichdnxhd: rename some data tables
2011-07-21 Mans Rullgarddnxhdenc: remove inline from function only called throu...
2011-07-21 Mans Rullgarddnxhdenc: whitespace cosmetics
2011-07-20 Diego BiurrunRemove unused and non-compiling vestigial g729 decoder
2011-07-20 Diego BiurrunRemove unused code under G729_BITEXACT #ifdef.
2011-07-20 Ronald S. Bultjempegvideo: fix invalid picture unreferencing.
2011-07-20 Alex Conversedsputil: Remove extra blank line at end.
2011-07-20 Alex Conversedsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-20 Mans RullgardRemove h264_lowres_idct_put/add functions
2011-07-20 Mans RullgardRemove snow/dwt test program
2011-07-20 Diego Biurrunh264: remove some disabled code
2011-07-20 Mans RullgardFix incorrect max_lowres values
2011-07-19 Justin Rugglescosmetics: indentation
2011-07-19 Justin Ruggleseac3enc: use frame exponent strategy when applicable.
2011-07-19 Justin Rugglescosmetics: rename eac3dec_data.c/h to eac3_data.c/h...
2011-07-19 Mans Rullgarddsputil: fix ff_check_alignment()
2011-07-18 Mans Rullgardsimple_idct: simplify some ifdeffery
2011-07-18 Mans Rullgardsimple_idct: remove code for DCTELEM != int16
2011-07-18 Mans RullgardRemove VLAs in ff_amrwb_lsp2lpc()
2011-07-18 Diego Biurrundsputil: restore mistakenly removed hunk of disabled...
2011-07-18 Diego Biurrundsputil: remove disabled code
2011-07-17 Diego Biurruntta: remove disabled code
2011-07-17 Martin Storsjöx86: Use LOCAL_ALIGNED in mpegvideo_mmx_template
2011-07-17 Diego Biurrunsimple_idct: remove disabled code
2011-07-17 Diego Biurrunmotion_est: remove disabled code
2011-07-17 Diego Biurrunvc1: remove disabled code
2011-07-17 Diego Biurruncabac: Move code only used in the cabac test program...
2011-07-16 Mans Rullgarddct-test: remove write-only variable
2011-07-16 Mans RullgardUse LOCAL_ALIGNED in ff_check_alignment()
2011-07-16 Diego Biurrunarm: remove disabled function dct_unquantize_h263_inter...
2011-07-16 Diego BiurrunRemove commented-out call to non-existing function...
2011-07-16 Rafaël CarréDo not decode RV30 files if the extradata is too small
2011-07-16 Diego Biurrunflashsv: split flashsv_decode_block() off from flashsv_...
2011-07-16 Diego Biurrunppc: remove disabled code
2011-07-15 Diego Biurrunlibspeexdec: Drop const qualifier to silence compiler...
2011-07-15 Diego Biurrunlibopenjpeg: Drop const qualifier to silence compiler...
2011-07-15 Diego Biurrunalac: Remove unused dummy code.
2011-07-15 Diego BiurrunRemove unused structs and tables.
2011-07-15 Diego Biurrunvaapi: do not assert on value read from input bitstream
2011-07-15 Diego Biurrunflashsvenc: replace bitstream description by a link...
2011-07-15 Diego Biurrunflashsvenc: drop unnecessary cast
next