summaryrefslogtreecommitdiffstats
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-12/+4
|\ \ | |/
| * g726dec: do not validate sample rateJustin Ruggles2012-11-011-8/+0
| * g726dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-4/+4
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-4/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | g726enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-8/+21
|\ \ | |/
| * g726enc: use AVCodec.encode2()Justin Ruggles2012-03-201-8/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-10/+19
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-49/+111
|\ \ | |/
| * g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-011-0/+7
| * g726: don't pass index to g726_reset()Justin Ruggles2011-11-011-4/+4
| * g726enc: add private option for setting code size directly.Justin Ruggles2011-11-011-9/+29
| * g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-011-0/+2
| * g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-011-15/+13
| * g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-011-2/+2
| * g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-011-4/+2
| * g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-011-0/+15
| * g726dec: remove the sample_rate validationJustin Ruggles2011-11-011-5/+0
| * g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-21/+19
| * g726: split the init function for the encoder and decoderJustin Ruggles2011-11-011-14/+35
| * g726: pre-calculate the number of output samples.Justin Ruggles2011-11-011-3/+11
| * g726: use int16_t instead of shortJustin Ruggles2011-11-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-16/+14
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+14
| * 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
* | 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-2/+2
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-111-1/+8
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-4/+4
OpenPOWER on IntegriCloud