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-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-03-10Fix ffm_close return type.Benoit Fouet
2010-03-10Fix memory leak in FFM demuxerVitor Sessak
2010-03-10In mpegts muxer, free adts context and temporary dataBaptiste Coudurier
2010-03-10reindentBaptiste Coudurier
2010-03-10Include os_support.h which has a fallback declaration of socklen_tDave Yeo
2010-03-10Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-09Add special case to avoid binary search when appending index entries.Michael Niedermayer
2010-03-09RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö
2010-03-09Remove static function name prefixes from American Laser Games MM demuxerPeter Ross
2010-03-09Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross
2010-03-09mkvenc: Handle negative timestamps correctlyDavid Conrad
2010-03-09mkvenc: Don't try to write packets with unknown timestampsDavid Conrad
2010-03-09mkvenc: write dts for VFW modeDavid Conrad
2010-03-09Fix encoder metadata string langcode in mov muxerBaptiste Coudurier
2010-03-09Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier
2010-03-09In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier
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