summaryrefslogtreecommitdiffstats
path: root/libavformat/applehttp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-191-1/+2
|\
| * applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris2011-11-181-1/+9
* | cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-161-1/+1
* | Fix seeking when using Apple HTTP Live StreamingPanagiotis H.M. Issaris2011-11-151-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-6/+13
|\ \ | |/
| * avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-131-1/+2
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-3/+3
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-3/+6
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-2/+2
|\ \ | |/
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-1/+1
|\ \ | |/
| * applehttp: fix variant discard logicLuca Barbato2011-08-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+8
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-2/+7
|\ \ | |/
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-1/+0
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-251-1/+3
|\ \ | |/
| * applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-241-1/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-3/+105
|\ \ | |/
| * applehttp: Handle AES-128 encrypted streamsMartin Storsjö2011-04-231-3/+105
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-0/+3
|\ \ | |/
| * applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-211-0/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-2/+2
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-4/+7
|\ \ | |/
| * applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-131-4/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-8/+8
|\ \ | |/
| * applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-081-8/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-2/+3
|\ \ | |/
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+1
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-180/+187
|\ \ | |/
| * applehttp: Merge two for loopsMartin Storsjö2011-04-041-10/+7
| * applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-041-166/+166
| * applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-041-15/+25
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-1/+2
|\ \ | |/
| * applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö2011-03-211-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-54/+3
|\ \ | |/
| * lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-53/+2
| * applehttp: Fix a typo in a commentMartin Storsjö2011-03-171-1/+1
OpenPOWER on IntegriCloud