32 Commits (840238b8706ea2ca740cf4b49bffd8ae196352f9)

Author SHA1 Message Date
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
Michael Niedermayer e1e8a8ded4 mp3enc:better variable name for the frames field file postion. 14 years ago
Michael Niedermayer 4382bc2ceb mp3enc: drop nested structs 14 years ago
Michael Niedermayer f2a90c3b34 mp3enc:use FFMIN() 14 years ago
Michael Niedermayer 01be9331c7 mp3enc:Drop unneeded floating point math. 14 years ago
Michael Niedermayer ec9a5deb20 mp3enc: drop sum and count bytes instead of bitrates from decoded headers. 14 years ago
Michael Niedermayer 7d62475656 mp3enc: remove unneeded ifdef 14 years ago
Michael Niedermayer 173c975ead mp3enc: remove unneeded static const variables. 14 years ago
Peter Belkner d62bf5d4e7 mp3enc: mux a XING header 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 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 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 4a3556542d mp3enc: write ISO8859-1 instead of UTF-16 when possible 14 years ago
Anton Khirnov 5a6de4e7e8 mp3enc: write ISO8859-1 instead of UTF-16 when possible 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 5b7e7544e1 mp3enc: support for id3v2.3 tags using a per-muxer AVOption 14 years ago
Anton Khirnov fe01dd8d74 id3v2: split tables for various ID3v2 versions 14 years ago
Anton Khirnov 5052830fec mp3enc: handle errors in id3v2_put_ttag 14 years ago
Anton Khirnov b6125545da mp3enc: add support for writing UTF-16 tags 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 baa69f8a84 Split mp3 demuxer and muxer into separate files. 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
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Alexander Kojevnikov 2a758efe31 Make frames unsigned. 15 years ago
Alexander Kojevnikov 49d7ef282d Show correct bitrate for VBR MP3 files. 15 years ago
James Darnley 90d9d97d4d Fix ID3v1 tags in mp3 files 15 years ago