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
2008-03-221st attempt at correcting the punktuation.Michael Niedermayer
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-22Document get_*_buffer()Michael Niedermayer
2008-03-21sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is bett...Baptiste Coudurier
2008-03-21rl2 demuxerSascha Sommer
2008-03-21yet again another hdv fourccBaptiste Coudurier
2008-03-21support fragments when non streamableBaptiste Coudurier
2008-03-21mp4 fragments supportBaptiste Coudurier
2008-03-21Document a few url_* functions.Michael Niedermayer
2008-03-21cosmetics, split or move too long linesBaptiste Coudurier
2008-03-21simplify, and only stop parsing when non streamableBaptiste Coudurier
2008-03-21remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier
2008-03-21atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier
2008-03-21update descriptionBaptiste Coudurier
2008-03-21return ENOMEMBaptiste Coudurier
2008-03-21cannot free AVStream like this, and return ENOMEMBaptiste Coudurier
2008-03-21indentationBaptiste Coudurier
2008-03-20fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier
2008-03-20cosmetics, move case upBaptiste Coudurier
2008-03-20One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer
2008-03-20remove useless debug print since now mov_build_index will doBaptiste Coudurier
2008-03-20free track data asapBaptiste Coudurier
2008-03-20move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier
2008-03-20move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier
2008-03-20 Additional checks for strange num_val in FLV metadataPascal Massimino
2008-03-19Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje
2008-03-19Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje
2008-03-19Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje
2008-03-18MSN TCP Webcam stream demuxer.Ramiro Polla
2008-03-17Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje
2008-03-16just skip klv packet, when no corresponding stream is foundBaptiste Coudurier
2008-03-16simplify, flags is 24bits according to specsBaptiste Coudurier
2008-03-16fucked up alphabetical order again, sorryBaptiste Coudurier
2008-03-16ipod/iphone compatible mp4 muxerBaptiste Coudurier
2008-03-15typo fixesDiego Biurrun
2008-03-14useless nullBaptiste Coudurier
2008-03-14remove useless img_write_trailer funcBaptiste Coudurier
2008-03-13typo fixesDiego Biurrun
2008-03-11add out of bound stream index checksAurelien Jacobs
2008-03-11add a temporary variable to simplify the codeAurelien Jacobs
2008-03-10Add AVClass to URLContext at next major version bumpBjörn Axelsson
2008-03-10misc spelling fixesDiego Biurrun
2008-03-10cosmetics: remove some empty linesAurelien Jacobs
2008-03-10remove useless and misleading commentsAurelien Jacobs
2008-03-10consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs
2008-03-10cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs
2008-03-09recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson
2008-03-09Typo + grammarRamiro Polla
2008-03-09Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla
2008-03-08Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla