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-06-21Merge branch 'master' into oldabiMichael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16Deprecate av_open_input_* and remove their uses.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-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-04-25Merge branch 'master' into oldabiMichael Niedermayer
2011-04-25Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23applehttp: Handle AES-128 encrypted streamsMartin Storsjö
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-13applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08applehttp: don't use deprecated url_ functions.Anton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04applehttp: Merge two for loopsMartin Storsjö
2011-04-04applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö
2011-04-04applehttp: Move finished and target_duration to the variant structMartin Storsjö
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-06applehttp: Handle absolute paths relative to the current serverMartin Storsjö
2011-02-04applehttp: Handle absolute paths relative to the current serverMartin Storsjö
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-24applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-17prevent integer overflow in calculating durationJohn Wimer
2010-10-03applehttp: Add comments to make_absolute_urlMartin Storsjö