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-04-16AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla
2010-04-15Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje
2010-04-15Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje
2010-04-14Plug librtmp logging into av_log.Howard Chu
2010-04-14whitespace cosmeticsDiego Biurrun
2010-04-13Do not probe when the format is known.Jean-Daniel Dupas
2010-04-13Use a suitable timebase in VQF demuxerVitor Sessak
2010-04-12Do not set pos to an error value.Howard Chu
2010-04-12Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-04-11Set audio bit rate.Howard Chu
2010-04-11Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer
2010-04-10Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer
2010-04-08Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin
2010-04-08Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin
2010-04-07Don't write an empty spdif header in spdif muxers write_header function befor...Joakim Plate
2010-04-05Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje
2010-04-05Add a flag to not overwrite existing tagsAnton Khirnov
2010-04-05ReindentMartin Storsjö
2010-04-05Fix leaks in the AAC RTP depacketizerMartin Storsjö
2010-04-05Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje
2010-04-05Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer
2010-04-05Zero-initialize the reply structMartin Storsjö
2010-04-04Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini
2010-04-04Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-03Remove a redundant assignment, found by clangMartin Storsjö
2010-04-03Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje
2010-04-03ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein
2010-04-02Another uninitialized value.Ronald S. Bultje
2010-04-02Fix uninitialized value in codepath.Ronald S. Bultje
2010-04-02Remove dead initialization.Ronald S. Bultje
2010-04-02Remove dead initialization.Ronald S. Bultje
2010-04-02Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö
2010-04-02Merge Vorbis / Theora depayloaders.Josh Allmann
2010-04-02Reindent after r22766.Josh Allmann
2010-04-02Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann
2010-04-02Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann
2010-04-01Limit probing to probesize.Michael Niedermayer
2010-04-01Fix flvdec start-of-frame.Howard Chu
2010-03-31 Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini
2010-03-31Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Probe aac codecs for CODEC_ID_PROBE.Joakim Plate
2010-03-31Remove superfluous space from a conversion table.Anton Khirnov
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-30Document url_exist().Stefano Sabatini
2010-03-30Implement YOP demuxer and video decoder.Mohamed Naufal
2010-03-29Some spelling fixes.Reimar Döffinger