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-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic
2010-03-08Add doxygen documentation for ff_url_splitMartin Storsjö
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård
2010-03-08IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård
2010-03-08Fix concat seeking SEEK_END case.Wolfram Gloger
2010-03-08Fix concat seek result.Wolfram Gloger
2010-03-08av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse
2010-03-08Fix pts->dts conversion init for non-zero initial value for pts.Daniel Kristjansson
2010-03-08Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-07inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad
2010-03-07Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad
2010-03-071l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov
2010-03-07Add internal.h include for av_read_frame_flush prototypeDavid Conrad
2010-03-07Fix warning about incompatible pointer typesDavid Conrad
2010-03-07matroskadec: Fix a buffer overreadDavid Conrad
2010-03-07Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-03-07Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger
2010-03-07GXF time base is always based on "fields" per second even forReimar Döffinger
2010-03-06Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-03-06Add a function ff_url_join for assembling URLsMartin Storsjö
2010-03-06Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö
2010-03-05Fix memory leak in NUT muxerVitor Sessak
2010-03-05Return from rtp_read when select returns an errorMartin Storsjö
2010-03-05oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad
2010-03-04Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö
2010-03-04handle errors reported by av_get_packet() in Bink demuxerPeter Ross
2010-03-04Guard against invalid memory readPeter Ross
2010-03-04Ensure that we write clusters and blocks with known size when streamingDavid Conrad
2010-03-04Fix indentationDavid Conrad
2010-03-04Simplify starting and ending clustersDavid Conrad
2010-03-04Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad
2010-03-04Attempt seeking to write EBML master sizes even if streamedDavid Conrad
2010-03-04matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov
2010-03-04matroskadec: cosmetic indentationAurelien Jacobs
2010-03-04matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate
2010-03-04Properly pad H.264 extradata when taken from fmtp SDP attributesMartin Storsjö
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-03-03Plug memory leak in NSV demuxer.Jai Menon
2010-03-03Support demuxing of streamed Bink filesPeter Ross
2010-03-03Plug memory leak for truncated filesVitor Sessak
2010-03-03Plug some memory leaks for truncated filesVitor Sessak
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
2010-03-01nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov
2010-03-01Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger
2010-03-01Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger
2010-02-28Plug some memory leaks in NUT muxer and demuxerVitor Sessak