| Commit message (Expand) | Author | Age | Files | Lines |
* | id3v2: prefer TDRC for date over TDRL. | Benoit Fouet | 2014-11-04 | 1 | -1/+1 |
* | avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname instead... | Michael Niedermayer | 2014-10-24 | 1 | -1/+6 |
* | Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9' | Michael Niedermayer | 2014-10-24 | 1 | -44/+125 |
|\ |
|
| * | mp3enc: write full LAME frame | Anton Khirnov | 2014-10-24 | 1 | -33/+127 |
* | | avformat/mp3enc: use initial_padding | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | lavf/mp3enc: don't abort if audio packets can't be buffered | James Almer | 2014-08-27 | 1 | -2/+6 |
* | | Merge commit 'f2f2e7627f0c878d13275af5d166ec5932665e28' | Michael Niedermayer | 2014-06-23 | 1 | -11/+11 |
|\| |
|
| * | Check mp3 header before calling avpriv_mpegaudio_decode_header(). | Justin Ruggles | 2014-06-22 | 1 | -7/+10 |
* | | Fix the mime types for MPEG and MPEG-TS formats | Florent Le Coz | 2014-05-22 | 1 | -2/+2 |
* | | avformat/mp3enc: switch to AVFMT_FLAG_BITEXACT | Michael Niedermayer | 2014-05-18 | 1 | -1/+1 |
* | | avformat/mp3enc: drop redundant and uninitialized variable | Michael Niedermayer | 2014-04-13 | 1 | -2/+2 |
* | | Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03' | Michael Niedermayer | 2014-04-12 | 1 | -30/+33 |
|\| |
|
| * | mp3enc: Properly write bitrate value in XING header | Michael Niedermayer | 2014-04-12 | 1 | -7/+39 |
* | | avformat/mp3enc: use av_copy_packet() | Michael Niedermayer | 2014-03-22 | 1 | -4/+4 |
* | | lavf/id3v2enc: use metadata_header_padding | James Darnley | 2014-01-24 | 1 | -2/+2 |
* | | Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7' | Michael Niedermayer | 2014-01-17 | 1 | -6/+23 |
|\| |
|
| * | mp3enc: allow omitting the id3v2 header with -id3v2_version 0 | Anton Khirnov | 2014-01-17 | 1 | -6/+23 |
* | | Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd' | Michael Niedermayer | 2014-01-17 | 1 | -1/+4 |
|\| |
|
| * | mp3enc: add an option for disabling the Xing frame. | Anton Khirnov | 2014-01-17 | 1 | -1/+4 |
* | | 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 |