Mercurial > libavcodec.hg
graph
-
Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec2007-06-05, by gpoirier
-
fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodec2007-06-04, by gpoirier
-
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodec2007-06-03, by lu_zero
-
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec2007-06-03, by lorenm
-
Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodec2007-06-02, by diego
-
Rename faac_encoder to libfaac_encoder for consistency and to be able to libavcodec2007-06-02, by diego
-
Add support for listing the supported pixel formats using the option libavcodec2007-05-30, by benoit
-
rename attribute_unused to av_unused and moves its declaration to common.h libavcodec2007-05-30, by benoit
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec2007-05-28, by diego
-
make decoder decode the first frame properly if theres more than just one libavcodec2007-05-27, by michael
-
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodec2007-05-24, by lorenm
-
Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec2007-05-23, by takis
-
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodec2007-05-23, by lorenm
-
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodec2007-05-21, by takis
-
Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodec2007-05-21, by takis
-
Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodec2007-05-21, by diego
-
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodec2007-05-20, by michael
-
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodec2007-05-19, by lorenm
-
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec2007-05-19, by aurel
-
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodec2007-05-18, by zuxy
-
Move attribute_unused to variable declarations in macros instead of libavcodec2007-05-17, by reimar
-
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodec2007-05-17, by gpoirier
-
Add libavcodec to compiler include flags in order to simplify header libavcodec2007-05-16, by diego
-
Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec2007-05-14, by reimar