| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ffm_close return type. | Benoit Fouet | 2010-03-10 | 1 | -1/+3 |
* | Fix memory leak in FFM demuxer | Vitor Sessak | 2010-03-10 | 1 | -1/+9 |
* | In mpegts muxer, free adts context and temporary data | Baptiste Coudurier | 2010-03-10 | 1 | -0/+3 |
* | reindent | Baptiste Coudurier | 2010-03-10 | 1 | -8/+8 |
* | Include os_support.h which has a fallback declaration of socklen_t | Dave Yeo | 2010-03-10 | 1 | -0/+1 |
* | Using struct timeval requires sys/time.h, fixes compilation on some OSes | Dave Yeo | 2010-03-10 | 1 | -0/+1 |
* | Use rt->control_uri consequently instead of s->filename in all RTSP commands | Martin Storsjö | 2010-03-09 | 2 | -7/+7 |
* | Add special case to avoid binary search when appending index entries. | Michael Niedermayer | 2010-03-09 | 1 | -0/+4 |
* | RTSP: Resolve and use the actual IP address of the peer we're connected to, | Martin Storsjö | 2010-03-09 | 1 | -1/+9 |
* | Remove static function name prefixes from American Laser Games MM demuxer | Peter Ross | 2010-03-09 | 1 | -6/+6 |
* | Ensure Bink demuxer returns AVERROR code when av_get_packet() fails | Peter Ross | 2010-03-09 | 1 | -3/+3 |
* | mkvenc: Handle negative timestamps correctly | David Conrad | 2010-03-09 | 1 | -4/+7 |
* | mkvenc: Don't try to write packets with unknown timestamps | David Conrad | 2010-03-09 | 1 | -0/+5 |
* | mkvenc: write dts for VFW mode | David Conrad | 2010-03-09 | 1 | -12/+23 |
* | Fix encoder metadata string langcode in mov muxer | Baptiste Coudurier | 2010-03-09 | 1 | -2/+2 |
* | Correctly mark mov metadata as utf-8, using iso language code | Baptiste Coudurier | 2010-03-09 | 1 | -1/+3 |
* | In mov demuxer, convert mac encoded strings to utf-8 | Baptiste Coudurier | 2010-03-09 | 1 | -20/+58 |
* | Kega Game Video (KGV1) decoder | Daniel Verkamp | 2010-03-09 | 1 | -0/+1 |
* | Preallocate index entries in mov demuxer, huge speedup | Baptiste Coudurier | 2010-03-09 | 1 | -10/+61 |
* | In mpegts muxer, write adts header if aac bitstream does not contain it | Baptiste Coudurier | 2010-03-09 | 4 | -26/+98 |
* | In mpegts muxer, search for h264 aud nal, it might not be the first nal. | Baptiste Coudurier | 2010-03-08 | 1 | -2/+13 |
* | Remove definition of match_ext(), which is declared under #ifdef | Stefano Sabatini | 2010-03-08 | 2 | -14/+0 |
* | mpegts vbr muxing, activated when muxing rate is not supplied by the | Baptiste Coudurier | 2010-03-08 | 1 | -67/+45 |
* | Replace last occurrence of the deprecated match_ext() with | Stefano Sabatini | 2010-03-08 | 1 | -1/+1 |
* | Start continuity counter at 0 for pmt as well | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |
* | Start continuity counter at 0 for streams | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |
* | 10l typo, fix ts total bit rate computation | Baptiste Coudurier | 2010-03-08 | 1 | -2/+2 |
* | Move resolve_host() to ffserver.c | Måns Rullgård | 2010-03-08 | 2 | -39/+0 |
* | Use ASF supports "markers" which are a name and a time stamp to create | Vladimir Pantelic | 2010-03-08 | 3 | -0/+32 |
* | Add doxygen documentation for ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -0/+22 |
* | Reindent | Martin Storsjö | 2010-03-08 | 7 | -18/+18 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 10 | -17/+17 |
* | Revert "Move the probe loop from av_open_input_file() into its own method" | Måns Rullgård | 2010-03-08 | 2 | -82/+31 |
* | IFF: move ff_cmap_read_palette() prototype to a header file | Måns Rullgård | 2010-03-08 | 1 | -2/+1 |
* | Fix concat seeking SEEK_END case. | Wolfram Gloger | 2010-03-08 | 1 | -2/+2 |
* | Fix concat seek result. | Wolfram Gloger | 2010-03-08 | 1 | -1/+1 |
* | av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa... | Alex Converse | 2010-03-08 | 2 | -1/+6 |
* | Fix pts->dts conversion init for non-zero initial value for pts. | Daniel Kristjansson | 2010-03-07 | 1 | -1/+1 |
* | Move the probe loop from av_open_input_file() into its own method | Micah F. Galizia | 2010-03-07 | 2 | -31/+82 |
* | inet_aton needs _DARWIN_C_SOURCE on OS X | David Conrad | 2010-03-07 | 1 | -0/+1 |
* | Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c | David Conrad | 2010-03-07 | 3 | -12/+11 |
* | 1l trocadero: forgot reference operator on bytestream_get_be32() argument | Kostya Shishkov | 2010-03-07 | 1 | -1/+1 |
* | Add internal.h include for av_read_frame_flush prototype | David Conrad | 2010-03-07 | 1 | -0/+1 |
* | Fix warning about incompatible pointer types | David Conrad | 2010-03-07 | 1 | -1/+2 |
* | matroskadec: Fix a buffer overread | David Conrad | 2010-03-07 | 1 | -0/+6 |
* | Move av_read_frame_flush() prototype to lavf/internal.h | Måns Rullgård | 2010-03-06 | 2 | -1/+2 |
* | Add some missing #includes | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Set GXF fallback time-base to match the one specified for audio-only. | Reimar Döffinger | 2010-03-06 | 1 | -1/+3 |
* | GXF time base is always based on "fields" per second even for | Reimar Döffinger | 2010-03-06 | 1 | -2/+2 |
* | Don't explicitly initialize networking in the tcp and udp protocols | Martin Storsjö | 2010-03-05 | 2 | -8/+0 |