summaryrefslogtreecommitdiff
path: root/libavcodec/roqaudioenc.c
Commit message (Expand)AuthorAge
* Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-12
|\
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | roqaudioenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * roqaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\|
| * roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
| * roqaudioenc: set correct bit rateJustin Ruggles2012-02-25
| * roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-25
| * roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-25
| * check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
| * audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* | roqaudioenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | roqaudioenc: remove redundant assignmentPaul B Mahol2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-18
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-11
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-16
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* RoQ audio encoderVitor Sessak2007-05-07