52 Commits (880fa2183051dfe6a7e44879361f674a906f5aa7)

Author SHA1 Message Date
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Vitor Sessak 78df225866 Simplify: use two distinct functions to decode MACE3 and MACE6, since the 16 years ago
Vitor Sessak b97c413832 Simplify mace_decode_frame() 16 years ago
Vitor Sessak 647148c638 Remove useless comments 16 years ago
Vitor Sessak 251d75f292 Reindent mace.c, its indentation was completly inconsistent with the coding rules. 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
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer b1f5712e3c consts 17 years ago
Diego Biurrun f9cac0a778 Replace puts() by dprintf where appropriate. 17 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Alan Curry afd1a2d88e Fix buffer handling for stereo mace files, fixes some random sig11 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
François Revol 3c8e39f72d Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> 20 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
François Revol 62790b9917 debug stuff only for DEBUG :) 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago