| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -4/+0 |
* | Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5' | Michael Niedermayer | 2013-09-12 | 1 | -1/+1 |
|\ |
|
| * | mp3: add .mpa extension | Vittorio Giovara | 2013-09-12 | 1 | -1/+1 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -1/+5 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -1/+5 |
* | | lavf/mp3enc: make sure the header is valid before writing audio pkt. | Clément Bœsch | 2012-11-16 | 1 | -1/+7 |
* | | mp3enc: remove unneeded null ptr check | Michael Niedermayer | 2012-10-16 | 1 | -1/+1 |
* | | mp3enc: fix signed C99 overflow | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | mp3enc: merge mp2/mp3_write_trailer | Michael Niedermayer | 2012-09-16 | 1 | -21/+3 |
* | | mp3enc: move mp3_update_xing() down | Michael Niedermayer | 2012-09-16 | 1 | -26/+26 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -58/+54 |
|\| |
|
| * | 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 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | mp3enc: fix const correctness | Michael Niedermayer | 2012-08-30 | 1 | -1/+1 |
* | | mp3enc: fix CODEC_ID/CodecID that leaked in from older patch | Michael Niedermayer | 2012-08-11 | 1 | -2/+2 |
* | | mp3/mp2: identify the video codecs as APIC through query_codec. | Michael Niedermayer | 2012-08-10 | 1 | -0/+12 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -2/+2 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -2/+2 |
* | | mp3enc: add lame tag with start padding info | Michael Niedermayer | 2012-07-14 | 1 | -1/+10 |
* | | lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing Xing header. | Clément Bœsch | 2012-05-13 | 1 | -7/+11 |
* | | mp3enc: avoid ifdef | Michael Niedermayer | 2012-05-07 | 1 | -3/+1 |
* | | mp3enc: Fix Xing tag identification string for CBR files | Tobias Rapp | 2012-05-07 | 1 | -2/+23 |
* | | mp3enc: clarify meaning of "Unsupported" messages. | Reimar Döffinger | 2012-04-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -74/+183 |
|\| |
|
| * | 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 |
* | | mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this func... | Michael Niedermayer | 2012-02-25 | 1 | -1/+3 |
* | | mp3enc: fix playback with mp3 encoded files on some devices. | Clément Bœsch | 2012-01-02 | 1 | -3/+5 |
* | | mp3enc: remove unused variable | Paul B Mahol | 2011-12-30 | 1 | -1/+1 |
* | | mp3enc: Try to use a matching bitrate in the xing header. | Michael Niedermayer | 2011-11-14 | 1 | -2/+14 |
* | | mp3enc: simplify mp3_write_xing() | Michael Niedermayer | 2011-11-14 | 1 | -7/+2 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -2/+1 |
* | | mp3enc: avoid truncating id3v1 tags by one byte | Tobias Rapp | 2011-11-01 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -112/+5 |
|\| |
|
| * | Move id3v2 tag writing to a separate file. | Michael Karcher | 2011-10-23 | 1 | -112/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -4/+4 |
|\| |
|
| * | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -2/+2 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | | Do not assume timestamps for mp2 format. | Carl Eugen Hoyos | 2011-08-28 | 1 | -0/+1 |