| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
| * | mmst: fix reading uninitialized data for ping packets. | Ronald S. Bultje | 2011-02-14 | 1 | -2/+1 |
| * | mmst: print packet type with error status code message | Francesco Cosoleto | 2011-02-13 | 1 | -1/+1 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -10/+10 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-21 | 1 | -2/+1 |
* | | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -1/+2 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | | mmst: fix reading uninitialized data for ping packets. | Ronald S. Bultje | 2011-02-14 | 1 | -2/+1 |
* | | mmst: print packet type with error status code message | Francesco Cosoleto | 2011-02-14 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -10/+10 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-23 | 1 | -2/+1 |
|/ |
|
* | Set proper error if server flags indicate that it doesn't support mmst. This | qrtt1 | 2010-10-05 | 1 | -1/+5 |
* | Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically | Ronald S. Bultje | 2010-08-13 | 1 | -0/+1 |
* | Fix wrong command prefix for timing test in MMST protocol. | Zhentan Feng | 2010-08-13 | 1 | -1/+1 |
* | Move functions and structs shared between MMSH and MMST into their own file, | Zhentan Feng | 2010-08-11 | 1 | -119/+5 |
* | Extract fields that are to be shared between MMST/MMSH into a common struct, | Zhentan Feng | 2010-08-11 | 1 | -84/+97 |
* | Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet. | Ronald S. Bultje | 2010-08-11 | 1 | -1/+1 |
* | Move read_mms_packet() code to be inlined in the calling function. | Zhentan Feng | 2010-08-04 | 1 | -50/+43 |
* | Remove is_playing variable. | Zhentan Feng | 2010-08-04 | 1 | -19/+10 |
* | Move send_media_packet_request() and clear_stream_buffers() up. | Zhentan Feng | 2010-08-04 | 1 | -24/+24 |
* | Reindent after r24516. | Ronald S. Bultje | 2010-07-26 | 1 | -106/+103 |
* | Use inverse error branches, i.e. instead of if(something){success} else {error}, | Ronald S. Bultje | 2010-07-26 | 1 | -30/+30 |
* | Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This | Ronald S. Bultje | 2010-07-26 | 1 | -33/+64 |
* | Allow the ASF header to be transferred split over multiple packets, as some | Zhentan Feng | 2010-07-20 | 1 | -12/+13 |
* | Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is | Zhentan Feng | 2010-07-20 | 1 | -0/+10 |
* | Align outgoing messages to 8 bytes, this is required to interact with | Zhentan Feng | 2010-07-20 | 1 | -4/+3 |
* | Fix a compile warning when compiling with DEBUG=1. The warning was: | Zhentan Feng | 2010-07-20 | 1 | -1/+1 |
* | Check the status code of each server responses, and fail if it indicates | Zhentan Feng | 2010-07-20 | 1 | -0/+6 |
* | Send a time test to the server, as the spec recommends. | Zhentan Feng | 2010-07-20 | 1 | -0/+10 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -1/+1 |
* | Fix missing logging context in a series of dprintf()s. Partially based on | Zhentan Feng | 2010-06-15 | 1 | -4/+4 |
* | MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. | Zhentan Feng | 2010-05-24 | 1 | -0/+690 |