| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: simplify format_child_class_next() | Luca Barbato | 2011-11-14 | 1 | -14/+17 |
* | lavf: pass options from AVFormatContext to avio. | Anton Khirnov | 2011-11-13 | 2 | -6/+17 |
* | avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards | Martin Storsjö | 2011-11-13 | 5 | -8/+14 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 5 | -3/+83 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 18 | -38/+98 |
* | avio: add and use ffurl_protocol_next(). | Anton Khirnov | 2011-11-13 | 2 | -8/+18 |
* | avformat: Pass the interrupt callback on to chained muxers/demuxers | Martin Storsjö | 2011-11-13 | 2 | -0/+3 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 18 | -40/+67 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 8 | -10/+13 |
* | avio: Add an internal utility function for checking the new interrupt callback | Martin Storsjö | 2011-11-13 | 2 | -0/+14 |
* | avio: Add AVIOInterruptCB | Martin Storsjö | 2011-11-13 | 3 | -0/+29 |
* | VBLE Decoder | Derek Buitenhuis | 2011-11-11 | 1 | -0/+1 |
* | vqf/twinvq: pass vqf COMM chunk info in extradata | Justin Ruggles | 2011-11-11 | 1 | -3/+11 |
* | vqf: do not set bits_per_coded_sample for TwinVQ. | Justin Ruggles | 2011-11-11 | 1 | -1/+0 |
* | rtpdec: Simplify finalize_packet | John Brooks | 2011-11-11 | 1 | -3/+5 |
* | http: Handle proxy authentication | Martin Storsjö | 2011-11-11 | 2 | -24/+53 |
* | http: Print an error message for Authorization Required, too | Martin Storsjö | 2011-11-11 | 1 | -1/+2 |
* | AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) | Mike Melanson | 2011-11-11 | 1 | -0/+1 |
* | tls: Use the URLContext as logging context | Martin Storsjö | 2011-11-10 | 1 | -5/+5 |
* | http: Don't add a Range: bytes=0- header for POST | Martin Storsjö | 2011-11-10 | 1 | -1/+1 |
* | http: Change the chunksize AVOption into chunked_post | Martin Storsjö | 2011-11-10 | 2 | -5/+6 |
* | http: Add encoding/decoding flags to the AVOptions | Anton Khirnov | 2011-11-10 | 1 | -2/+4 |
* | crypto: add decoding flag to options. | Anton Khirnov | 2011-11-10 | 1 | -2/+3 |
* | tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK | Anton Khirnov | 2011-11-10 | 1 | -1/+1 |
* | http: use different classes for http and https. | Anton Khirnov | 2011-11-10 | 1 | -7/+11 |
* | http: Change an error log message to a warning | Martin Storsjö | 2011-11-10 | 1 | -1/+1 |
* | http: Remove the now unused ff_http_set_headers custom function | Martin Storsjö | 2011-11-10 | 2 | -26/+0 |
* | mms: Set http custom headers via the AVOption | Martin Storsjö | 2011-11-10 | 1 | -2/+3 |
* | rtsp: Set http custom headers via the AVOption | Martin Storsjö | 2011-11-10 | 1 | -2/+2 |
* | http: Make custom headers settable via an AVOption | Martin Storsjö | 2011-11-10 | 1 | -7/+14 |
* | crypto: Don't manually free memory allocated via AVOptions | Martin Storsjö | 2011-11-10 | 1 | -6/+1 |
* | avio: Free URLContext private data allocated via AVOptions | Martin Storsjö | 2011-11-10 | 1 | -1/+4 |
* | avc: fix memory errors when encoding invalid h264 codecdata | John Brooks | 2011-11-09 | 1 | -11/+18 |
* | avcodec: add support for planar signed 8-bit PCM. | Justin Ruggles | 2011-11-09 | 1 | -1/+1 |
* | udp: Allow specifying the local IP address | Martin Storsjö | 2011-11-09 | 1 | -5/+10 |
* | lavf: don't leak corrupted packets | Andrey Utkin | 2011-11-09 | 1 | -0/+1 |
* | tls: Use ERR_get_error() in do_tls_poll | Martin Storsjö | 2011-11-08 | 1 | -1/+1 |
* | mxfdec: Fix comparison of unsigned expression < 0. | Alex Converse | 2011-11-08 | 1 | -1/+1 |
* | mpegts: set stream id on just created stream, not an unrelated variable | Anton Khirnov | 2011-11-08 | 1 | -1/+1 |
* | lavf: expand doxy for some AVFormatContext fields. | Anton Khirnov | 2011-11-08 | 1 | -5/+44 |
* | avformat: Avoid a warning about mixed declarations and code | Martin Storsjö | 2011-11-08 | 1 | -1/+1 |
* | BMV demuxer and decoder | Kostya Shishkov | 2011-11-08 | 4 | -1/+139 |
* | matroskaenc: Make sure the seekhead struct is freed even on seek failure | Martin Storsjö | 2011-11-07 | 1 | -3/+7 |
* | avformat: Warn about using network functions without calling avformat_network... | Martin Storsjö | 2011-11-07 | 3 | -0/+9 |
* | avformat: Revise wording | Martin Storsjö | 2011-11-07 | 1 | -2/+2 |
* | rdt: Set AVFMT_NOFILE on ff_rdt_demuxer | Martin Storsjö | 2011-11-07 | 1 | -0/+1 |
* | rdt: Check the return value of avformat_open | Martin Storsjö | 2011-11-07 | 1 | -1/+5 |
* | rtsp: Discard the dynamic handler, if it has an alloc function which failed | Martin Storsjö | 2011-11-07 | 1 | -1/+4 |
* | lavf: don't return from void av_update_cur_dts() | Anton Khirnov | 2011-11-06 | 1 | -1/+1 |
* | openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0 | Martin Storsjö | 2011-11-06 | 1 | -2/+2 |