]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec /
2011-06-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-22 Carl Eugen HoyosUse HAVE_TEN_OPERANDS for new decode_significance*...
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-22 Philip LangdaleCrystalHD: Always identify H.264 streams as Annex B.
2011-06-22 Philip LangdaleCrystalHD: Always send filtered H.264 stream to hardware.
2011-06-22 Philip LangdaleCrystalHD: Simplfy extradata handling for non-Annex...
2011-06-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-21 ami_stuffrawdec: Fix decoding of QT WRAW files.
2011-06-21 Reimar DöffingerA cmp instruction with two constants is invalid, thus...
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-21 Michael Niedermayerwma: fix infinite loop
2011-06-21 Jason Garrett-GlaserFix H.264 4:4:4 lossless decoding.
2011-06-21 Michael Niedermayerlibx264: fix open gop default.
2011-06-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-21 Michael Niedermayermpegaudio_parser: be less picky on the start position
2011-06-21 Kim Nguyenppc32: Fix movrel
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 Ivan KalvachevFix bink audio playback outside of FFmpeg.
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-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-19 Michael NiedermayerAttempt to fix ticket266
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-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-19 Michael Niedermayerh264: print actual slice number in "Too many slices...
2011-06-19 Michael Niedermayerjpegdec: include mjpb_skiptosod in debug output
2011-06-19 Michael Niedermayerjpegdec: fix CJPG decoding.
2011-06-19 Michael Niedermayerw32threads: with only 1 thread there cant be a active...
2011-06-19 Michael Niedermayerflacenc: mark as lossless codec
2011-06-19 Michael Niedermayerlibavcodec: add CODEC_CAP_LOSSLESS
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-18 Clément Bœschdcaenc: small quantization simplification.
2011-06-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-18 Michael Niedermayerqdm2: Fix alignment of local array.
2011-06-17 Anton Khirnovlavc: add opt_find to AVCodecContext class.
2011-06-17 Michael NiedermayerMerge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
2011-06-16 Carl Eugen HoyosFix compilation with old yasm.
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-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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-15 Carl Eugen HoyosReindent after last commit.
2011-06-15 Carl Eugen HoyosFix multi-channel AAC encoding.
2011-06-15 Carl Eugen HoyosFix "redundant redeclaration" warning.
2011-06-15 Carl Eugen HoyosFix compilation with --disable-everything --enable...
2011-06-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-14 William Yumjpegenc: Fix JFIF version
2011-06-14 Mans RullgardARM: factor some repetitive code into macros
2011-06-14 Philip LangdaleCrystalHD: Use mp4toannexb bitstream filter.
2011-06-14 Philip LangdaleCrystalHD: Keep mp4toannexb filter around for entire...
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-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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
next