summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* treat stream_type==0x82 as AUDIO_DTS when the program has a ↵Nico Sabbi2008-02-23
| | | | | | REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans Originally committed as revision 12180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 12156Michael Niedermayer2008-02-20
| | | | | | | | | | Log: Make timestamp interpolation work with mpeg2 field pictures. Cleaner/simpler solutions are welcome. ---- A IMHO cleaner solution has been implemented. Originally committed as revision 12162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-20
| | | | | | export times with microsecond precision Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-20
| | | | | | | | This solution is not really correct but it is quite simple. Correct would be to do a second pass over the packets after all the headers have been collected. Originally committed as revision 12157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
| | | | | | Cleaner/simpler solutions are welcome. Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ;;Michael Niedermayer2008-02-19
| | | | Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const, fixes warnings:Reimar Döffinger2008-02-19
| | | | | | | rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type rtpenc_h264.c:74: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const, fix warnings:Reimar Döffinger2008-02-19
| | | | | | | sdp.c:115: warning: assignment discards qualifiers from pointer target type sdp.c:120: warning: assignment discards qualifiers from pointer target type Originally committed as revision 12151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-19
| | | | Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-19
| | | | Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamps and durations if the first packets have no durations nor ↵Michael Niedermayer2008-02-15
| | | | | | | | timestamps, and the information needed to guess the duration only becomes known at a later packet. Originally committed as revision 11963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
| | | | Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Header elision muxing support.Michael Niedermayer2008-02-15
| | | | | | | | | | This only removes 2 bytes from MP3 and MP2 currently. Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer. Primitive code to remove headers from MPEG-1/2/4 is there too but for the single file I tried it on (the one in the regression tests), it was a loss because all video frames were >4096 byte, so that it is disabled ATM. Originally committed as revision 11936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Elision header demuxing support.Michael Niedermayer2008-02-15
| | | | Originally committed as revision 11935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
| | | | | | We do not do anything with it as lavf does not really support it yet. Originally committed as revision 11931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
| | | | Originally committed as revision 11930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update flagsMichael Niedermayer2008-02-13
| | | | Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-13
| | | | | | it should correctly set by av_get_bits_per_sample if recognized Originally committed as revision 11925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-13
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codeBaptiste Coudurier2008-02-13
| | | | Originally committed as revision 11922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove messy and not always correct chunk size workaround, use correct ↵Baptiste Coudurier2008-02-13
| | | | | | values instead Originally committed as revision 11921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix: inited --> initializedDiego Biurrun2008-02-13
| | | | Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error when dv audio extraction failsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-11
| | | | | | might be tweaked, fix qt_dv_pal_test.mov. Originally committed as revision 11909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct demux mechanism when audio compression id is -2, dv audio does ↵Baptiste Coudurier2008-02-11
| | | | | | not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 Originally committed as revision 11908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fcp imx 40 fourccsBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct and simplerBaptiste Coudurier2008-02-11
| | | | Originally committed as revision 11904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-11
| | | | | | | constants which are completely unneeded anyway. Note that 3 is a cheap integer bound for log10(1<<CHAR_BIT). Originally committed as revision 11902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-06
| | | | Originally committed as revision 11879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for speex in oggReimar Döffinger2008-02-06
| | | | Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-06
| | | | Originally committed as revision 11873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 338:Baptiste Coudurier2008-02-05
| | | | | | | | | Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
| | | | Originally committed as revision 11866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-04
| | | | Originally committed as revision 11860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
| | | | | | patch by christophelorenz christophelorenz gmail com Originally committed as revision 11859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-04
| | | | Originally committed as revision 11857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
| | | | Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
| | | | Originally committed as revision 11853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
| | | | | | spec instructs... Originally committed as revision 11852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
| | | | | | gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params Originally committed as revision 11851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11849 to svn://svn.ffmpeg.org/ffmpeg/trunk