| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets | Martin Storsjö | 2010-10-08 | 1 | -2/+6 |
* | rtpdec: Store the previous return value for mpegts when it was -1, too | Martin Storsjö | 2010-10-08 | 1 | -1/+3 |
* | rtpdec: Keep track of the previous return value from rtp_parse_packet_interna... | Robert Schlabbach | 2010-10-08 | 1 | -0/+2 |
* | In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub... | Baptiste Coudurier | 2010-10-07 | 1 | -1/+1 |
* | In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ... | Reuben Martin | 2010-10-07 | 1 | -0/+1 |
* | In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g... | Reuben Martin | 2010-10-07 | 1 | -1/+2 |
* | remove useless local variable | Aurelien Jacobs | 2010-10-07 | 1 | -3/+2 |
* | remove useless local allocated start_time array | Aurelien Jacobs | 2010-10-07 | 1 | -14/+7 |
* | Reindent | Martin Storsjö | 2010-10-07 | 1 | -7/+7 |
* | sdp: Don't require the explicit ?multicast option | Martin Storsjö | 2010-10-07 | 1 | -10/+17 |
* | Convert ff_is_multicast_address to take a struct sockaddr parameter | Martin Storsjö | 2010-10-07 | 2 | -4/+4 |
* | Share the is_multicast_address function | Martin Storsjö | 2010-10-07 | 2 | -15/+15 |
* | Move multicast address identification fallback macros to network.h from udp.c | Martin Storsjö | 2010-10-07 | 2 | -6/+7 |
* | Warn if muxing mpeg ps is attempted without a VBV buffer size. | Michael Niedermayer | 2010-10-07 | 1 | -1/+3 |
* | Init SCR in mpeg muxer based on first DTS. | Michael Niedermayer | 2010-10-07 | 1 | -0/+2 |
* | properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR | Aurelien Jacobs | 2010-10-06 | 2 | -7/+8 |
* | add new streams API without MAX_STREAMS limit | Aurelien Jacobs | 2010-10-06 | 2 | -0/+14 |
* | dynamically use nb_streams instead of static use of MAX_STREAMS | Aurelien Jacobs | 2010-10-06 | 1 | -8/+33 |
* | document the fact that av_new_stream() can't be called in a background thread | Aurelien Jacobs | 2010-10-06 | 1 | -1/+2 |
* | Move handling of ID3v2 to common utils.c code, reducing code duplication | Reimar Döffinger | 2010-10-06 | 6 | -63/+19 |
* | Move the definitions of AVSEEK_SIZE to make it appear before the | Stefano Sabatini | 2010-10-06 | 1 | -7/+7 |
* | rtpdec: Handle RTP header extension | Robert Schlabbach | 2010-10-06 | 1 | -0/+17 |
* | Add RTP depacketization of the X-QT QuickTime format | Martin Storsjö | 2010-10-06 | 5 | -1/+266 |
* | Remove unused variable. | Carl Eugen Hoyos | 2010-10-06 | 1 | -1/+0 |
* | Use retry_transfer_wrapper() in url_write() as its callers do not expect it t... | Michael Niedermayer | 2010-10-06 | 1 | -2/+2 |
* | Factor retry_transfer_wrapper() out of url_read_complete() | Michael Niedermayer | 2010-10-06 | 1 | -2/+8 |
* | movdec: Free the previous extradata | Martin Storsjö | 2010-10-05 | 1 | -0/+1 |
* | movdec: Split out ff_mov_read_stsd | Martin Storsjö | 2010-10-05 | 2 | -7/+15 |
* | vorbiscomment: add DISCNUMBER to the metadata conv table | Anton Khirnov | 2010-10-05 | 1 | -0/+1 |
* | rtsp/sdp: Move code into correct ifdefs | Martin Storsjö | 2010-10-05 | 1 | -81/+87 |
* | find_info_tag: Make sure the output buffer is null terminated | Martin Storsjö | 2010-10-05 | 1 | -1/+1 |
* | udp: Define _DARWIN_C_SOURCE | Martin Storsjö | 2010-10-05 | 1 | -0/+1 |
* | udp: Return the actual error code on errors, instead of AVERROR(EIO) | Martin Storsjö | 2010-10-05 | 1 | -1/+1 |
* | Set proper error if server flags indicate that it doesn't support mmst. This | qrtt1 | 2010-10-05 | 1 | -1/+5 |
* | Cosmetics, lots of. | Tobias Bindhammer | 2010-10-05 | 1 | -7/+10 |
* | Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs. | Diego Biurrun | 2010-10-05 | 1 | -4/+0 |
* | Add some #endif comments to ease understanding. | Diego Biurrun | 2010-10-05 | 1 | -2/+2 |
* | matroskaenc: write metadata | Anton Khirnov | 2010-10-05 | 1 | -0/+99 |
* | xdcam hd422 720p24 fourcc in mov | Baptiste Coudurier | 2010-10-04 | 1 | -0/+1 |
* | mms: remove dependency on MAX_STREAM API | Aurelien Jacobs | 2010-10-04 | 1 | -1/+7 |
* | rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag | Martin Storsjö | 2010-10-03 | 1 | -3/+0 |
* | rtsp: In the muxer, show the generated with verbose log level | Martin Storsjö | 2010-10-03 | 1 | -1/+1 |
* | rtsp: Show the received SDP | Martin Storsjö | 2010-10-03 | 1 | -0/+1 |
* | Add the CODEC_CAP_CHANNEL_CONF capability code and add | Benjamin Larsson | 2010-10-02 | 1 | -1/+10 |
* | applehttp: Add comments to make_absolute_url | Martin Storsjö | 2010-10-02 | 1 | -0/+4 |
* | applehttp: Handle a .. path segment in the base url | Martin Storsjö | 2010-10-02 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-10-02 | 1 | -6/+6 |
* | applehttp: Allow the base url to be a local file name, too | Martin Storsjö | 2010-10-02 | 1 | -4/+6 |
* | Document url_get_filename(). | Stefano Sabatini | 2010-10-02 | 1 | -0/+6 |