summaryrefslogtreecommitdiffstats
path: root/libavcodec/roqaudioenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-2/+1
|\
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+1
* | Merge commit '55b59fab880a9fcdd30f97c5170af282087ac4f7'Michael Niedermayer2014-11-241-2/+1
|\ \ | |/
| * roqaudio: Always use the frame buffer on flushMichael Niedermayer2014-11-241-2/+3
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-11/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-11/+0
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | roqaudioenc: remove dead codeMichael Niedermayer2012-10-251-1/+1
* | roqaudioenc: Fix crash with very small roq filesMichael Niedermayer2012-10-191-0/+2
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+3
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+3
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | roqaudioenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-15/+27
|\ \ | |/
| * roqaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-211-15/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-32/+69
|\ \ | |/
| * roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
| * roqaudioenc: set correct bit rateJustin Ruggles2012-02-251-0/+2
| * roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-251-26/+65
| * roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
| * check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-251-0/+2
| * audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-251-1/+0
* | roqaudioenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | roqaudioenc: remove redundant assignmentPaul B Mahol2012-01-281-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
| * 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-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* 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-1/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-181-17/+4
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-111-4/+4
* 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-1/+1
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-161-1/+1
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-151-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* RoQ audio encoderVitor Sessak2007-05-071-0/+177
OpenPOWER on IntegriCloud