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
2012-01-09Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2012-01-08Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2012-01-06avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for th...Nathan Caldwell
2011-11-19lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-09-07Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-09-07Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-21Merge branch 'master' into oldabiMichael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16ffserver: use new avformat_open_* API.Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16Merge branch 'master' into oldabiMichael Niedermayer
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams
2011-05-26ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams
2011-05-21ffserver: dont just crashMike William
2011-05-21fix ffserver's SIGSEGVMaksym Veremeyenko
2011-05-15Merge branch 'master' into oldabiMichael Niedermayer
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-02Merge commit 'd7e5aeb' into oldabiMichael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-25Merge branch 'master' into oldabiMichael Niedermayer
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: deprecate url_open_bufAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö