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-02-12return error when dv audio extraction failsBaptiste Coudurier
2008-02-12remove obsolete commentsBaptiste Coudurier
2008-02-12remove useless bracesBaptiste Coudurier
2008-02-12cosmetics, indentation, bracesBaptiste Coudurier
2008-02-12split chunks in the case of big compressed audio frames,Baptiste Coudurier
2008-02-12use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier
2008-02-11fcp imx 40 fourccsBaptiste Coudurier
2008-02-11indentationBaptiste Coudurier
2008-02-11more correct and simplerBaptiste Coudurier
2008-02-11Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III
2008-02-06cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier
2008-02-06Add support for speex in oggReimar Döffinger
2008-02-06Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer
2008-02-05Fix issue 338:Baptiste Coudurier
2008-02-05it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier
2008-02-04String pointers of ogg_codec_t should have const attribute.Reimar Döffinger
2008-02-04Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz
2008-02-04Fix a possible use of an uninitialized pointer.Reimar Döffinger
2008-02-04back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon
2008-02-04Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon
2008-02-04nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon
2008-02-04Remove old workaround in nutdec.c for libnut bugOded Shimon
2008-02-04missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon
2008-02-04ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon
2008-02-042 more missing consts found by -Wwrite-strings.Michael Niedermayer
2008-02-04Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer
2008-02-04Another const found by -Wwrite-strings.Michael Niedermayer
2008-02-04fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer
2008-02-04Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer
2008-02-04-Wwrite-strings nitpicking fixMichael Niedermayer
2008-02-04Missing const found by -Wwrite-strings.Michael Niedermayer
2008-02-03Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger
2008-02-03Remove incorrect casts that should have never been there.Michael Niedermayer
2008-02-03Remove a pointless cast.Reimar Döffinger
2008-02-03Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger
2008-02-02Missing 'const' in cast.Reimar Döffinger
2008-02-02cosmetics: sort ogg_codec_t listDiego Biurrun
2008-02-01constBaptiste Coudurier
2008-02-01constBaptiste Coudurier
2008-02-01add constBaptiste Coudurier
2008-02-01Add support for ogg text subtitles.Reimar Döffinger
2008-01-31stupid typoBaptiste Coudurier
2008-01-31support rawvideo in movBaptiste Coudurier
2008-01-31typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier
2008-01-31init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier
2008-01-31add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier
2008-01-31typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier
2008-01-30use context in av_logBaptiste Coudurier
2008-01-30warning is only valid for movBaptiste Coudurier
2008-01-30Support MP4 subtitles as inReimar Döffinger