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-09Kega Game Video (KGV1) decoderDaniel Verkamp
2010-03-09Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
2010-03-09In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier
2010-03-09Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini
2010-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
2010-03-09Replace last occurrence of the deprecated match_ext() withStefano Sabatini
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
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