110 Commits (f59e9eaf78c28026ebc540b5767c7fe9f11590fc)

Author SHA1 Message Date
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Diego Biurrun 65e3f89ffd Improve variable names in imlt_window_float() and mlt_compensate_output(). 15 years ago
Diego Biurrun e51f04968e Restore array sizes in doxygen parameter names. 15 years ago
Diego Biurrun 34630b93dc Move DECODE_BYTES_PAD* macros before Doxygen comments. 15 years ago
Diego Biurrun 094b18b683 Fix doxy of gb parameter in decode_gain_info(). 15 years ago
Diego Biurrun daf6c68d33 Avoid one more instance of angular brackets in Doxygen comments. 15 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 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
Måns Rullgård 2d2e72b10e cook: use constant seed for dithering RNG 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
Benjamin Larsson e5cd2d3dca Bugfix for bug introduced in the multichannel cook patchset. 16 years ago
Benjamin Larsson bdb8d99613 Proper subpacket size check for cook multichannel files. 16 years ago
Benjamin Larsson bb1135c8a3 Remove parentheses 16 years ago
Benjamin Larsson fcc01e646b Set the type of size in COOKSubpacket to unsigned 16 years ago
Benjamin Larsson ec32cfd2cc Make sure we only parse max amount of subpackets (5) in the cook decoder. 16 years ago
Benjamin Larsson da75426b26 Indent 16 years ago
Benjamin Larsson 0a704b5f21 Remove redundant code 16 years ago
Benjamin Larsson 67da31826f Support cook multichannel files. 16 years ago
Benjamin Larsson 7204850ea9 Fix the COOKDEBUG code 16 years ago
Benjamin Larsson 4a291c90fe Factor out COOKSubpacket, in preparation for multichannel support. 16 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
Benjamin Larsson 39b60944a8 Get rid of av_random in cook.c 16 years ago
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
Benjamin Larsson b217024706 Add cook channel count function, part of multichannel cook 16 years ago
Benjamin Larsson 0eec287596 Add max allowed subpackets in multichannel cook 16 years ago
Benjamin Larsson d4b3d0408f save avctx in cook decoder context and use it for av_log 16 years ago
Benjamin Larsson 7c119ced99 memset when category is >=7, part of cook multichannel 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
Benjamin Larsson 31d5113a15 Set channel_layout 16 years ago
Loren Merritt d46ac5bfde mdct wrapper function to match fft 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Robert Swain f5048aaf69 Remove now unused variable 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
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Michael Niedermayer 0c5421585a Move const *pow2tab out of context. 17 years ago
Michael Niedermayer 158bf33e36 simplify init_pow2table 17 years ago
Michael Niedermayer 40756c172c Merge init_rootpow2table and init_pow2table. 17 years ago