47 Commits (f023d57d355ff3b917f1aad9b03db5c293ec4244)

Author SHA1 Message Date
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
Anton Khirnov ef363ebd59 mp3enc: write full LAME frame 10 years ago
Justin Ruggles f2f2e7627f Check mp3 header before calling avpriv_mpegaudio_decode_header(). 11 years ago
Michael Niedermayer 617a1a98a6 mp3enc: Properly write bitrate value in XING header 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
Vittorio Giovara c0779a67e8 mp3: add .mpa extension 11 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 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
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
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
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 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
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
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov fed5676ffe mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 5a6de4e7e8 mp3enc: write ISO8859-1 instead of UTF-16 when possible 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 22272f61bb mp3enc: support for id3v2.3 tags using a per-muxer AVOption 14 years ago
Anton Khirnov cb6bc57681 id3v2: split tables for various ID3v2 versions 14 years ago
Anton Khirnov 8c3caf7fb1 mp3enc: handle errors in id3v2_put_ttag 14 years ago
Anton Khirnov 187e23478b mp3enc: add support for writing UTF-16 tags 14 years ago
Anton Khirnov d08928bbea Split mp3 demuxer and muxer into separate files. 14 years ago
Michael Niedermayer 7cf0472e6a Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation. 14 years ago
Reimar Döffinger b72daad062 Remove hack in MP3 probe that was meant as a work-around for large 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago