]> git.sesse.net Git - ffmpeg/history - libavcodec
H.264: make filter_mb_fast support the case of unavailable top mb
[ffmpeg] / libavcodec /
2011-07-03 Jason Garrett-GlaserH.264: make filter_mb_fast support the case of unavaila...
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-07-03 Diego Biurrundoxygen: Drop array size declarations from Doxygen...
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-07-03 Diego Biurrundoxygen: Remove spurious documentation for non-existing...
2011-07-03 Diego Biurrundoxygen: Fix execute_code() @return documentation.
2011-07-03 Diego Biurrunsnow: Remove unused code.
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-07-03 Mans Rullgardffv1: remove unused tables
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-07-03 Mans Rullgardmjpeg: remove pointless braces around block of code
2011-07-03 Mans Rullgardh264: remove assert() immediately following return...
2011-07-02 Mans RullgardARM: ac3: update ff_ac3_extract_exponents_neon per...
2011-07-02 Mans RullgardARM: NEON optimised vector_clip_int32()
2011-07-02 Stefano Sabatinisuggest to use av_get_bytes_per_sample() in av_get_bits...
2011-07-02 Mans Rullgardput_bits: remove ALT_BITSTREAM_WRITER
2011-07-02 Mans Rullgardput_bits: always use intreadwrite.h macros
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-07-01 Mans Rullgardget_bits: remove x86 inline asm in A32 bitstream reader
2011-07-01 Justin Rugglesac3dsp: add x86-optimized versions of ac3dsp.extract_ex...
2011-07-01 Justin Rugglesac3dsp: simplify extract_exponents() now that it does...
2011-07-01 Justin Rugglesac3enc: clip coefficients after MDCT.
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-30 Reinhard Tartlerdoxygen: Include libavcodec and libavformat examples...
2011-06-30 Benjamin LarssonAdd support for aac streams in mp4/mov without extradata.
2011-06-30 Alex Converseaacenc: Make chan_map const correct
2011-06-29 Nathan Caldwellaacenc: Fix determination of Mid/Side Mode.
2011-06-29 Nathan Caldwellpsymodel: Remove the single channel analysis function
2011-06-29 Nathan Caldwellaacenc: Implement dummy channel group analysis that...
2011-06-29 Nathan Caldwellpsymodel: Add channels and channel groups to the psymodel.
2011-06-29 Mans RullgardARM: remove check for PLD instruction
2011-06-29 Jason Garrett-GlaserAdd new yuv444 pixfmts to avcodec_align_dimensions2
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-28 Justin Rugglescosmetics: remove outdated comment that is no longer...
2011-06-28 Diego Biurrunavutil: Remove unused arbitrary precision integer code.
2011-06-28 Diego Biurrunconfigure: Drop check for availability of ten assembler...
2011-06-28 Nathan Caldwellaacenc: Save channel configuration for later use.
2011-06-28 Alex Converseaacenc: Fix codebook trellising for zeroed bands.
2011-06-27 Justin Rugglesac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
2011-06-27 Justin Rugglesac3enc: merge log2_tab() into normalize_samples()
2011-06-27 Justin Rugglesac3enc: Remove bit allocation fallbacks.
2011-06-26 Jason Garrett-GlaserH.264: disable 2tap qpel with CODEC_FLAG2_FAST and...
2011-06-26 Jason Garrett-GlaserH.264: make filter_mb_fast support 4:4:4
2011-06-26 Diego Biurrunmpeg4videoenc: Remove disabled variant of mpeg4_encode_...
2011-06-26 Diego BiurrunMove some variable declarations below the proper #ifdefs.
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-25 Diego Biurrunaacenc: Mark psy_3gpp_window() as av_unused.
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-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
next