summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* revert 12156Michael Niedermayer2008-02-20
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-20
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* Fix ;;Michael Niedermayer2008-02-19
* Add some const, fixes warnings:Reimar Döffinger2008-02-19
* Missing const, fix warnings:Reimar Döffinger2008-02-19
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-19
* constMichael Niedermayer2008-02-19
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-15
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
* Header elision muxing support.Michael Niedermayer2008-02-15
* Elision header demuxing support.Michael Niedermayer2008-02-15
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
* update flagsMichael Niedermayer2008-02-13
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-13
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-13
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-13
* remove now useless codeBaptiste Coudurier2008-02-13
* remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier2008-02-13
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* return error when dv audio extraction failsBaptiste Coudurier2008-02-11
* remove obsolete commentsBaptiste Coudurier2008-02-11
* remove useless bracesBaptiste Coudurier2008-02-11
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-11
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-11
* use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier2008-02-11
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
* indentationBaptiste Coudurier2008-02-11
* more correct and simplerBaptiste Coudurier2008-02-11
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-11
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
* 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