]> git.sesse.net Git - ffmpeg/history - libavformat/mp3enc.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / mp3enc.c
2016-07-15 Anton Khirnovmp3enc: write trailing padding
2016-06-29 Diego Biurrunbuild: Move MP2 muxer declaration away from MP3 muxer...
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-12-12 Anton Khirnovmpegaudiodecheader: check the header in avpriv_mpegaudi...
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2014-12-02 Florent Le CozDrop the unofficial extension prefix for MPEG and MPEG...
2014-10-24 Anton Khirnovmp3enc: write full LAME frame
2014-06-23 Justin RugglesCheck mp3 header before calling avpriv_mpegaudio_decode...
2014-04-12 Michael Niedermayermp3enc: Properly write bitrate value in XING header
2014-01-17 Anton Khirnovmp3enc: allow omitting the id3v2 header with -id3v2_ver...
2014-01-17 Anton Khirnovmp3enc: add an option for disabling the Xing frame.
2013-09-12 Vittorio Giovaramp3: add .mpa extension
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-09-15 Anton Khirnovmp3enc: write Xing TOC
2012-09-15 Clément Bœschmp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
2012-09-15 Reimar Döffingermp3enc: downgrade some errors in writing Xing frame...
2012-09-07 Carl Eugen Hoyosmp2 muxer: mark as AVFMT_NOTIMESTAMPS.
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-29 Anton Khirnovmp3enc: write attached pictures (APIC).
2012-02-29 Anton Khirnovmp3enc: move mp3_write_xing() further up in the file.
2012-02-29 Anton Khirnovid3v2enc: split ff_id3v2_write().
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-23 Michael KarcherMove id3v2 tag writing to a separate file.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpegaudio symbols...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-16 Diogo FrancoDo not write ID3v1 tags by default
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-08 Anton Khirnovmp3enc: write a xing frame containing number of frames...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-16 Anton Khirnovmp3enc: remove mp3_write_packet(), use ff_raw_write_pac...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-06 Anton Khirnovmp3enc: write ISO8859-1 instead of UTF-16 when possible
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-22 Anton Khirnovmp3enc: support for id3v2.3 tags using a per-muxer...
2011-01-22 Anton Khirnovid3v2: split tables for various ID3v2 versions
2011-01-22 Anton Khirnovmp3enc: handle errors in id3v2_put_ttag
2011-01-21 Anton Khirnovmp3enc: add support for writing UTF-16 tags
2011-01-21 Anton KhirnovSplit mp3 demuxer and muxer into separate files.