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-04applehttp: fix variant discard logicLuca Barbato
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-24applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö
2011-04-23applehttp: Handle AES-128 encrypted streamsMartin Storsjö
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-13applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö
2011-04-08applehttp: don't use deprecated url_ functions.Anton Khirnov
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-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-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-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
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-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-04applehttp: Handle absolute paths relative to the current serverMartin Storsjö
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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ö