OSDN Git Service

flashsv: simplify condition
[coroid/libav_saccubus.git] / libavcodec /
2011-07-06 Diego Biurrunflashsv: simplify condition
2011-07-06 Diego Biurrunflashsv: return more meaningful error values
2011-07-06 Diego Biurrunflashsv: cosmetics: break some overly long lines
2011-07-06 Diego Biurrunflashsv: cosmetics: drop some unnecessary parentheses
2011-07-05 Jason Garrett-GlaserH.264: make loopfilter bS const where applicable
2011-07-05 Diego Biurrunopencore-amr: Add missing initializer braces to shut...
2011-07-05 Mans RullgardARM: workaround for bug in GNU assembler
2011-07-05 Clément Bœschdv: fix comment wording mistake
2011-07-05 Diego BiurrunRename libavcodec/high_bit_depth.h ---> libavcodec...
2011-07-05 Reimar Döffingerdv: fix valgrind use of uninitialised value warnings.
2011-07-05 Mans RullgardPPC: use Altivec IMDCT only for supported sizes
2011-07-05 Clément Bœschdv: fix comment spelling
2011-07-04 Mans RullgardARM: allow unaligned buffer in fixed-point NEON FFT4
2011-07-04 John Stebbinsdca: set AVCodecContext frame_size for DTS audio
2011-07-04 Daniel KangYASM: Shut up unused variable compiler warning with...
2011-07-04 Daniel Kangx86_32: Fix build on x86_32 with --disable-yasm.
2011-07-04 Mans Rullgardiirfilter: add fate test
2011-07-04 Diego Biurrundoxygen: Add qmul docs.
2011-07-04 Jason Garrett-GlaserH.264: fix overreads of qscale_table
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
2011-07-04 Mans Rullgarddct-test: remove 'ref' function pointer from tables
2011-07-04 Diego BiurrunAdd LGPL license boilerplate to files lacking it.
2011-07-04 Diego Biurrundoxygen: Fix documentation for some VP8 functions.
2011-07-04 Christian Schmidtlibxvid: add missing include of libavutil/mathematics.h
2011-07-04 Mans Rullgarddct-test: exit with non-zero status if an IDCT fails
2011-07-04 Mans Rullgarddct-test: make speed test optional
2011-07-04 Mans Rullgarddct-test: remove is_idct field from tables
2011-07-04 Mans Rullgarddct-test: split table in two for idct and fdct
2011-07-04 Mans Rullgarddct-test: simplify calling dct_error()
2011-07-04 Mans Rullgarddct-test: whitespace cosmetics
2011-07-04 Mans Rullgarddct-test: remove commented out code
2011-07-04 Robert Swainvorbis: vpxenc: Add missing include for av_rescale*
2011-07-04 Carl Eugen Hoyosffmpeg: Fix VDPAU decoding for some H264 samples.
2011-07-04 Daniel KangFix build with --disable-yasm.
2011-07-03 Jason Garrett-GlaserH.264: template left MB handling
2011-07-03 Jason Garrett-GlaserH.264: faster fill_decode_caches
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-07-03 Jason Garrett-GlaserH.264: faster fill_filter_caches
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
next