| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix implicit cast warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' | Josh Allmann | 2010-06-25 | 1 | -24/+24 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 5 | -71/+62 |
* | rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler | Josh Allmann | 2010-06-25 | 2 | -76/+83 |
* | RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c | Josh Allmann | 2010-06-25 | 2 | -69/+50 |
* | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann | 2010-06-25 | 5 | -63/+168 |
* | RTSP: Remove skip_spaces in favor of strspn | Josh Allmann | 2010-06-25 | 2 | -25/+14 |
* | avienc : Avoid creating invalid AVI files when muxing subtitle streams | Jai Menon | 2010-06-25 | 1 | -1/+4 |
* | Improve mov atom parsing debug message, print parent atom and size in decimal | Baptiste Coudurier | 2010-06-25 | 1 | -5/+5 |
* | Remove typo: s/ingore/ignore/ | Luca Barbato | 2010-06-24 | 1 | -1/+1 |
* | asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() | Måns Rullgård | 2010-06-24 | 1 | -1/+7 |
* | Correctly return EOF for smacker videos | Alexei Svitkine | 2010-06-24 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-06-23 | 1 | -1/+1 |
* | Add all required includes to avio.h | Martin Storsjö | 2010-06-23 | 1 | -0/+1 |
* | Continue after guids in asf after which other guids are possible instead of s... | Michael Niedermayer | 2010-06-23 | 1 | -0/+2 |
* | Mention how "now" is interpreted in the parse_date() doxy. | Stefano Sabatini | 2010-06-22 | 1 | -1/+2 |
* | Fix date specification accepted by parse_date(). | Stefano Sabatini | 2010-06-22 | 1 | -1/+1 |
* | Make the http protocol open the connection immediately in http_open again | Martin Storsjö | 2010-06-22 | 2 | -35/+9 |
* | Add an AVClass to the HTTPContext | Martin Storsjö | 2010-06-22 | 1 | -1/+12 |
* | Allocate the HTTPContext through URLProtocol.priv_data_size | Martin Storsjö | 2010-06-22 | 1 | -12/+2 |
* | Add priv_data_size and priv_data_class to URLProtocol | Martin Storsjö | 2010-06-22 | 3 | -1/+12 |
* | Split url_open and url_open_protocol into url_alloc and url_connect | Martin Storsjö | 2010-06-22 | 3 | -15/+69 |
* | Add an av_register_protocol2 function that takes a size parameter | Martin Storsjö | 2010-06-22 | 4 | -4/+32 |
* | Fix failure in av_read_frame on timestamp rollover. | Stephen Dredge | 2010-06-22 | 1 | -3/+3 |
* | RTSP: Use the same authentication for the HTTP POST session as for the GET | Martin Storsjö | 2010-06-21 | 1 | -0/+18 |
* | HTTP: Add a method for initializing the authentication state from another con... | Martin Storsjö | 2010-06-21 | 2 | -0/+17 |
* | Reindent | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | HTTP: Compact the code for writing chunked post data | Martin Storsjö | 2010-06-21 | 1 | -6/+3 |
* | HTTP: Get rid of the is_chunked variable, use the chunksize variable instead | Martin Storsjö | 2010-06-21 | 1 | -10/+5 |
* | HTTP: Clarify a comment | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | Reset chunksize back to zero (= no chunked encoding) after each new open | Ronald S. Bultje | 2010-06-20 | 1 | -1/+1 |
* | Use url_write(), not http_write(), for sending the HTTP headers. This prevents | Ronald S. Bultje | 2010-06-20 | 1 | -2/+1 |
* | Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5), | Carl Eugen Hoyos | 2010-06-20 | 1 | -0/+3 |
* | 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 |