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
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-11-13Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni
2009-11-13Split overly long line in doxy.Stefano Sabatini
2009-11-12Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni
2009-11-12Move some some functions around, so that splitting the SDP code out ofLuca Abeni
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
2009-11-12Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-11-09Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos
2009-11-09Use enum instead of integer types where appropriate.Carl Eugen Hoyos
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
2009-11-08move code to avoid forward declarationBaptiste Coudurier
2009-11-08Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier
2009-11-08Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos
2009-11-08Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles
2009-11-06change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier
2009-11-0610l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov
2009-11-05Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam
2009-11-0510l, typoBaptiste Coudurier
2009-11-05If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov
2009-11-05Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov
2009-11-05do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier
2009-11-05compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier
2009-11-05check that duration is set to avoid fpeBaptiste Coudurier
2009-11-05warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier
2009-11-05Corrects two typosReynaldo H. Verdejo Pinochet
2009-11-05Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet
2009-11-05fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier
2009-11-03add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason
2009-11-02map VYUY fourcc to rawcodecBen Littler
2009-11-01Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles
2009-10-30print packet duration when debugging timestampsBaptiste Coudurier
2009-10-29Support demuxing teletext in DVB streams.Francesco Lavra
2009-10-27add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler
2009-10-27add some raw codec fourccs, fixes:Ben Littler
2009-10-25rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato
2009-10-25Support 3xx redirection in rtspLuca Barbato
2009-10-25compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon
2009-10-24Just remove params understood by the demuxerLuca Barbato
2009-10-24Suppress ?params in the rtsp uriLuca Barbato
2009-10-24Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato
2009-10-24Remove ancient redir demuxer.Diego Biurrun
2009-10-22Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer
2009-10-22Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer
2009-10-22Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo
2009-10-21Add comment on #endif about condition that triggers it.Ramiro Polla
2009-10-20Seek function for TMVDaniel Verkamp
2009-10-20Parenthesize correctly in TMV probeDaniel Verkamp
2009-10-20Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com