| Commit message (Expand) | Author | Age | Files | Lines |
* | reindent | Baptiste Coudurier | 2010-01-18 | 1 | -6/+6 |
* | set average frame rate in mov demuxer | Baptiste Coudurier | 2010-01-18 | 2 | -3/+7 |
* | move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4... | Baptiste Coudurier | 2010-01-18 | 1 | -10/+10 |
* | Rename the RTP muxer sources so that the packetisation functions are in | Luca Abeni | 2010-01-18 | 5 | -4/+4 |
* | Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function | Luca Abeni | 2010-01-18 | 1 | -1/+0 |
* | add uldx fourcc to mpeg4 in riff.c | Ben Littler | 2010-01-18 | 1 | -0/+1 |
* | add vspx fourcc to mpeg4 in riff.c | Ben Littler | 2010-01-17 | 1 | -0/+1 |
* | Use av_match_ext() rather than the deprecated match_ext(), fix | Stefano Sabatini | 2010-01-17 | 2 | -2/+2 |
* | Fix comment typo carefull -> careful | Måns Rullgård | 2010-01-17 | 1 | -1/+1 |
* | Fix indentation after r21257. | Carl Eugen Hoyos | 2010-01-17 | 1 | -8/+8 |
* | Support demuxing of Sony OpenMG files without metadata header. | Michael Karcher | 2010-01-17 | 1 | -1/+8 |
* | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+3 |
* | Support decoding of Avid uncompressed mov files, fixes issue 1685. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Support decoding Avid 1:1x codec, (partially) fixes issue1684. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Latent libavformat version bump and documentation update for Adobe Filmstrip ... | Peter Ross | 2010-01-14 | 1 | -1/+1 |
* | Adobe Filmstrip muxer and demuxer | Peter Ross | 2010-01-14 | 4 | -0/+199 |
* | set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog... | Andrew Wason | 2010-01-14 | 1 | -0/+10 |
* | do not skip mdat data if it's the last atom, avoids one seek | Baptiste Coudurier | 2010-01-13 | 1 | -2/+3 |
* | restore old buffer content when seek failed in http protocol, fix issue #1631 | Baptiste Coudurier | 2010-01-13 | 1 | -0/+7 |
* | revert wrongly commited hunk in r21205 | Baptiste Coudurier | 2010-01-13 | 1 | -20/+1 |
* | remove useless type declarations | Baptiste Coudurier | 2010-01-13 | 1 | -6/+4 |
* | remove useless declarations from mpegts.h | Baptiste Coudurier | 2010-01-13 | 2 | -8/+20 |
* | use codec rc_max_rate if set and warn if bit rate is not set | Baptiste Coudurier | 2010-01-13 | 1 | -1/+10 |
* | Do not split audio frames accross pes packets. | Baptiste Coudurier | 2010-01-13 | 1 | -20/+11 |
* | print more debug info about muxing parameters, patch by Mike Scheutzow, scheu... | Mike Scheutzow | 2010-01-13 | 1 | -3/+6 |
* | update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ... | Mike Scheutzow | 2010-01-13 | 1 | -1/+5 |
* | Insert null packets to keep pcr values correct, patch by Mike Scheutzow, | Mike Scheutzow | 2010-01-13 | 1 | -0/+59 |
* | move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ... | Mike Scheutzow | 2010-01-13 | 1 | -9/+10 |
* | output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat... | Mike Scheutzow | 2010-01-13 | 1 | -0/+3 |
* | fix ts packet header size computation, patch by Niobos, niobos at dest-unreac... | Niobos | 2010-01-13 | 1 | -1/+1 |
* | fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d... | Niobos | 2010-01-13 | 1 | -3/+3 |
* | The RTP muxer does not need rtp_asf.c | Luca Abeni | 2010-01-13 | 1 | -1/+0 |
* | Remove the inclusion of unneeded headers | Luca Abeni | 2010-01-13 | 1 | -2/+0 |
* | Fix issue1658 (trailing space in rtpmap descriptor). | Ronald S. Bultje | 2010-01-13 | 1 | -2/+5 |
* | Check there is a stream before writing header. | Tomas Härdin | 2010-01-13 | 1 | -0/+5 |
* | Reindent after r21166. | Ronald S. Bultje | 2010-01-12 | 1 | -1/+1 |
* | Use chunked encoding for HTTP uploads. Patch by Tomas Härdin | Tomas Härdin | 2010-01-12 | 1 | -2/+35 |
* | Make sure the destination address is written as an IP address in the SDP | Martin Storsjö | 2010-01-12 | 1 | -0/+36 |
* | Correct timestamps inside FLV data received by RTMP. | Sergiy | 2010-01-12 | 1 | -2/+22 |
* | Use old-style RTMP handshake for old servers. | Art Clarke | 2010-01-12 | 1 | -1/+1 |
* | Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss... | Carl Eugen Hoyos | 2010-01-12 | 1 | -0/+5 |
* | Remove the inclusion of unneeded headers | Luca Abeni | 2010-01-11 | 1 | -4/+0 |
* | Provide a fallback for getnameinfo() also. Patch by Martin Storsjö | Martin Storsjö | 2010-01-11 | 2 | -0/+76 |
* | Implement a fallback for struct sockaddr_storage if not available. | Martin Storsjö | 2010-01-11 | 1 | -0/+6 |
* | Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö | Martin Storsjö | 2010-01-11 | 1 | -9/+25 |
* | Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. | Martin Storsjö | 2010-01-11 | 1 | -1/+2 |
* | Provide fallback implementations of getaddrinfo() and freeaddrinfo(). | Martin Storsjö | 2010-01-11 | 2 | -0/+108 |
* | Use getaddrinfo(), if available, in resolve_host(). Patch by Martin | Ronald S. Bultje | 2010-01-11 | 1 | -1/+22 |
* | oggdec: Set dts when known | David Conrad | 2010-01-11 | 4 | -10/+31 |