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-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
2010-01-31Increase search range if no end timestamp could be found for the durationMichael Niedermayer
2010-01-31Bink video codec id is there, demuxer can use itKostya Shishkov
2010-01-31Latent libavformat version bump for Bink demuxer (r21569)Peter Ross
2010-01-31Bink demuxerPeter Ross
2010-01-31Flag to ignore dts on frames that contain pts.Michael Niedermayer
2010-01-31Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger
2010-01-31Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
2010-01-31Simplify conversion to 5-bit ASCII.Reimar Döffinger
2010-01-30Remove duplicated empty line.Stefano Sabatini
2010-01-30Set duration in Smacker demuxerDaniel Verkamp
2010-01-30Demux Bink audio in Smacker filesDaniel Verkamp
2010-01-30another 10l: forgot to change parent condition as wellKostya Shishkov
2010-01-3010l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov
2010-01-30Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov
2010-01-30cosmetics: add an empty line between variable declarations and codeKostya Shishkov
2010-01-29Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier
2010-01-28Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje
2010-01-28Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon
2010-01-28Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson
2010-01-28Remove last MAX_STREAMS from avienc.cMichael Niedermayer