5012 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)

Author SHA1 Message Date
  Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
  Michael Donaghy 3cce801a0b fix 8- and 24-bit FLAC decoding 18 years ago
  Aurelien Jacobs 0c33dac236 move codecs declarations from avcodec.h to allcodecs.h 18 years ago
  Guillaume Poirier c01d444b3e one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go 18 years ago
  Eric Lasota 7c68b47b78 Cygwin compatibility workaround 18 years ago
  Ronald S. Bultje 097e1da470 Adapt to API changes, fix compilation. 18 years ago
  Guillaume Poirier 5ce27e8c92 minor GCC3 compile fix 18 years ago
  Graham Booker f057cc0399 Altivec version of h264_(h|v)_loop_filter_luma 18 years ago
  Ronald S. Bultje 12807c8d87 Add some #includes to allow compilation without HAVE_AV_CONFIG_H. 18 years ago
  Graham Booker ee387b57fd work around issues with the old version of Gnu Assembler shipped on 18 years ago
  Ronald S. Bultje bcbd6603dd emms --> emms_c, taken from a patch by Ronald Bultje 18 years ago
  Diego Biurrun 2458c5c1c4 Use consistent names for all test programs. 18 years ago
  Diego Biurrun 34933442ac Preprocessor #defines starting with __ are reserved for the system. 18 years ago
  Ronald S. Bultje 3d4e3e560f Use FFmpeg-specific CPU feature definitions. 18 years ago
  Ronald S. Bultje ac237a2f5d Add CPU feature definitions for SSE3 and SSSE3. 18 years ago
  Ronald S. Bultje d07026cd16 CPU feature definitions should always be available, not just when the 18 years ago
  Diego Biurrun 94254fc00e Only run MMX2 tests when MMX2 is available. 18 years ago
  Diego Biurrun b9702de506 Fix linking when GPL code has been disabled. 18 years ago
  Ronald S. Bultje ee3035f31e Fix compilation when MMX is disabled. 18 years ago
  Diego Biurrun b0b0d7e78c FAAN is not x86-specific. 18 years ago
  Andreas Öman 93cc10fa9c h264: use 'simple' in border backup / xchg 18 years ago
  Diego Biurrun 9097a8e48d Add some forgotten lib prefixes to Makefile variables. 18 years ago
  Eric Lasota 160228f894 Rename cb field 18 years ago
  Diego Biurrun 1cc60c47c5 Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 18 years ago
  Diego Biurrun b04f49c74c Give names of external library decoders/encoders a lib prefix 18 years ago
  Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
  Diego Biurrun 83bc90dcfd Remove unused variables. 18 years ago
  Eric Lasota 3ccda4ca91 Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks 18 years ago
  Denis Fortin f0edfda578 Rename code012() to ff_code012(), and remove static qualifier: paves the way 18 years ago
  Diego Biurrun ac3967c1ce spelling 18 years ago
  Christian Lohmaier c11aac6cda fix error: indeo2.c:202:1: directives may not be used inside a macro argument, 18 years ago
  Vitor Sessak ddcf4b5d6d Codebook generator using the ELBG algorithm 18 years ago
  Luca Barbato 5dda253943 h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> 18 years ago
  Andreas Öman 83b3401731 filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). 18 years ago
  Diego Biurrun 69ddbd1dad Rename aac_decoder to libfaad_decoder for consistency and to be able to 18 years ago
  Diego Biurrun c9171a830b Rename faac_encoder to libfaac_encoder for consistency and to be able to 18 years ago
  Ramiro Polla e5e587afbe Remove get_byte wrapper 18 years ago
  Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
  Michael Niedermayer 29b29011e5 fix skipped blocks 18 years ago
  Michael Niedermayer 0fa9a5ddc7 check qblur > 1 (prevent assert failure / segfault) 18 years ago
  Michael Niedermayer 47b777ceed sanity checks (should prevent hypothetical div by zero issue) 18 years ago
  Michael Niedermayer 61d49d122c fix assert() 2nd try 18 years ago
  Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
  Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
  Michael Niedermayer 1e6b570087 fix assertion failure 18 years ago
  Kostya Shishkov 3dba31aa0d Do proper frame swapping so VMD video decoder works again 18 years ago
  Vitor Sessak 55c970e349 Split RoQ decoder to accommodate future encoder patch 18 years ago
  Andreas Öman 7978debdc2 allocate PPS and SPS dynamically 18 years ago
  Vitor Sessak 750cbd34c9 cosmetics and function rename 18 years ago
  Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago