summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add support for speex in oggReimar Döffinger2008-02-06
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-06
* Fix issue 338:Baptiste Coudurier2008-02-05
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-04
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-04
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-04
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-04
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-04
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-03
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-02
* Remove a pointless cast.Reimar Döffinger2008-02-02
* Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger2008-02-02
* Missing 'const' in cast.Reimar Döffinger2008-02-02
* cosmetics: sort ogg_codec_t listDiego Biurrun2008-02-02
* constBaptiste Coudurier2008-02-01
* constBaptiste Coudurier2008-02-01
* add constBaptiste Coudurier2008-02-01
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
* stupid typoBaptiste Coudurier2008-01-31
* support rawvideo in movBaptiste Coudurier2008-01-31
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier2008-01-31
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-31
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-31
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-31
* use context in av_logBaptiste Coudurier2008-01-30
* warning is only valid for movBaptiste Coudurier2008-01-30
* Support MP4 subtitles as inReimar Döffinger2008-01-29
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-28
* indentationBaptiste Coudurier2008-01-28
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
* document tag fieldBaptiste Coudurier2008-01-28
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27