summaryrefslogtreecommitdiffstats
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-17/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-241-3/+0
|\ \ | |/
| * pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-231-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-271-49/+43
|\ \ | |/
| * pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles2011-10-261-4/+11
| * pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles2011-10-261-2/+11
| * pcmdec: return buf_size instead of src-buf.Justin Ruggles2011-10-261-7/+3
| * avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-261-10/+1
| * pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles2011-10-261-11/+11
| * pcmenc: remove unneeded sample_fmt check.Justin Ruggles2011-10-261-5/+0
| * pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles2011-10-261-5/+5
| * pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles2011-10-261-5/+0
| * pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles2011-10-261-5/+7
| * pcmdec: do not needlessly set *data_size to 0Justin Ruggles2011-10-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-40/+37
|\ \ | |/
| * pcm: reduce pointer type castingMans Rullgard2011-10-131-40/+37
* | pcm: Print number of bits in the error message of unsupported DVD PCM formats.Daniel Kristjansson2011-10-121-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove final semicolon from some macrosMans Rullgard2011-02-101-3/+3
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
| * Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-251-1/+1
* | Remove final semicolon from some macrosMans Rullgard2011-02-111-3/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* | Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-261-1/+1
|/
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-111-0/+5
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-28/+28
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-011-1/+25
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-7/+7
* Use designated initialisers for pcm codec structPeter Ross2010-07-161-20/+16
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-101-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-011-76/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-5/+5
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-2/+2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-4/+4
* IndentMichael Niedermayer2009-04-191-2/+2
* Do not discard truncated packets.Michael Niedermayer2009-04-191-0/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-021-24/+24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-141-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
OpenPOWER on IntegriCloud