Commit History

Author SHA1 Message Date
  Justin Ruggles 68dddf53ff Add some missing codecs and update names to match the codec long_name 15 years ago
  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 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Stefan Gehrer cf2baeb338 mark read-only data as const 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 16 years ago
  Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago
  Michael Niedermayer 67d9ca0c00 const 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Diego Biurrun 15e35274d8 Rename SIGN macro to the more fitting UNFOLD. 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Reimar Döffinger 1a174c2831 remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. 18 years ago
  Reimar Döffinger 6831406b2f Changes needed due to show_bits_long behaviour changes/fixes 18 years ago
  Diego Biurrun 538389c981 Fix FSF postal address. 18 years ago
  Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 18 years ago
  Benjamin Larsson 79a32e3b95 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch 18 years ago
  Alex Beregszaszi a24c4a2ae4 tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) 19 years ago