129 Commits (2a31ad7d60632cca0f43986b6a5b135848088b14)

Author SHA1 Message Date
James Almer a447b75de8 avformat: replace all uses of av_copy_packet() 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Jon Toohill 3b02f6dd7b lavf/mp3enc: write encoder delay/padding upon closing 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Anton Khirnov 46278ec90a mp3enc: write trailing padding 8 years ago
Diego Biurrun e72d6fa08a build: Move MP2 muxer declaration away from MP3 muxer code 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 2272ab0e84 avformat/mp3enc: Assert that the header we assembled is valid 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Florent Le Coz 2e0935965b Drop the unofficial extension prefix for MPEG and MPEG-TS formats 10 years ago
Benoit Fouet dc351e1381 id3v2: prefer TDRC for date over TDRL. 10 years ago
Michael Niedermayer 2dbee1a393 avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname instead of randomly truncating 10 years ago
Anton Khirnov ef363ebd59 mp3enc: write full LAME frame 10 years ago
Michael Niedermayer d58fa9482e avformat/mp3enc: use initial_padding 10 years ago
James Almer d3e9bee6f7 lavf/mp3enc: don't abort if audio packets can't be buffered 10 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Florent Le Coz fdcb2873e1 Fix the mime types for MPEG and MPEG-TS formats 11 years ago
Michael Niedermayer fab50573bb avformat/mp3enc: switch to AVFMT_FLAG_BITEXACT 11 years ago
Michael Niedermayer eccec20397 avformat/mp3enc: drop redundant and uninitialized variable 11 years ago
Michael Niedermayer 617a1a98a6 mp3enc: Properly write bitrate value in XING header 11 years ago
Michael Niedermayer d003a0cd2e avformat/mp3enc: use av_copy_packet() 11 years ago
James Darnley 0de03fd6a1 lavf/id3v2enc: use metadata_header_padding 11 years ago
Anton Khirnov 33018907bd mp3enc: allow omitting the id3v2 header with -id3v2_version 0 11 years ago
Anton Khirnov f9cc6883a4 mp3enc: add an option for disabling the Xing frame. 11 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 11 years ago
Vittorio Giovara c0779a67e8 mp3: add .mpa extension 11 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Clément Bœsch 2dd0da787c lavf/mp3enc: make sure the header is valid before writing audio pkt. 12 years ago
Michael Niedermayer cb65b32c97 mp3enc: remove unneeded null ptr check 12 years ago
Michael Niedermayer d31098113f mp3enc: fix signed C99 overflow 12 years ago
Michael Niedermayer 744e4429cf mp3enc: merge mp2/mp3_write_trailer 12 years ago
Michael Niedermayer 197bbcf44c mp3enc: move mp3_update_xing() down 12 years ago
Anton Khirnov 7040c9fac2 mp3enc: write Xing TOC 12 years ago
Clément Bœsch ca8e39dd0d mp3enc: support MPEG-2 and MPEG-2.5 in Xing header. 12 years ago
Reimar Döffinger 6365e4db79 mp3enc: downgrade some errors in writing Xing frame to warnings 12 years ago
Carl Eugen Hoyos 407eeb3474 mp2 muxer: mark as AVFMT_NOTIMESTAMPS. 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 370bb893d2 mp3enc: fix const correctness 12 years ago
Michael Niedermayer bd6ece4609 mp3enc: fix CODEC_ID/CodecID that leaked in from older patch 12 years ago
Michael Niedermayer 7fd467f708 mp3/mp2: identify the video codecs as APIC through query_codec. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer 57d5a224ce mp3enc: add lame tag with start padding info 13 years ago
Clément Bœsch ca297513f0 lavf/mp3enc: support MPEG-2 and MPEG-2.5 sample rates when writing Xing header. 13 years ago
Michael Niedermayer f14f3bae6b mp3enc: avoid ifdef 13 years ago
Tobias Rapp 8da0a6cda1 mp3enc: Fix Xing tag identification string for CBR files 13 years ago
Reimar Döffinger 4c53c66a21 mp3enc: clarify meaning of "Unsupported" messages. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago