| Commit message (Expand) | Author | Age | Files | Lines |
* | Add flag so muxers not needing width/height can signal this. | Michael Niedermayer | 2010-02-12 | 3 | -3/+4 |
* | Make DeluxePaint Animation demuxer actually return the find_record() error co... | Peter Ross | 2010-02-12 | 1 | -2/+2 |
* | Add GEOV fourcc (issue971). | Michael Niedermayer | 2010-02-12 | 1 | -0/+1 |
* | Fix timestamps. | Michael Niedermayer | 2010-02-11 | 1 | -4/+9 |
* | Reindent | Daniel Verkamp | 2010-02-10 | 1 | -1/+1 |
* | Fix demuxing of wav files with broken data header | Daniel Verkamp | 2010-02-10 | 1 | -0/+3 |
* | Use av_compare_ts from libavutil instead of the locale compare_ts, the | Reimar Döffinger | 2010-02-10 | 1 | -39/+7 |
* | Fix syncronisation for streams with a high encoding delay. | Timo Teräs | 2010-02-10 | 1 | -2/+1 |
* | Reindent after r21741. | Ronald S. Bultje | 2010-02-10 | 1 | -29/+29 |
* | Don't forget to set known audio parameters (samplerate, etc.) if the codec is | Ronald S. Bultje | 2010-02-10 | 1 | -5/+1 |
* | RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. | Ronald S. Bultje | 2010-02-10 | 5 | -1/+212 |
* | Dont give up after 100kb of zero bytes but returnd EAGAIN | Michael Niedermayer | 2010-02-10 | 1 | -2/+7 |
* | mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. | Andreas Öman | 2010-02-10 | 1 | -1/+2 |
* | Doxument url_fopen(). | Stefano Sabatini | 2010-02-09 | 1 | -2/+14 |
* | Make sure the header value used to avoid repeating headers on seeking to the | Reimar Döffinger | 2010-02-08 | 1 | -2/+2 |
* | Implement gai_strerror() for systems lacking such functionality. Patch | Ronald S. Bultje | 2010-02-08 | 2 | -0/+13 |
* | Fix playback with invalid files that don't set the continuation flag for | David Conrad | 2010-02-08 | 2 | -1/+5 |
* | Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the | Michael Niedermayer | 2010-02-07 | 1 | -1/+3 |
* | Use av_compare_ts() for interleaving per dts. | Michael Niedermayer | 2010-02-07 | 1 | -7/+1 |
* | Implement a physical concatenation protocol. | Michele Orrù | 2010-02-07 | 4 | -1/+201 |
* | Add AVI metadata conversion table. | Anton Khirnov | 2010-02-06 | 5 | -50/+90 |
* | Doxument url_fdopen(). | Stefano Sabatini | 2010-02-05 | 1 | -2/+11 |
* | strn muxing in avi support. | Michael Niedermayer | 2010-02-05 | 1 | -9/+17 |
* | Support strn tag in avidec. | Michael Niedermayer | 2010-02-05 | 1 | -9/+19 |
* | Correcting wrong looking stream_id validity check in avidec. | Michael Niedermayer | 2010-02-05 | 1 | -1/+1 |
* | Dont try generic seek if seek request before first index entry and backward. | Michael Niedermayer | 2010-02-03 | 1 | -0/+3 |
* | Try to open decoders in av_find_stream_info() even if no packets for the | Michael Niedermayer | 2010-02-03 | 1 | -0/+7 |
* | Indentation cleanup | Peter Ross | 2010-02-03 | 1 | -3/+3 |
* | Extend IFF demuxer to parse PBM/ILBM bitmap chunks | Peter Ross | 2010-02-03 | 1 | -11/+88 |
* | Only set duration for streams where it is likely correct. | Michael Niedermayer | 2010-02-03 | 1 | -1/+2 |
* | Set nb_frames. | Michael Niedermayer | 2010-02-02 | 1 | -4/+4 |
* | Guess the duration before converting video and write guessed duration | Justin Johnson | 2010-02-02 | 1 | -1/+1 |
* | Set AVPacket.pos in MPEG-PS demuxer. | Michael Niedermayer | 2010-02-02 | 1 | -0/+1 |
* | Fix build | Måns Rullgård | 2010-02-01 | 1 | -2/+2 |
* | Fix warnings about implicit function declaration when compiling rtpdec.c | Alexis Ballier | 2010-02-01 | 3 | -7/+14 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 11 | -29/+68 |
* | Increase search range if no end timestamp could be found for the duration | Michael Niedermayer | 2010-01-31 | 1 | -2/+9 |
* | Bink video codec id is there, demuxer can use it | Kostya Shishkov | 2010-01-31 | 1 | -1/+1 |
* | Latent libavformat version bump for Bink demuxer (r21569) | Peter Ross | 2010-01-31 | 1 | -1/+1 |
* | Bink demuxer | Peter Ross | 2010-01-31 | 3 | -0/+249 |
* | Flag to ignore dts on frames that contain pts. | Michael Niedermayer | 2010-01-30 | 3 | -0/+5 |
* | Store strings directly in mov_mdhd_language_map instead of using pointers, | Reimar Döffinger | 2010-01-30 | 1 | -13/+13 |
* | Always consider the mov language code as 4 bytes fixed size and change the | Reimar Döffinger | 2010-01-30 | 2 | -4/+5 |
* | Simplify conversion to 5-bit ASCII. | Reimar Döffinger | 2010-01-30 | 1 | -5/+4 |
* | Remove duplicated empty line. | Stefano Sabatini | 2010-01-30 | 1 | -1/+0 |
* | Set duration in Smacker demuxer | Daniel Verkamp | 2010-01-30 | 1 | -0/+1 |
* | Demux Bink audio in Smacker files | Daniel Verkamp | 2010-01-30 | 1 | -3/+11 |
* | another 10l: forgot to change parent condition as well | Kostya Shishkov | 2010-01-30 | 1 | -1/+1 |
* | 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning | Kostya Shishkov | 2010-01-30 | 1 | -1/+1 |
* | Make RTMP send/receive packet functions report number of bytes read or sent. | Kostya Shishkov | 2010-01-30 | 2 | -4/+16 |