]> git.sesse.net Git - ffmpeg/history - libavcodec
alsa: add support for more formats.
[ffmpeg] / libavcodec /
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-22 Justin Rugglesac3enc: remove unneeded local variable in asym_quant()
2011-06-22 Justin Rugglesac3enc: remove a branch in asym_quant() by doing 2...
2011-06-22 Justin Rugglesac3enc: avoid masking output in asym_quant() by using...
2011-06-22 Jason Garrett-GlaserH.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
2011-06-22 Jason Garrett-GlaserH.264: fix 4:4:4 + deblocking + MBAFF
2011-06-22 Jason Garrett-GlaserH.264: fix 4:4:4 cropping warning
2011-06-22 Jason Garrett-GlaserH.264: reference the correct SPS in decode_scaling_matrices
2011-06-22 Jason Garrett-GlaserH.264: fix bug in lossless 4:4:4 decoding
2011-06-21 ami_stuffrawdec: Fix decoding of QT WRAW files.
2011-06-21 Carl Eugen Hoyosmov: Support Digital Voodoo SD 8 Bit and DTS codec...
2011-06-21 ami_stuffrawvideo: Support auv2 fourcc.
2011-06-21 Diego Biurrunh264: Fix assert that failed to compile with -DDEBUG.
2011-06-21 Daniel Kangh264: Add x86 assembly for 10-bit weight/biweight H...
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-20 Mans Rullgardx86: cabac: fix register constraints for 32-bit mode
2011-06-20 Mans Rullgardcabac: move x86 asm to libavcodec/x86/cabac.h
2011-06-20 Mans Rullgardx86: h264: cast pointers to intptr_t rather than int
2011-06-20 Mans Rullgardx86: h264: remove hardcoded edi in decode_significance_...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded esi in decode_significance...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded edx in decode_significance...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded eax in decode_significance...
2011-06-20 Mans Rullgardx86: cabac: change 'a' constraint to 'r' in get_cabac_i...
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded esi in get_cabac_inline()
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded edx in get_cabac_inline()
2011-06-20 Mans Rullgardx86: cabac: remove unused macro parameter
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded ebx in inline asm
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded struct offsets from inline asm
2011-06-20 Mans Rullgardcabac: remove inline asm under #if 0
2011-06-20 Mans Rullgardcabac: remove BRANCHLESS_CABAC_DECODER switch
2011-06-20 Mans Rullgardcabac: remove #if 0 cascade under never-set #ifdef...
2011-06-20 Ronald Bultjeerror_resilience: skip last-MV predictor step if MVs...
2011-06-20 Ronald Bultjeerror_resilience: actually add counter when adding...
2011-06-20 Michael Niedermayerqdm2: Fix alignment of local array.
2011-06-20 Ronald S. Bultjeh264-mt: fix deadlock in packets with multiple slices...
2011-06-19 Alex Conversesipr: Drop unused DSPContext
2011-06-19 Alex Conversesipr: include string.h for mem*()
2011-06-19 Alex Conversesipr: Use memmove() to copy overlapped buffers.
2011-06-19 Alex Converseh264: drop some ugly casts
2011-06-18 Ronald S. BultjeFix build if yasm is not available.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-17 Anton Khirnovlavc: add opt_find to AVCodecContext class.
2011-06-16 Alexander Strangeh264: Complexify frame num gap shortening code
2011-06-16 Mike ScheutzowFix decoding of mpegts streams with h264 video that...
2011-06-15 Justin Rugglesac3enc: use correct alignment and length in channel...
2011-06-15 Mans RullgardARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
2011-06-14 Mans RullgardARM: factor some repetitive code into macros
2011-06-14 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-14 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Justin Rugglesac3enc: fix allocation of floating point samples.
2011-06-13 Justin Rugglesac3enc: remove empty ac3_float function that is never...
2011-06-13 Justin Rugglesac3enc: split templated float vs. fixed functions into...
2011-06-13 Justin Rugglesac3enc: dynamically allocate AC3EncodeContext fields...
2011-06-13 Justin Rugglesac3enc: use function pointer to choose between AC-3...
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-13 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Philip Langdaleh264_parser: Fix whitespace after previous change.
2011-06-13 Philip Langdaleh264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FR...
2011-06-13 Michael Niedermayerh264: don't be so picky on decoding pps in extradata.
2011-06-13 Wim Lewisavcodec.h: add or elaborate on some documentation comments.
2011-06-13 Michael Niedermayerh264: change a few comments into error messages
2011-06-13 Reimar Döffingerac3dec: fix doxy-style for comment ("///>" should be...
2011-06-13 Michael Niedermayerffv1: fix undefined behavior with insane widths.
2011-06-13 Mans RullgardARM: jrevdct_arm: simplify stack usage
2011-06-13 Mans RullgardARM: jrevdct_arm: use push/pop mnemonics
2011-06-13 Mans RullgardARM: jrevdct_arm: misc cleanup
2011-06-13 Mans RullgardARM: optimised mpadsp_apply_window_fixed
2011-06-10 Alex Conversebitstream: Properly promote av_reverse values before...
2011-06-10 Jason Garrett-GlaserH.264: Fix high bit depth explicit biweight
2011-06-10 Oskar Arvidssonh264: Fix 10-bit H.264 x86 chroma v loopfilter asm.
2011-06-10 Justin RugglesUpdate copyright year for ac3enc_opts_template.c.
2011-06-10 Juan Carlos Rodriguezrtpenc: MP4A-LATM payload support
2011-06-10 Michael Niedermayermpeg12: more advanced ffmpeg mpeg2 aspect guessing...
2011-06-09 Anton Khirnovintelh263dec: aspect ratio processing fix.
2011-06-09 Anton Khirnovintelh263dec: fix "Strict H.263 compliance" file playback
2011-06-08 Diego Biurrundvbsubdec: Fix compilation of debug code.
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Daniel KangH264: x86 predict init cosmetics.
2011-06-07 Diego Biurrunac3enc: Fix linking of AC-3 encoder without the E-AC...
2011-06-07 Justin RugglesMove E-AC-3 encoder functions to a separate eac3enc...
2011-06-07 Justin Rugglesac3enc: remove convenience macro, #define DEBUG
2011-06-07 Justin Rugglesac3enc: remove unused #define
2011-06-07 John Stebbinsvc1: re-initialize tables after width/height change.
2011-06-07 Justin Rugglesiirfilter: fix biquad filter coefficients.
2011-06-07 Diego Biurrunshorten: Remove stray DEBUG #define and corresponding...
2011-06-07 Diego Biurrunvorbisdec: Restore mistakenly removed debug output.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-06-07 Diego Biurrunsvq1dec: Fix debug statements that referenced non-exist...
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-06 Baptiste Couduriers302m: fix resampling for 16 and 24bits.
2011-06-06 Mans RullgardARM: remove MUL64 and MAC64 inline asm
2011-06-06 Ronald S. Bultjeutils.c: fix crash with threading enabled.
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...
2011-06-05 Diego BiurrunSkip tableprint.h during 'make checkheaders'.
2011-06-05 Diego BiurrunDrop explicit filenames from @file Doxygen tags.
2011-06-05 Diego BiurrunSkip generated table headers during 'make checkheaders'.
next