index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mp3enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mp3: add .mpa extension
Vittorio Giovara
2013-09-12
1
-1
/
+1
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-1
/
+5
*
mp3enc: write Xing TOC
Anton Khirnov
2012-09-15
1
-20
/
+120
*
mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
Clément Bœsch
2012-09-15
1
-7
/
+17
*
mp3enc: downgrade some errors in writing Xing frame to warnings
Reimar Döffinger
2012-09-15
1
-2
/
+5
*
mp2 muxer: mark as AVFMT_NOTIMESTAMPS.
Carl Eugen Hoyos
2012-09-07
1
-0
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-5
/
+5
*
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-07-30
1
-2
/
+2
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
mp3enc: write attached pictures (APIC).
Anton Khirnov
2012-02-29
1
-7
/
+113
*
mp3enc: move mp3_write_xing() further up in the file.
Anton Khirnov
2012-02-29
1
-45
/
+49
*
id3v2enc: split ff_id3v2_write().
Anton Khirnov
2012-02-29
1
-1
/
+1
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+1
*
Move id3v2 tag writing to a separate file.
Michael Karcher
2011-10-23
1
-112
/
+4
*
lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.
Anton Khirnov
2011-10-20
1
-4
/
+4
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-2
/
+2
*
Do not write ID3v1 tags by default
Diogo Franco
2011-08-16
1
-1
/
+4
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-21
/
+19
*
mp3enc: write a xing frame containing number of frames in the file
Anton Khirnov
2011-07-08
1
-5
/
+70
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-8
/
+9
*
lavf: use designated initializers for AVClasses.
Anton Khirnov
2011-05-17
1
-4
/
+4
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-1
/
+1
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
1
-1
/
+2
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-1
/
+1
*
mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead
Anton Khirnov
2011-03-16
1
-10
/
+3
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-2
/
+2
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-15
/
+15
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
mp3enc: write ISO8859-1 instead of UTF-16 when possible
Anton Khirnov
2011-02-05
1
-0
/
+12
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
mp3enc: support for id3v2.3 tags using a per-muxer AVOption
Anton Khirnov
2011-01-22
1
-11
/
+36
*
id3v2: split tables for various ID3v2 versions
Anton Khirnov
2011-01-22
1
-17
/
+27
*
mp3enc: handle errors in id3v2_put_ttag
Anton Khirnov
2011-01-22
1
-7
/
+14
*
mp3enc: add support for writing UTF-16 tags
Anton Khirnov
2011-01-21
1
-17
/
+31
*
Split mp3 demuxer and muxer into separate files.
Anton Khirnov
2011-01-21
1
-0
/
+194