101 Commits (55a280569f0e886d62076a60888601ab9a7a4b42)

Author SHA1 Message Date
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles c1848c4b26 pcmdec: remove unneeded resetting of samples pointer 13 years ago
Justin Ruggles f1901180e0 pcmdec: fix output buffer size check by calculating the actual output size 13 years ago
Justin Ruggles 154cd253e5 pcmdec: move codec-specific variable declarations to the corresponding codec 13 years ago
Justin Ruggles 0093f96d34 pcmdec: return buf_size instead of src-buf. 13 years ago
Justin Ruggles 85579b6381 avcodec: remove the Zork PCM encoder. 13 years ago
Justin Ruggles 67a3b67c71 pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8. 13 years ago
Justin Ruggles 06af335a33 pcmenc: remove unneeded sample_fmt check. 13 years ago
Justin Ruggles d94e29cac9 pcmdec: move number of channels check to pcm_decode_init() 13 years ago
Justin Ruggles 83efd7652e pcmdec: remove unnecessary check for sample_fmt change 13 years ago
Justin Ruggles 381e195b46 pcmdec: move DVD PCM bits_per_coded_sample check near to the code that sets 13 years ago
Justin Ruggles 6b94711f15 pcmdec: do not needlessly set *data_size to 0 13 years ago
Mans Rullgard b45eb9d619 pcm: reduce pointer type casting 13 years ago
Mans Rullgard b27565b143 Remove statements immediately following unconditional jumps 14 years ago
Diego Biurrun 151cd4f982 pcm: Add const to cast in ENCODE macro. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 5b5083b5fe Don't declare a pcm_dvd encoder. 14 years ago
Daniel Kang e048a9cab1 Do not crash for illegal sample size, fixes issue 2502. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 14 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Peter Ross a5b588bcad Use designated initialisers for pcm codec struct 15 years ago
Justin Ruggles 4dbcfa6f95 Set bits_per_raw_sample in the pcm decoder. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Reimar Döffinger fa034b4427 Allow hardcoding of ulaw and alaw tables. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Michael Niedermayer 34365443fd Indent 16 years ago
Michael Niedermayer 012e4f5a18 Do not discard truncated packets. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 655463b9eb cosmetics: Reformat long_names so that "PCM" comes first. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 469f5f251d WORDS_BIGENDIAN must be checked with #ifdef 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 7cabcf7d37 make pcm encoder setting bits_per_sample field 16 years ago
Peter Ross 0cdc6ec941 Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
Peter Ross 2cd04cf919 Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. 16 years ago
Peter Ross 143a5d6f1f Add F64BE, F64LE and F64BE PCM codecs. 16 years ago
Peter Ross 4efbd75583 Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. 16 years ago
Peter Ross 38a1c7f2be Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. 16 years ago
Peter Ross 3b4b113781 Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. 16 years ago
Peter Ross 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 17 years ago
Peter Ross 3ee573a300 Add simpler/cleaner/faster F32BE encoding/decoding. 17 years ago