30 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)

Author SHA1 Message Date
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Benjamin Larsson 76ec34a5c3 Remove redundant code forgotten in the split 15 years ago
Benjamin Larsson 0e1baedec3 Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. 15 years ago
Benjamin Larsson 7dd5568924 Indent 16 years ago
Benjamin Larsson 031b1cbeeb Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 16 years ago
Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 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
Ramiro Polla e05c8d0682 use intptr_t to cast pointers to int in codecs maintained by benjamin larsson 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b37b13066d atrac3dec: cosmetics: indentation 16 years ago
Aurelien Jacobs 15ae1959d8 atrac3: ensure input frame is not overwritten (it is const) 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). 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Benjamin Larsson 17125bd9da Sample tested and the code worked so the comment is removed 17 years ago
Benjamin Larsson d311f8f3e3 Update copyright and text 17 years ago
Maxim Poliakovski 9d278d8859 Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski 17 years ago
Stefano Sabatini 9d82d6cbba Transform codec names into single words. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Michael Niedermayer 8687f7679d const 17 years ago
Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Panagiotis Issaris 6654296c30 Handle malloc failure 17 years ago
Panagiotis Issaris 6611c0b4c9 Replace a return of -1 with ENOMEM. 17 years ago
Benjamin Larsson b8c4a51598 Deobfuscade decodeTonalComponents calling logic. 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago