summaryrefslogtreecommitdiff
path: root/libavcodec/8svx.c
Commit message (Expand)AuthorAgeFilesLines
* 8svx: fix memleak in iff-fibonacci fate test.Clément Bœsch2012-01-131-1/+3
* 8svx: remove unused variable in eightsvx_decode_frameJean First2011-12-311-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-11/+23
|\
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-14/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-11/+12
|\ \ | |/
| * avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-091-5/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-0/+4
|\ \ | |/
| * 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-18/+83
| * 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
| * 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
| * 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
| * 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-0/+2
|\ \ | |/
| * doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-141-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-171-36/+143
* | 8svx: remove pointless commentsStefano Sabatini2011-05-111-2/+0
* | 8svx: add links to documentation resourcesStefano Sabatini2011-05-111-0/+9
* | 8svx: remove duplicated author/file informationStefano Sabatini2011-05-111-2/+0
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-021-1/+1
* Use "static const" instead of "const static"Reimar Döffinger2008-10-021-2/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-271-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* minor typo fixesDiego Biurrun2008-03-311-1/+1
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-311-9/+3
* 8SVX decoderJai Menon2008-03-301-0/+114