]> git.sesse.net Git - ffmpeg/history - libavcodec
Some more minor spelling improvements, some grammar improvement might be
[ffmpeg] / libavcodec /
2007-06-25 Vitor SessakRoQ video encoder
2007-06-25 Vitor SessakFix typo
2007-06-22 Michael Niedermayerget rid of one unneeded #ifdef HAVE_XVMC
2007-06-22 Marc Hoffmanremoving dependency on bfin_sram.h, which is not used...
2007-06-22 Marc Hoffmanrenaming L1CODE to attribute_l1_text, which is defined...
2007-06-22 Fortin Denismodify msmpeg4 functions to generate VC1 compatible...
2007-06-21 Denis Fortinstatic (inline) X => ff_X
2007-06-21 Andreas ÖmanDon't swap back un-deblocked lines for intra prediction...
2007-06-21 Stefano Sabatinisplit frame rate and frame size abbreviation into two...
2007-06-20 Benoit Fouetmove dct_quantize and denoise_dct function pointers...
2007-06-20 Andreas ÖmanDo not reuse the rbsp de-escape buffer if both
2007-06-20 Benoit Fouetremove unused constant definition
2007-06-19 Andreas ÖmanDecouple bit context from h264 context in decode_ref_pi...
2007-06-19 Benoit Fouetaanscales is used only with CONFIG_ENCODERS
2007-06-18 Andreas Ömanindentation
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdsimplify ppc64 handling
2007-06-17 Guillaume Poirierrestore GCC3 support
2007-06-17 Guillaume Poirierre-enable use of h264_v_loop_filter_luma_altivec and...
2007-06-17 Graham Bookerpart 2/2 of fixing Altivec-accelerated H264 luma inloop...
2007-06-17 Guillaume Poirierconvert h264_deblock_q1 to an inline function.
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-06-16 Måns Rullgårdmove a couple of macros and structs to mpegaudio.h
2007-06-16 Andreas ÖmanFactor out init_scan_tables(), patch by Andreas Öman...
2007-06-16 Graham BookerUse a faster way to compute 255-val: Instead of creatin...
2007-06-16 Måns Rullgårdmove definition of MB_TYPE_H261_FIL to h261.h so h261...
2007-06-16 Måns Rullgårdcorrect type of qsort() comparison callback
2007-06-16 Måns Rullgårdcorrect type for h263_parse()
2007-06-16 Måns Rullgårdfix indentation
2007-06-16 Måns Rullgårdreplace endian detection hack with #ifdef WORDS_BIGENDIAN
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
next