65 Commits (8bc1553cdb59f462bd98676885d4fcb37286c546)

Author SHA1 Message Date
Gabriel Dume 74512f7e36 8svx: Return proper error codes 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 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 a3de4010c2 8svx: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol da8242e2d6 8svx: move pcm_s8_planar decoder to pcm.c 12 years ago
Michael Niedermayer fc6860a3eb 8svx: remove unused variable 12 years ago
Justin Ruggles df824548d0 8svx: Fixing header size, move decoding to per call instead of the first call. 12 years ago
Michael Niedermayer 26d1c7d9c3 8svx: avoid custom clip, avoid +128 for compressed data. 12 years ago
Michael Niedermayer 6eed92a2b7 8svx: fix delta_decode cliping limits 12 years ago
Nicolas George 72f10d5473 8svx: copy start value in output samples. 12 years ago
Michael Niedermayer d4e82a341e 8svx: remove malloc and memcpy that have become unneeded 12 years ago
Justin Ruggles cf8c93ada4 8svx: 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
Nicolas George 6eee9f5596 8svx: ensure that packet size is multiple of channels. 12 years ago
Nicolas George 7a539e67f4 8svx: unify mono and stereo code paths. 12 years ago
Nicolas George 5caea648d4 8svx: remove useless rounding code. 12 years ago
Nicolas George 1c98781837 8svx: use a more direct condition. 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Michael Niedermayer 03ce421c13 8svx: fix crash 13 years ago
Clément Bœsch f2193569a5 8svx: fix memleak in iff-fibonacci fate test. 13 years ago
Jean First 9bfaeee5f3 8svx: remove unused variable in eightsvx_decode_frame 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles f1f6d3615f avcodec: add support for planar signed 8-bit PCM. 13 years ago
Justin Ruggles 1993c6849c 8svx/iff: fix decoding of compressed stereo 8svx files. 13 years ago
Justin Ruggles fda459cee7 8svx: log an error message if output buffer is too small 13 years ago
Justin Ruggles 0ac3b8fc4a 8svx: check packet size before reading the initial sample value. 13 years ago
Justin Ruggles e371878416 8svx: output 8-bit samples instead of 16-bit. 13 years ago
Justin Ruggles ac68607bfe 8svx: split delta decoding into a separate function. 13 years ago
Diego Biurrun ec679eb453 doxygen: place empty line between brief description and detailed description 14 years ago
Stefano Sabatini e280a4da2a iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly 14 years ago
Stefano Sabatini b50217f6f7 8svx: remove pointless comments 14 years ago
Stefano Sabatini 48dce86065 8svx: add links to documentation resources 14 years ago
Stefano Sabatini baa1030286 8svx: remove duplicated author/file information 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
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
Reimar Döffinger 19998314cd Make 8svx codec context table pointer const to match the type of the 16 years ago
Reimar Döffinger 6dbfb7de82 Use "static const" instead of "const static" 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 99e3913d39 Make 8SVX codec names just a single word for consistency with other codec names. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago