86 Commits (3aa7b0a27326bd312ef790d9149f6b5efff97311)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 2e59ffbb79 avcodec/mace: check buffer size 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö e1f3847f86 mace: Make sure that the channel count is set to a valid value 11 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 86bfcfcf23 mace: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles c1a9cfd1fe mace: use planar sample format 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 6df1cfa7e4 mace: check channel count, fixes FPE 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles f50b6be57d mace: only calculate output buffer size once 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 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
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
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
Vitor Sessak da708eaa22 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() 16 years ago
Vitor Sessak 10c1d19212 Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() 16 years ago
Vitor Sessak b0e047de15 Use a for() instead of triplicating code. 16 years ago
Vitor Sessak 3a54087733 Factorize duplicate table reading code. 16 years ago
Vitor Sessak 955bcc2102 Convert two tables to signed decimal 16 years ago
Vitor Sessak 90c6805ac4 Cosmetics: remove useless parentheses 16 years ago
Vitor Sessak 710428c4ec Remove ChannelData.lev var and use ChannelData.level instead 16 years ago
Vitor Sessak 42fe17a018 Check output buffer size before decoding. 16 years ago
Vitor Sessak d636f0cc39 Cosmetics: rename vars s/ctx/chd/ 16 years ago
Vitor Sessak f36aec3b5e Exploit symmetry to reduce size of tables by half. 16 years ago
Vitor Sessak b8a5f62144 Cosmetics: s/short/int16_t/ 16 years ago
Vitor Sessak b1547a7817 Remove cast, now tables are signed. 16 years ago
Vitor Sessak fc1d3e004f Convert tables to signed and decimal. 16 years ago
Vitor Sessak e7ff335935 Remove unused table entries. 16 years ago
Vitor Sessak 934bc927a8 Remove commented out code. 16 years ago
Vitor Sessak f9f7210e5e Use FFMIN() instead of rewriting it. 16 years ago
Vitor Sessak 42c7aeea67 Factorize broken clipping in its own function and document it. 16 years ago
Vitor Sessak 5659156760 Cosmetics: whitespace/linebreaks 16 years ago
Vitor Sessak c8e0861e49 Use the same 8 bit -> 16 bit conversion as QuickTime. 16 years ago
Vitor Sessak 4ea70242a8 Do not share context variables between channels and do not zero them at 16 years ago
Vitor Sessak b6d544f54e Remove output pointer from context 16 years ago
Vitor Sessak e10049bef5 Cosmetics: indent after last commit and remove useless braces 16 years ago
Vitor Sessak 1b0dc0120d Simplify: use a for instead of unrolling by hand 16 years ago
Vitor Sessak fb17d9ff54 Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit 16 years ago