OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / applehttp.c
2011-08-04 Luca Barbatoapplehttp: fix variant discard logic
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-24 Martin Storsjöapplehttp: Don't export variant_bitrate if it isn't...
2011-04-22 Martin Storsjöapplehttp: Handle AES-128 encrypted streams
2011-04-21 Martin Storsjöapplehttp: Expose the stream bitrate via metadata
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-13 Martin Storsjöapplehttp: Only check the discard flags if v->ctx actua...
2011-04-08 Anton Khirnovapplehttp: don't use deprecated url_ functions.
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Martin Storsjöapplehttp: Merge two for loops
2011-04-04 Martin Storsjöapplehttp: Restructure the demuxer to use a custom...
2011-04-04 Martin Storsjöapplehttp: Move finished and target_duration to the...
2011-03-21 Martin Storsjöapplehttp: Change the variable for stream position...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Martin Storsjölavf: Make make_absolute_url a lavf internal function
2011-03-17 Martin Storsjöapplehttp: Fix a typo in a comment
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-04 Martin Storsjöapplehttp: Handle absolute paths relative to the curren...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-24 Martin Storsjöapplehttp: Fix the key check in handle_variant_args
2011-01-17 John Wimerprevent integer overflow in calculating duration
2010-10-02 Martin Storsjöapplehttp: Add comments to make_absolute_url
2010-10-02 Martin Storsjöapplehttp: Handle a .. path segment in the base url
2010-10-02 Martin StorsjöReindent
2010-10-02 Martin Storsjöapplehttp: Allow the base url to be a local file name...
2010-08-19 Måns Rullgårdapplehttp: define _XOPEN_SOURCE=600 as required for...
2010-08-19 Martin StorsjöAdd Apple HTTP Live Streaming demuxer