| Commit message (Expand) | Author | Age | Files | Lines |
* | applehttp: fix variant discard logic | Luca Barbato | 2011-08-04 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+7 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -1/+0 |
* | applehttp: Don't export variant_bitrate if it isn't known | Martin Storsjö | 2011-04-24 | 1 | -1/+3 |
* | applehttp: Handle AES-128 encrypted streams | Martin Storsjö | 2011-04-23 | 1 | -3/+105 |
* | applehttp: Expose the stream bitrate via metadata | Martin Storsjö | 2011-04-21 | 1 | -0/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -2/+2 |
* | applehttp: Only check the discard flags if v->ctx actually is initialized | Martin Storsjö | 2011-04-13 | 1 | -4/+7 |
* | applehttp: don't use deprecated url_ functions. | Anton Khirnov | 2011-04-08 | 1 | -8/+8 |
* | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 1 | -0/+1 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
* | applehttp: Merge two for loops | Martin Storsjö | 2011-04-04 | 1 | -10/+7 |
* | applehttp: Restructure the demuxer to use a custom AVIOContext | Martin Storsjö | 2011-04-04 | 1 | -166/+166 |
* | applehttp: Move finished and target_duration to the variant struct | Martin Storsjö | 2011-04-04 | 1 | -15/+25 |
* | applehttp: Change the variable for stream position in seconds into int64_t | Martin Storsjö | 2011-03-21 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: Make make_absolute_url a lavf internal function | Martin Storsjö | 2011-03-17 | 1 | -53/+2 |
* | applehttp: Fix a typo in a comment | Martin Storsjö | 2011-03-17 | 1 | -1/+1 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -8/+8 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -4/+4 |
* | applehttp: Handle absolute paths relative to the current server | Martin Storsjö | 2011-02-04 | 1 | -0/+14 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | applehttp: Fix the key check in handle_variant_args | Martin Storsjö | 2011-01-24 | 1 | -1/+1 |
* | prevent integer overflow in calculating duration | John Wimer | 2011-01-17 | 1 | -1/+1 |
* | applehttp: Add comments to make_absolute_url | Martin Storsjö | 2010-10-02 | 1 | -0/+4 |
* | applehttp: Handle a .. path segment in the base url | Martin Storsjö | 2010-10-02 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-10-02 | 1 | -6/+6 |
* | applehttp: Allow the base url to be a local file name, too | Martin Storsjö | 2010-10-02 | 1 | -4/+6 |
* | applehttp: define _XOPEN_SOURCE=600 as required for usleep() | Måns Rullgård | 2010-08-19 | 1 | -0/+1 |
* | Add Apple HTTP Live Streaming demuxer | Martin Storsjö | 2010-08-19 | 1 | -0/+578 |