98 Commits (d201a0f0f843fc108f5506d82937bb1b4cafb345)

Author SHA1 Message Date
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
Anton Khirnov 2dfea12058 mp3enc: write attached pictures (APIC). 13 years ago
Anton Khirnov c68148b1ea mp3enc: move mp3_write_xing() further up in the file. 13 years ago
Anton Khirnov 411225aabc id3v2enc: split ff_id3v2_write(). 13 years ago
Michael Niedermayer 4dbdd3ec6f mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this function" 13 years ago
Clément Bœsch e1a8164d62 mp3enc: fix playback with mp3 encoded files on some devices. 13 years ago
Paul B Mahol 73ba2c1e62 mp3enc: remove unused variable 13 years ago
Michael Niedermayer 40176fc314 mp3enc: Try to use a matching bitrate in the xing header. 13 years ago
Michael Niedermayer 1fea432b7a mp3enc: simplify mp3_write_xing() 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Tobias Rapp 0f39fa0279 mp3enc: avoid truncating id3v1 tags by one byte 13 years ago
Michael Karcher 16ad77b357 Move id3v2 tag writing to a separate file. 13 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Carl Eugen Hoyos 262ab1c59a Do not assume timestamps for mp2 format. 13 years ago
Diogo Franco f1f298cd32 Do not write ID3v1 tags by default 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov bda168d2b0 mp3enc: write a xing frame containing number of frames in the file 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
Michael Niedermayer c60d2be551 mp3enc:simplify 14 years ago