Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-16Do not write ID3v1 tags by defaultDiogo Franco
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-09mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-16mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-06mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-22mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov
2011-01-22id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-22mp3enc: handle errors in id3v2_put_ttagAnton Khirnov
2011-01-22mp3enc: add support for writing UTF-16 tagsAnton Khirnov
2011-01-21Split mp3 demuxer and muxer into separate files.Anton Khirnov