| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't explicitly initialize networking in the tcp and udp protocols | Martin Storsjö | 2010-03-05 | 2 | -8/+0 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 6 | -24/+30 |
* | Add a function ff_url_join for assembling URLs | Martin Storsjö | 2010-03-05 | 2 | -0/+73 |
* | Always call ff_network_init/ff_network_close when opening protocols | Martin Storsjö | 2010-03-05 | 1 | -2/+14 |
* | Fix memory leak in NUT muxer | Vitor Sessak | 2010-03-05 | 1 | -1/+3 |
* | Return from rtp_read when select returns an error | Martin Storsjö | 2010-03-05 | 1 | -0/+2 |
* | oggdec: Parse theora headers since ogg might not mark keyframes | David Conrad | 2010-03-05 | 1 | -0/+1 |
* | Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech... | Martin Storsjö | 2010-03-04 | 1 | -1/+6 |
* | handle errors reported by av_get_packet() in Bink demuxer | Peter Ross | 2010-03-04 | 1 | -2/+1 |
* | Guard against invalid memory read | Peter Ross | 2010-03-04 | 1 | -1/+3 |
* | Ensure that we write clusters and blocks with known size when streaming | David Conrad | 2010-03-04 | 1 | -11/+40 |
* | Fix indentation | David Conrad | 2010-03-04 | 1 | -7/+7 |
* | Simplify starting and ending clusters | David Conrad | 2010-03-04 | 1 | -14/+9 |
* | Write the first seekhead if writing to a stream, we won't be able to seek | David Conrad | 2010-03-04 | 1 | -4/+11 |
* | Attempt seeking to write EBML master sizes even if streamed | David Conrad | 2010-03-04 | 1 | -4/+1 |
* | matroskaenc: use "title" tag instead of "description" in track title. | Anton Khirnov | 2010-03-03 | 1 | -1/+1 |
* | matroskadec: cosmetic indentation | Aurelien Jacobs | 2010-03-03 | 1 | -1/+1 |
* | matroskadec: timestamps are dts and not pts in ms vfw compatibility mode | Joakim Plate | 2010-03-03 | 1 | -0/+5 |
* | Properly pad H.264 extradata when taken from fmtp SDP attributes | Martin Storsjö | 2010-03-03 | 1 | -1/+5 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 4 | -0/+14 |
* | Plug memory leak in NSV demuxer. | Jai Menon | 2010-03-03 | 1 | -0/+4 |
* | Support demuxing of streamed Bink files | Peter Ross | 2010-03-03 | 1 | -6/+8 |
* | Plug memory leak for truncated files | Vitor Sessak | 2010-03-02 | 1 | -4/+4 |
* | Plug some memory leaks for truncated files | Vitor Sessak | 2010-03-02 | 1 | -5/+8 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 2 | -2/+0 |
* | nutdec: make chapter start and length uint64_t to prevent overflows. | Anton Khirnov | 2010-03-01 | 1 | -2/+2 |
* | Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of | Reimar Döffinger | 2010-02-28 | 1 | -0/+1 |
* | Make our getaddrinfo implementation initialize "struct addrinfo" return | Reimar Döffinger | 2010-02-28 | 1 | -0/+1 |
* | Plug some memory leaks in NUT muxer and demuxer | Vitor Sessak | 2010-02-28 | 2 | -0/+7 |
* | Print chapter info in dump_format(). | Anton Khirnov | 2010-02-28 | 1 | -0/+8 |
* | Many mp3s seem to contain padding after id3 tags that is not considered in the | Michael Niedermayer | 2010-02-28 | 1 | -1/+3 |
* | Rename RTP depacketizer files from rtp_* to rtpdec_* | Martin Storsjö | 2010-02-28 | 9 | -23/+23 |
* | Include rtpdec.h, it contains prototypes for the following functions: | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Include avc.h from avc.c: It contains several prototypes. | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Make mp4_read_descr static: It is only used inside libavformat/mov.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Include apetag.h which contains the prototype for ff_ape_parse_tag(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer | Martin Storsjö | 2010-02-26 | 1 | -2/+6 |
* | asfenc: write tags in proper UTF-16. | Anton Khirnov | 2010-02-25 | 1 | -17/+59 |
* | asfenc: simplify writing of comment header. | Anton Khirnov | 2010-02-25 | 1 | -15/+12 |
* | asfdec: don't strip the "WM/" prefix, this should be done during conversion. | Anton Khirnov | 2010-02-25 | 1 | -2/+0 |
* | asf: indent. | Benoit Fouet | 2010-02-25 | 1 | -5/+5 |
* | asf: add more entries to metadata conv table. | Benoit Fouet | 2010-02-25 | 1 | -0/+12 |
* | Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our | Anton Khirnov | 2010-02-24 | 1 | -6/+10 |
* | Don't add WM prefixes to all written ASF tags. | Anton Khirnov | 2010-02-24 | 2 | -7/+4 |
* | Eliminate put_str16(). | Anton Khirnov | 2010-02-24 | 1 | -9/+5 |
* | Mention that metadata tags are (unvalidated) UTF-8. | Anton Khirnov | 2010-02-24 | 1 | -1/+3 |
* | low-complexity Bink file seeking | Peter Ross | 2010-02-24 | 1 | -0/+15 |
* | set AVINDEX_KEYFRAME correctly for bink | Peter Ross | 2010-02-24 | 1 | -8/+10 |
* | Correctly increment continuity_counter in PCR packets. | Yann Coupin | 2010-02-24 | 1 | -4/+4 |
* | asfdec: skip byte array tags. | Benoit Fouet | 2010-02-24 | 1 | -2/+2 |