16 Commits (25ea90b733883d0cbfdb76014b619a1b37489fca)

Author SHA1 Message Date
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt ed33bbe678 avcodec/mpegaudiodec: Hardcode tables to save space 4 years ago
Andreas Rheinhardt c778f2266d avcodec/mpegaudiodec: Make decoders init-threadsafe 4 years ago
Michael Niedermayer 34f5a59ad5 avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders 4 years ago
Andreas Rheinhardt c7867b6ed1 avcodec/mpegaudiodec*: Cleanup generically on init failure 4 years ago
Michael Niedermayer 15ccaa344c avcodec/mpegaudiodec: Eliminate many undefined operations 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer babb611d35 libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT 11 years ago
Diego Biurrun 0eeeb9647e mpegaudiodec: Consistently handle fixed/float templating 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Justin Ruggles 3ffed68c2a mpegaudiodec: use planar sample format for output unless packed is requested 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov ac84395d6a lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 0df5e869cb mpegaudio: do not use init_static_data() for initializing tables. 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Justin Ruggles 512557b291 avcodec: remove avcodec_parse_frame and deprecate associated elements. 13 years ago
Justin Ruggles 180bf988bc mp3on4: create a separate flush function for MP3onMP4. 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Mans Rullgard 6f1ec38ce2 mpegaudio: clean up compute_antialias() definition 14 years ago
Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
Mans Rullgard a06bf6368b mpegaudiodec: remove decode_end() function 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
flybird2k@gmail.com 3aee5f6985 Fix memleak when using mp*float decoder. 15 years ago
Måns Rullgård 59bebb11e0 mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c 15 years ago
Vitor Sessak 06d01188e9 More mp{1,2,3} 32-point DCT transform to our common DCT framework. 15 years ago
Vitor Sessak 47ba787442 Move float-specific function to mpegaudiodec_float.c 15 years ago
Michael Niedermayer b91d46614d float based mp1/mp2/mp3 decoders. 15 years ago