| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mp3enc: Avoid SEEK_END as it is unsupported | Michael Niedermayer | 2019-05-27 | 1 | -1/+2 |
* | avformat/mp3enc: use AVPacketList helper functions to queue packets | James Almer | 2018-04-04 | 1 | -16/+7 |
* | avformat/mp3enc: flush buffered packets if referencing fails | James Almer | 2017-10-06 | 1 | -8/+3 |
* | avformat: replace all uses of av_copy_packet() | James Almer | 2017-09-25 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
| * | mp3enc: write trailing padding | Anton Khirnov | 2016-07-15 | 1 | -3/+4 |
* | | Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418' | Hendrik Leppkes | 2016-11-14 | 1 | -16/+0 |
|\| |
|
| * | build: Move MP2 muxer declaration away from MP3 muxer code | Diego Biurrun | 2016-06-29 | 1 | -16/+0 |
* | | lavf/mp3enc: write encoder delay/padding upon closing | Jon Toohill | 2016-10-18 | 1 | -6/+28 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -11/+11 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -11/+11 |
* | | avformat/mp3enc: Assert that the header we assembled is valid | Michael Niedermayer | 2016-02-07 | 1 | -1/+2 |
* | | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c' | Hendrik Leppkes | 2016-01-01 | 1 | -2/+3 |
|\| |
|
| * | mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header | Anton Khirnov | 2015-12-12 | 1 | -2/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
| * | Drop the unofficial extension prefix for MPEG and MPEG-TS formats | Florent Le Coz | 2014-12-02 | 1 | -2/+2 |
* | | 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 |
|\| |
|