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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-20Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun
2010-04-20Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö
2010-04-20Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö
2010-04-20Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier
2010-04-19Make rtp protocol obey rfc3550Luca Barbato
2010-04-18Implement librtmp seek support.Howard Chu
2010-04-18Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini
2010-04-18Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini
2010-04-18Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini
2010-04-17Parse strf mov atomsMartin Storsjö
2010-04-16oggdec: Move warning about missing granule to the correct placeDavid Conrad
2010-04-16oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad
2010-04-16oggdec: Remove write-only variableDavid Conrad
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