summaryrefslogtreecommitdiff
path: root/libavformat/mp3enc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Drop the unofficial extension prefix for MPEG and MPEG-TS formatsFlorent Le Coz2014-12-02
* mp3enc: write full LAME frameAnton Khirnov2014-10-24
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-22
* mp3enc: Properly write bitrate value in XING headerMichael Niedermayer2014-04-12
* mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov2014-01-17
* mp3enc: add an option for disabling the Xing frame.Anton Khirnov2014-01-17
* mp3: add .mpa extensionVittorio Giovara2013-09-12
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* mp3enc: write Xing TOCAnton Khirnov2012-09-15
* mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch2012-09-15
* mp3enc: downgrade some errors in writing Xing frame to warningsReimar Döffinger2012-09-15
* mp2 muxer: mark as AVFMT_NOTIMESTAMPS.Carl Eugen Hoyos2012-09-07
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* mp3enc: write attached pictures (APIC).Anton Khirnov2012-02-29
* mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov2012-02-29
* id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-29
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Do not write ID3v1 tags by defaultDiogo Franco2011-08-16
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov2011-02-05
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-22
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-22
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-22
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-21
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-21