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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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ö
2010-10-03applehttp: Handle a .. path segment in the base urlMartin Storsjö
2010-10-03ReindentMartin Storsjö
2010-10-03applehttp: Allow the base url to be a local file name, tooMartin Storsjö
2010-08-19applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård
2010-08-19Add Apple HTTP Live Streaming demuxerMartin Storsjö