45 Commits (4b4a6ebd68ca1d901b291f9bb4f5225daf876b8b)

Author SHA1 Message Date
  Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
  Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
  Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Anton Khirnov fbdcdaee6e Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
  Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
  Måns Rullgård dd5f3238c1 imc: fix undefined float to int conversion 14 years ago
  Vitor Sessak 66b84e4ab2 Make Intel Music Coder output SAMPLE_FMT_FLT 15 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Benjamin Larsson b836fb0060 Silence warning in imc decoder 16 years ago
  Benjamin Larsson 31d5113a15 Set channel_layout 16 years ago
  Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
  Reimar Döffinger 09fec2b929 Use new style static VLC tables for IMC decoder. 17 years ago
  Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Benjamin Larsson c401efdefe Long name spelling fixes 17 years ago
  Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Reimar Döffinger 63f2670a53 Check that we have enough input data in IMC decoder. 17 years ago
  Kostya Shishkov 4990eb5f49 Do not modify input data 17 years ago
  Kostya Shishkov 0fe04628b9 IMC decoder always operates on 64-byte blocks 17 years ago
  Michael Niedermayer 7993df6527 consts 17 years ago
  Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
  Benjamin Larsson 3644d47241 Missed one log2(). 18 years ago
  Benjamin Larsson 521fe1d2da Remove log2() usage. 18 years ago
  Måns Rullgård 8e981daf2b make some symbols static 18 years ago
  Kostya Shishkov 469f9de72f Init vlc tables as static 18 years ago
  Kostya Shishkov 84ed36da85 IMC decoder 18 years ago