summaryrefslogtreecommitdiffstats
path: root/libavformat/latmenc.c
Commit message (Collapse)AuthorAgeFilesLines
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
|
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-1/+1
| | | | | | | | | Pass the correct size in bits to mpeg4audio_get_config and add a flag to disable parsing of the sync extension when the size is not known. Latm with AudioMuxVersion 0 does not specify the size of the audio specific config. Data after the audio specific config can be misinterpreted as sync extension resulting in random and wrong configs.
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-3/+3
| | | | They are used in lavf.
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
| | | | | Specifically, ff_mpeg4audio_sample_rates, ff_mpeg4audio_get_config and ff_copy_pce_data
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
|
* latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-301-1/+1
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* latmenc: Fix private optionsKieran Kunhya2011-09-281-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Add LATM muxerKieran Kunhya2011-09-071-0/+190
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
OpenPOWER on IntegriCloud