]> git.sesse.net Git - ffmpeg/history - libavcodec
fix some printf format specifiers
[ffmpeg] / libavcodec /
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-16 Måns Rullgårdcorrect type for {put,avg}_h264_chroma_mc2_mmx2
2007-06-16 Måns Rullgårdkill some "defined but not used" warnings
2007-06-16 Måns Rullgårdkill a warning on 64-bit machines
2007-06-16 Måns Rullgårdmove dsputil_init_foo() out from #ifdef
2007-06-15 Måns Rullgårdreplace TARGET_* with HAVE_* simplifying lists in confi...
2007-06-15 Måns Rullgårdreplace TARGET_ARCH_* to ARCH_* for consistency
2007-06-15 Aurelien Jacobsuse if() instead of #ifdef and ensure all possible...
2007-06-15 Guillaume Poiriersome samples aren't decoded correctly such as
2007-06-15 Panagiotis IssarisRemove unneeded semicolon.
2007-06-15 Panagiotis IssarisCorrect signature of just_return().
2007-06-14 Panagiotis IssarisRemove an unreferenced variable from qpeg_decode_inter().
2007-06-14 Benoit Fouetadd and remove some parentheses
2007-06-14 Albert LeeSimplify init preprocessor statements.
2007-06-14 Nicolas GeorgeMore detailed documentation
2007-06-13 Marc Hoffmanremoving underscores from block profiling renaming...
2007-06-13 Carl Eugen HoyosImprove understanding ofavcodec_find_decoder()
2007-06-13 LordWorkaround adjustments for DivX 6.1 and later
2007-06-12 Guillaume Poiriercosmetics
2007-06-12 Sigbjorn Skjaeretkill one vector constant value load by the right combin...
2007-06-12 Sigbjorn Skjaeretrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-12 Marc Hoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 Marc HoffmanBlackfin dct_quantize_bfin routine
2007-06-12 Marc HoffmanBlackfin IDCT has no special permutation it uses normal...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Kostya ShishkovTypo
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-12 Stefano SabatiniMove the video size and rate abbreviations system from...
2007-06-12 Michael Donaghyfix 8- and 24-bit FLAC decoding
2007-06-11 Aurelien Jacobsmove codecs declarations from avcodec.h to allcodecs.h
2007-06-11 Guillaume Poirierone step closer to restoring GCC-3.3 support: kills...
2007-06-11 Eric LasotaCygwin compatibility workaround
2007-06-10 Ronald S. BultjeAdapt to API changes, fix compilation.
2007-06-09 Guillaume Poirierminor GCC3 compile fix
2007-06-09 Graham BookerAltivec version of h264_(h|v)_loop_filter_luma
2007-06-09 Ronald S. BultjeAdd some #includes to allow compilation without HAVE_AV...
2007-06-08 Graham Bookerwork around issues with the old version of Gnu Assemble...
2007-06-07 Ronald S. Bultjeemms --> emms_c, taken from a patch by Ronald Bultje
2007-06-07 Diego BiurrunUse consistent names for all test programs.
2007-06-07 Diego BiurrunPreprocessor #defines starting with __ are reserved...
2007-06-07 Ronald S. BultjeUse FFmpeg-specific CPU feature definitions.
2007-06-07 Ronald S. BultjeAdd CPU feature definitions for SSE3 and SSSE3.
2007-06-07 Ronald S. BultjeCPU feature definitions should always be available...
2007-06-07 Diego BiurrunOnly run MMX2 tests when MMX2 is available.
2007-06-07 Diego BiurrunFix linking when GPL code has been disabled.
2007-06-07 Ronald S. BultjeFix compilation when MMX is disabled.
2007-06-07 Diego BiurrunFAAN is not x86-specific.
2007-06-07 Andreas Ömanh264: use 'simple' in border backup / xchg
2007-06-06 Diego BiurrunAdd some forgotten lib prefixes to Makefile variables.
2007-06-06 Eric LasotaRename cb field
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-06 Diego BiurrunGive names of external library decoders/encoders a...
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...
2007-06-05 Diego BiurrunRemove unused variables.
2007-06-05 Eric LasotaConvert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
2007-06-05 Denis FortinRename code012() to ff_code012(), and remove static...
2007-06-04 Diego Biurrunspelling
2007-06-04 Christian Lohmaierfix error: indeo2.c:202:1: directives may not be used...
2007-06-04 Vitor SessakCodebook generator using the ELBG algorithm
2007-06-03 Luca Barbatoh264_idct_add_altivec, based on an old patch from Mauri...
2007-06-03 Andreas Ömanfilter_mb_fast() doesn't handle h->deblocking_filter...
2007-06-02 Diego BiurrunRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 Diego BiurrunRename faac_encoder to libfaac_encoder for consistency...
2007-06-02 Ramiro PollaRemove get_byte wrapper
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-06-01 Michael Niedermayerfix skipped blocks
2007-05-31 Michael Niedermayercheck qblur > 1 (prevent assert failure / segfault)
2007-05-30 Michael Niedermayersanity checks (should prevent hypothetical div by zero...
2007-05-30 Michael Niedermayerfix assert() 2nd try
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-29 Michael Niedermayerfix assertion failure
2007-05-29 Kostya ShishkovDo proper frame swapping so VMD video decoder works...
2007-05-29 Vitor SessakSplit RoQ decoder to accommodate future encoder patch
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-29 Vitor Sessakcosmetics and function rename
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-27 Michael Niedermayermake decoder decode the first frame properly if theres...
2007-05-25 Harald KarnetCorrect the parameter order for the call to "av_clip".
2007-05-25 Loren Merrittmerge huffman tables for rgb too
2007-05-24 Loren Merrittcosmetics (reduce nesting)
2007-05-24 Loren Merrittuse sparse huffman tables. 1.5% faster huffyuv decoding.
2007-05-24 Loren Merrittadd init_vlc_sparse(). faster than init_vlc() if there...
2007-05-24 Sergey Vlasovfix dca_bitalloc_index decoder init
2007-05-24 Sergey VlasovFix dca.c compilation with #define TRACE
2007-05-23 Oded Shimonfix mjpeg decoding with broken huffman table headers
2007-05-23 Ramiro PollaRemove duplicate bytestream functions
2007-05-23 Panagiotis IssarisExport the four remaining H.264 decoder intra predictio...
2007-05-23 Panagiotis IssarisReindent
2007-05-23 Panagiotis IssarisMake the compilation of h264idct.c optional.
2007-05-23 Loren Merrittmerge huffman tables so that we read 2 symbols at a...
2007-05-22 Diego BiurrunRemove mdct.o and fft.o from fft-test prerequisites...
2007-05-21 Panagiotis IssarisOnly compile golomb.c when needed.
2007-05-21 Panagiotis IssarisFix compilation when the Sonic encoder and decoder...
2007-05-21 Panagiotis IssarisOnly compile cabac.c when needed.
2007-05-21 Aurelien Jacobsvorbis encoder missed rename to libvorbis
2007-05-21 Panagiotis IssarisSplit the h261.c file into separate files for the encod...
2007-05-21 Diego BiurrunRename motion_test.c to motion-test.c, which is the...
2007-05-21 Diego BiurrunFix imgresample-test linking.
2007-05-21 Diego BiurrunAdd explanatory comments to some #endifs.
next