Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-17Add functions to send RTSP commands with content attached to them. This willMartin Storsjö
2010-02-17Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje
2010-02-17When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö
2010-02-16Fix two problems (no idea how this ever worked):Ronald S. Bultje
2010-02-16Revert r21851.Ronald S. Bultje
2010-02-16Don't return 0 if buffer setup failed. That signals the RTSP demuxer thatRonald S. Bultje
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-16Support IFF ANNO (annotation) chunk typePeter Ross
2010-02-16Strings in extended content header are UTF16,Anton Khirnov
2010-02-16workaround for broken files created by previous versions of asfenc.Anton Khirnov
2010-02-14ReindentReimar Döffinger
2010-02-14Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger
2010-02-13add netspeak gsm and truespeech wav format tags to riff.cBen Littler
2010-02-13Do not call lseek() with invalid whence valueMåns Rullgård
2010-02-12Add flag so muxers not needing width/height can signal this.Michael Niedermayer
2010-02-12Make DeluxePaint Animation demuxer actually return the find_record() error co...Peter Ross
2010-02-12Add GEOV fourcc (issue971).Michael Niedermayer
2010-02-12Fix timestamps.Michael Niedermayer
2010-02-10ReindentDaniel Verkamp
2010-02-10Fix demuxing of wav files with broken data headerDaniel Verkamp
2010-02-10Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger
2010-02-10Fix syncronisation for streams with a high encoding delay.Timo Teräs
2010-02-10Reindent after r21741.Ronald S. Bultje
2010-02-10Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje
2010-02-10RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje
2010-02-10Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer
2010-02-10mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.Andreas Öman
2010-02-09Doxument url_fopen().Stefano Sabatini
2010-02-08Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger
2010-02-08Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje
2010-02-08Fix playback with invalid files that don't set the continuation flag forDavid Conrad
2010-02-07Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts theMichael Niedermayer
2010-02-07Use av_compare_ts() for interleaving per dts.Michael Niedermayer
2010-02-07Implement a physical concatenation protocol.Michele Orrù
2010-02-06Add AVI metadata conversion table.Anton Khirnov
2010-02-06Doxument url_fdopen().Stefano Sabatini
2010-02-05strn muxing in avi support.Michael Niedermayer
2010-02-05Support strn tag in avidec.Michael Niedermayer
2010-02-05Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer
2010-02-04Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer
2010-02-04Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer
2010-02-03Indentation cleanupPeter Ross
2010-02-03Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross
2010-02-03Only set duration for streams where it is likely correct.Michael Niedermayer
2010-02-03Set nb_frames.Michael Niedermayer
2010-02-03Guess the duration before converting video and write guessed durationJustin Johnson
2010-02-02Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer
2010-02-02Fix buildMåns Rullgård
2010-02-02Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov