2010-06-28 |
Josh Allmann | rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Malloc the fmtp value buffer
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | Reindent
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | Reindent
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Return ENOMEM if H.264 RTP fails to allocate...
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Add generic function for iterating over FMTP...
|
commit | commitdiff | tree |
2010-06-28 |
Josh Allmann | rtpdec: Move space_chars from avformat/internal to...
|
commit | commitdiff | tree |
2010-06-28 |
Eli Friedman | Fix an "assignment from incompatible pointer type"...
|
commit | commitdiff | tree |
2010-06-28 |
Eli Friedman | Add patcheck checks for assignments that look like...
|
commit | commitdiff | tree |
2010-06-27 |
Eli Friedman | Add a const declaration, fixing a warning
|
commit | commitdiff | tree |
2010-06-27 |
Eli Friedman | Fix clang warning, make initialization more readable
|
commit | commitdiff | tree |
2010-06-27 |
Eli Friedman | Remove an unused label, fixing a warning
|
commit | commitdiff | tree |
2010-06-27 |
Eli Friedman | Add proper const declaration to a cast, fixes a warning
|
commit | commitdiff | tree |
2010-06-27 |
James Darnley | Fix libvorbis encoding with more than 2 channels
|
commit | commitdiff | tree |
2010-06-27 |
Eli Friedman | Fix implicit cast warning
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | rtpdec_mpeg4: Rename PayloadContext to be consistently...
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | rtpdec: Move AAC depacketization code in rtpdec to...
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
|
commit | commitdiff | tree |
2010-06-25 |
Josh Allmann | RTSP: Remove skip_spaces in favor of strspn
|
commit | commitdiff | tree |
2010-06-24 |
Alexei Svitkine | Correctly return EOF for smacker videos
|
commit | commitdiff | tree |
2010-06-24 |
Francesco Lavra | Fix dependencies for the ra_144 encoder
|
commit | commitdiff | tree |
2010-06-23 |
Martin Storsjö | Reindent
|
commit | commitdiff | tree |
2010-06-23 |
Martin Storsjö | Add all required includes to avio.h
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Make the http protocol open the connection immediately...
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add an AVClass to the HTTPContext
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Allocate the HTTPContext through URLProtocol.priv_data_size
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for priv_data_size and priv_data_class
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add priv_data_size and priv_data_class to URLProtocol
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for url_alloc() and url_connect()
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Split url_open and url_open_protocol into url_alloc...
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for av_register_protocol2
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Add an av_register_protocol2 function that takes a...
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | Bump micro version, add changelog entry for DTS-ES...
|
commit | commitdiff | tree |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
|
commit | commitdiff | tree |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: add code to...
|
commit | commitdiff | tree |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: update and add...
|
commit | commitdiff | tree |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: move original...
|
commit | commitdiff | tree |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: move subband_samples...
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | libvorbis: Only drop 1-byte packets at end of stream
|
commit | commitdiff | tree |
2010-06-22 |
Martin Storsjö | ffserver: Use avcodec_copy_context instead of manually...
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | RTSP: Use the same authentication for the HTTP POST...
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | HTTP: Add a method for initializing the authentication...
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | Reindent
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | HTTP: Compact the code for writing chunked post data
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | HTTP: Get rid of the is_chunked variable, use the chunksize...
|
commit | commitdiff | tree |
2010-06-21 |
Martin Storsjö | HTTP: Clarify a comment
|
commit | commitdiff | tree |
2010-06-19 |
Martin Storsjö | RTSP: Add the auth credentials to the HTTP tunnel URL...
|
commit | commitdiff | tree |
2010-06-19 |
Martin Storsjö | ff_url_join: Don't add any at-char if the auth is an...
|
commit | commitdiff | tree |
2010-06-19 |
Martin Storsjö | RTSP: Set the connection handles to null after closing...
|
commit | commitdiff | tree |
2010-06-19 |
Josh Allmann | RTSP: Don't store the connection handles in local variables
|
commit | commitdiff | tree |
2010-06-18 |
Martin Storsjö | RTSP: Clean up rtsp_hd on failure
|
commit | commitdiff | tree |
2010-06-18 |
Martin Storsjö | RTMP: Return from rtmp_read as soon as some data is...
|
commit | commitdiff | tree |
2010-06-17 |
Martin Storsjö | Add the necessary includes, add an extra empty line...
|
commit | commitdiff | tree |
2010-06-16 |
Martin Storsjö | libvorbis: Use memmove instead of memcpy for shifting...
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | nellymoserdec: Increase the log level of messages when...
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | Reindent
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | nellymoserdec: Simplify calculation of numbers of blocks
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | Reindent
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | nellymoserdec: Allow using unusual input block sizes
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | Cosmetics: Change connexion to connection in code comments
|
commit | commitdiff | tree |
2010-06-14 |
Martin Storsjö | Fix compilation on windows CE
|
commit | commitdiff | tree |
2010-06-14 |
Josh Allmann | RTSP: Shrink SDP fmtp parsing buffer size
|
commit | commitdiff | tree |
2010-06-14 |
Josh Allmann | Reindent
|
commit | commitdiff | tree |
2010-06-09 |
Martin Storsjö | Make sure the http protocol handler returns errors...
|
commit | commitdiff | tree |
2010-06-09 |
Martin Storsjö | Initialize the http connection in http_seek, too
|
commit | commitdiff | tree |
2010-06-08 |
Josh Allmann | Add RTSP tunneling over HTTP
|
commit | commitdiff | tree |
2010-06-08 |
Martin Storsjö | Make the RTSP muxer use rtsp_hd_out, for consistency
|
commit | commitdiff | tree |
2010-06-08 |
Martin Storsjö | Reindent
|
commit | commitdiff | tree |
2010-06-08 |
Josh Allmann | Add support for disabling chunked transfer encoding...
|
commit | commitdiff | tree |
2010-06-08 |
Martin Storsjö | Fix handling of errors in the http protocol
|
commit | commitdiff | tree |
2010-06-08 |
Martin Storsjö | Fix bugs in the http custom header handling
|
commit | commitdiff | tree |
2010-06-08 |
Josh Allmann | Add the capability to write custom HTTP headers
|
commit | commitdiff | tree |
2010-06-08 |
Josh Allmann | Modify the behaviour of http_open to implicitly delay...
|
commit | commitdiff | tree |
2010-06-08 |
Martin Storsjö | libvpx: Set the libvpx frame dropping threshold to...
|
commit | commitdiff | tree |
2010-06-08 |
James Zern | libvpx: Don't use the VPX_KF_FIXED mode
|
commit | commitdiff | tree |
2010-06-05 |
Rodney Baker | Improve grammar and readability
|
commit | commitdiff | tree |
2010-06-05 |
Martin Storsjö | Cosmetics: Reindent/align/wrap
|
commit | commitdiff | tree |
2010-06-05 |
Josh Allmann | RTSP: Propagate errors up from ff_rtsp_send_cmd*
|
commit | commitdiff | tree |
2010-06-05 |
Martin Storsjö | Remove unused local variables
|
commit | commitdiff | tree |
2010-06-05 |
Josh Allmann | RTSP: Add a second URLContext for outgoing messages
|
commit | commitdiff | tree |
2010-06-04 |
Anton Khirnov | metadata: mention how to remove tags.
|
commit | commitdiff | tree |
2010-06-04 |
Anton Khirnov | reindent after previous commit.
|
commit | commitdiff | tree |
2010-06-04 |
Anton Khirnov | metadata: make conversion to the same format a noop.
|
commit | commitdiff | tree |
2010-06-04 |
Martin Storsjö | rtspenc: Write the interleaving header in the same...
|
commit | commitdiff | tree |
2010-06-04 |
Martin Storsjö | http: Set http_code to 200 when doing a POST
|
commit | commitdiff | tree |
2010-06-03 |
Martin Storsjö | ffserver: Calculate cur_pts using first_pts as origin...
|
commit | commitdiff | tree |
2010-06-03 |
Martin Storsjö | httpauth: Fix the length passed to av_strlcat
|
commit | commitdiff | tree |
2010-06-02 |
Martin Storsjö | ffserver: Allow floating point audio bit rates
|
commit | commitdiff | tree |
2010-06-01 |
Martin Storsjö | Declare the url_write buffer parameter as const
|
commit | commitdiff | tree |
2010-05-25 |
Martin Storsjö | ffserver: Send a Content-Base header in the reply to...
|
commit | commitdiff | tree |
2010-05-25 |
Martin Storsjö | Cosmetics: reindent after the previous commit
|
commit | commitdiff | tree |
2010-05-25 |
Martin Storsjö | api-example: Try to avoid decoding incomplete frames
|
commit | commitdiff | tree |
2010-05-25 |
Martin Storsjö | Look for libvpx headers in the vpx subdirectory in...
|
commit | commitdiff | tree |
2010-05-25 |
Martin Storsjö | Fix VP8 listing in general.texi
|
commit | commitdiff | tree |
2010-05-24 |
Martin Storsjö | ffserver: Fix one of the codec parameter checks
|
commit | commitdiff | tree |
2010-05-24 |
Martin Storsjö | ffserver: Fix streaming with more than one stream
|
commit | commitdiff | tree |
next |