88 Commits (9fa056ba75c089b5120366ab7c5ce8cc4c5bd67a)

Author SHA1 Message Date
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 3a23752c5a mpc7/8: decode directly to the user-provided AVFrame 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 1a3459033d mpc7/8: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 9c1619b5fe mpc7: remove duplicated definitions 12 years ago
Michael Niedermayer 5938b4d398 mpc7: Initialize AVFrame properly 12 years ago
Michael Niedermayer e95233789c mpc7: fix handling of last frame 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje d7eabd5042 mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 13 years ago
Michael Niedermayer 8e9a0a3568 mpc7: check subband index 13 years ago
Ronald S. Bultje c0994e39d7 mpc7: assign an error level + context to av_log() msg. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Justin Ruggles 83ce51cc7d mpc7: use av_fast_padded_malloc() 13 years ago
Justin Ruggles b5b825c381 mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes 13 years ago
Justin Ruggles 3c4add27f7 mpc7: check for allocation failure 13 years ago
Justin Ruggles eac31dd163 mpc7: align local temp buffer 13 years ago
Reimar Döffinger f9ced97543 Use av_fast_padded_malloc in fraps and mpc decoders. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles befc473c00 mpc7: only support stereo input. 13 years ago
Alex Converse 88b2436911 mpc7: Fix memset call in mpc7_decode_frame function 13 years ago
Justin Ruggles 8290d1f38b mpc7: return error if packet is too small. 13 years ago
Justin Ruggles c8b5c4d274 mpc7: check output buffer size before decoding 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 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
Kostya Shishkov 7d3829a87a Musepack SV8 supports "mono" files (though it still codes them as stereo), 14 years ago
Kostya Shishkov f3d77632d7 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 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
Reimar Döffinger 836fc77785 Move variable declaration to block where it is used and simplify code. 15 years ago
Reimar Döffinger 88517e9f9d Extract duplicated code into a separate function. 15 years ago
Attila Kinali 76c4a644ee Fix an issue uncovered by commit 20623: 15 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Kostya Shishkov 4003971717 Compact and make constant two tables used by Musepack decoders 16 years ago
Kostya Shishkov bd4110f99b Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago