]> git.sesse.net Git - ffmpeg/history - libavcodec
H.264: add filter_mb_fast support for >8-bit decoding
[ffmpeg] / libavcodec /
2011-07-11 Jason Garrett-GlaserH.264: add filter_mb_fast support for >8-bit decoding
2011-07-11 Jason Garrett-GlaserH.264: avoid redundant alpha/beta calculations in loopf...
2011-07-11 Jason Garrett-GlaserH.264: optimize intra/inter loopfilter decision
2011-07-11 Ronald S. Bultjevp8/mt: flush worker thread, not application thread...
2011-07-11 Ronald S. Bultjemt: proper locking around release_buffer calls.
2011-07-10 Jean-Baptiste KempfDxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d...
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-10 Mans RullgardARM: use const macro to define constant data in asm
2011-07-10 Mans Rullgardbitdepth: simplify FUNC/FUNCC macros
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-10 Mans Rullgard9/10-bit: simplify clipping macros
2011-07-10 Anton Khirnovlavc: add support for codec-specific defaults.
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavc: remove a half-working attempt at different defaul...
2011-07-10 Anton Khirnovac3dec: add a drc_scale private option
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-09 Jason Garrett-GlaserH.264: fix filter_mb_fast with 4:4:4 + 8x8dct
2011-07-09 Frank Barchardmpeg1video: don't abort if thread_count is too high.
2011-07-09 Diego Biurrunlibxvid: Add const qualifier to silence compiler warning.
2011-07-08 Jason Garrett-GlaserH.264: improve qp_thresh check
2011-07-08 Jason Garrett-GlaserH.264: use fill_rectangle in CABAC decoding
2011-07-08 Jason Garrett-GlaserH.264: Remove redundant hl_motion_16/8 code
2011-07-08 Jason Garrett-GlaserH.264: merge fill_rectangle into P-SKIP MV prediction...
2011-07-08 Jason Garrett-GlaserH.264: faster P-SKIP decoding
2011-07-08 Jason Garrett-GlaserH.264: av_always_inline some more functions
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-07-08 Anton Khirnovmp3enc: write a xing frame containing number of frames...
2011-07-08 Mans Rullgarddnxhd: prettify tables
2011-07-07 Diego Biurrunflashsv: inline copy_region() into flashsv_decode_frame()
2011-07-07 Diego Biurrunflashsv: improve some variable names
2011-07-07 Diego Biurrunlibschroedingerdec: Remove write-only variable.
2011-07-07 Diego Biurrunlibgsm: Drop const qualifier to silence compiler warning.
2011-07-07 Diego Biurrunlibvo-amrwbenc: Add braces to shut up gcc warning.
2011-07-06 Kostyabink: pass Bink version to audio decoder through extrad...
2011-07-06 Diego Biurrunflashsv: improve some comments and fix some wrong ones
2011-07-06 Diego Biurrunflashsv: Eliminate redundant variable indirection.
2011-07-06 Diego Biurrunflashsv: set reference frame type to full frame
2011-07-06 Diego Biurrunflashsv: replace bitstream description by a link to...
2011-07-06 Diego Biurrunflashsv: convert a debug av_log into av_dlog
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
next