Commit History

Author SHA1 Message Date
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
  Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 16 years ago
  Stefano Sabatini 09d9087d26 Add ASUS V1/V2 decoder codec long names. 16 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 16 years ago
  Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 16 years ago
  Alexander Strange 8e5f465f4c Increase alignment for DCT block arrays from 8 to 16 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago
  Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 16 years ago
  Michael Niedermayer f64bbca55d const 16 years ago
  Aurelien Jacobs 289a723ce3 asv1.c directly uses Put/GetBitContext, so it should include bitstream.h 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
  Michael Niedermayer c3e462a8ca set supported pixel formats for a few encoders (fixes crashes with grayscale) 18 years ago
  Michael Niedermayer eabb0ac38e add assert to clarify that we know what we are doing 18 years ago
  Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 18 years ago
  Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Roine Gustafsson 44608ac7cd ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 19 years ago
  Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 19 years ago
  Michael Niedermayer fcbc799cd3 make reverse[] non static 19 years ago
  Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 19 years ago
  Kurosu f41c1fac3c av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) 19 years ago
  Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 19 years ago
  Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
  Michael Niedermayer 53db1cae1c data_size = 0 cleanup 20 years ago
  Michael Niedermayer eea8c08fa8 cleanup & memleak fix 20 years ago
  Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 20 years ago
  Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
  Michael Niedermayer 1149acdc17 asv2 encoding 21 years ago
  Michael Niedermayer 9b56edf52a ASV2 decoder 21 years ago
  Michael Niedermayer 2a250222e6 CONFIG_ENCODERS cleanup 21 years ago
  Alex Beregszaszi eb60dddc2e some warning fixes 21 years ago
  Wolfgang Hesseler 3859736446 CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
  Michael Niedermayer 3d2e8cce3a ASV1 codec 21 years ago