| Commit message (Expand) | Author | Age | Files | Lines |
* | RTSP: Add the auth credentials to the HTTP tunnel URL, too | Martin Storsjö | 2010-06-19 | 1 | -1/+1 |
* | ff_url_join: Don't add any at-char if the auth is an empty string | Martin Storsjö | 2010-06-19 | 2 | -2/+3 |
* | RTSP: Set the connection handles to null after closing them | Martin Storsjö | 2010-06-19 | 1 | -0/+1 |
* | RTSP: Don't store the connection handles in local variables | Josh Allmann | 2010-06-19 | 1 | -14/+9 |
* | Improve h263_probe() | Michael Niedermayer | 2010-06-18 | 1 | -0/+8 |
* | RTSP: Clean up rtsp_hd on failure | Martin Storsjö | 2010-06-18 | 1 | -0/+2 |
* | RTMP: Return from rtmp_read as soon as some data is available | Martin Storsjö | 2010-06-18 | 1 | -0/+1 |
* | Add IEC958 data_types for Atrac* and WMA Pro. | Carl Eugen Hoyos | 2010-06-18 | 1 | -0/+4 |
* | Add metadata support. Patch by Michael Karcher. | Michael Karcher | 2010-06-17 | 2 | -26/+25 |
* | Simplify (no need to check for st->codec->extradata) and correct | Luca Abeni | 2010-06-17 | 1 | -2/+1 |
* | Add the necessary includes, add an extra empty line for cosmetics | Martin Storsjö | 2010-06-17 | 1 | -0/+3 |
* | Marking what should be removed in relation to MAX_STREAMS. | Michael Niedermayer | 2010-06-16 | 1 | -2/+0 |
* | If the video stream is H.264 with MP4 syntax, store the NAL lenght size in | Luca Abeni | 2010-06-16 | 2 | -0/+13 |
* | matroskadec : propagate AVERROR to the caller | Aurelien Jacobs | 2010-06-15 | 1 | -3/+3 |
* | Fix missing logging context in a series of dprintf()s. Partially based on | Zhentan Feng | 2010-06-15 | 1 | -4/+4 |
* | Add compatibility wrappers for functions moved from lavf to lavc | Måns Rullgård | 2010-06-15 | 1 | -1/+31 |
* | Support gray16be and rgb48be in mov | Baptiste Coudurier | 2010-06-15 | 2 | -0/+4 |
* | Cosmetics: Change connexion to connection in code comments | Martin Storsjö | 2010-06-14 | 3 | -3/+3 |
* | RTSP: Shrink SDP fmtp parsing buffer size | Josh Allmann | 2010-06-14 | 1 | -4/+3 |
* | Reindent | Josh Allmann | 2010-06-14 | 1 | -7/+7 |
* | output-example: Set sample_fmt to SAMPLE_FMT_S16. | Ramiro Polla | 2010-06-14 | 1 | -0/+1 |
* | matroskadec: fix type of the length field in ebml_read_master() | Aurelien Jacobs | 2010-06-11 | 1 | -2/+2 |
* | matroskadec: cosmetic: indentation | Aurelien Jacobs | 2010-06-11 | 1 | -6/+6 |
* | matroskadec: add support for live broadcast containing unknown size clusters | Aurelien Jacobs | 2010-06-11 | 1 | -1/+5 |
* | matroskadec: simplify parsing of the first cluster | Aurelien Jacobs | 2010-06-11 | 1 | -10/+3 |
* | matroskadec: store the ID of the currently parsed ebml element | Aurelien Jacobs | 2010-06-11 | 1 | -3/+11 |
* | matroskadec: cosmetic: split a line to make it more readable | Aurelien Jacobs | 2010-06-11 | 1 | -1/+3 |
* | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher | 2010-06-11 | 7 | -20/+28 |
* | Fix raw vc1 decoding - this is supposed to break FATE. | Michael Niedermayer | 2010-06-11 | 1 | -0/+1 |
* | Use a bitstream filter for converting the extradata syntax when generating an... | Luca Abeni | 2010-06-11 | 1 | -0/+13 |
* | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun | 2010-06-10 | 1 | -17/+0 |
* | Make sure the http protocol handler returns errors if a delayed open had failed | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Fix printf format warnings | Eli Friedman | 2010-06-09 | 2 | -3/+3 |
* | Initialize the http connection in http_seek, too | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Do not attempt to seek to index for streamed files and if the user explicitly | Reimar Döffinger | 2010-06-08 | 1 | -0/+5 |
* | Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of | Reimar Döffinger | 2010-06-08 | 2 | -1/+3 |
* | Add RTSP tunneling over HTTP | Josh Allmann | 2010-06-08 | 2 | -4/+88 |
* | Make the RTSP muxer use rtsp_hd_out, for consistency | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Add Pictor/PC Paint to image2 muxer/demuxer | Peter Ross | 2010-06-08 | 1 | -0/+1 |
* | Add support for disabling chunked transfer encoding for the http protocol | Josh Allmann | 2010-06-08 | 2 | -5/+25 |
* | Fix handling of errors in the http protocol | Martin Storsjö | 2010-06-08 | 1 | -1/+4 |
* | Fix bugs in the http custom header handling | Martin Storsjö | 2010-06-08 | 1 | -2/+2 |
* | matroska: move LFG state from muxer context to local variable | Måns Rullgård | 2010-06-08 | 1 | -4/+5 |
* | Add the capability to write custom HTTP headers | Josh Allmann | 2010-06-08 | 2 | -10/+88 |
* | Modify the behaviour of http_open to implicitly delay connection establishment | Josh Allmann | 2010-06-08 | 1 | -5/+21 |
* | Added M701 codec_tag for mpeg2video | Tomas Härdin | 2010-06-07 | 1 | -0/+1 |
* | Do not read the RM index when input is streamed (since it requires seeking | Reimar Döffinger | 2010-06-06 | 1 | -1/+2 |
* | Add support to B4BY and R4BY NUT codec tags added in NUT r672. | Stefano Sabatini | 2010-06-06 | 1 | -0/+2 |
* | bgr/rgb444 for nut | Michael Niedermayer | 2010-06-06 | 1 | -0/+4 |