aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Set indexmem to a saner default.Michael Niedermayer2008-02-241-1/+1
* Fix issue357Michael Niedermayer2008-02-241-1/+7
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-243-6/+6
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi2008-02-232-0/+28
* revert 12156Michael Niedermayer2008-02-202-23/+11
* Fix computation of the "NTP time" field in RTCP SR packets, and do notLuca Abeni2008-02-201-2/+9
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-201-2/+3
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-202-11/+23
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* Add some const, fixes warnings:Reimar Döffinger2008-02-192-4/+4
* Missing const, fix warnings:Reimar Döffinger2008-02-191-2/+2
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-191-1/+1
* constMichael Niedermayer2008-02-192-14/+14
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-151-0/+21
* It appears last_pts was not set ...Michael Niedermayer2008-02-151-0/+1
* Header elision muxing support.Michael Niedermayer2008-02-151-3/+162
* Elision header demuxing support.Michael Niedermayer2008-02-152-5/+45
* Read match time delta in the frame header.Michael Niedermayer2008-02-131-0/+2
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-131-1/+4
* update flagsMichael Niedermayer2008-02-131-0/+2
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-131-5/+5
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-131-2/+1
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-132-5/+5
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-131-1/+5
* remove now useless codeBaptiste Coudurier2008-02-131-12/+0
* remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier2008-02-131-28/+17
* typo fix: inited --> initializedDiego Biurrun2008-02-132-6/+6
* return error when dv audio extraction failsBaptiste Coudurier2008-02-111-1/+3
* remove obsolete commentsBaptiste Coudurier2008-02-111-2/+0
* remove useless bracesBaptiste Coudurier2008-02-111-2/+1
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-111-10/+8
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-111-0/+12
* use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier2008-02-111-2/+4
* fcp imx 40 fourccsBaptiste Coudurier2008-02-111-0/+2
* indentationBaptiste Coudurier2008-02-111-6/+6
* more correct and simplerBaptiste Coudurier2008-02-111-10/+3
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-111-3/+2
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-061-47/+47
* Add support for speex in oggReimar Döffinger2008-02-064-0/+64
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-061-1/+4
* Fix issue 338:Baptiste Coudurier2008-02-051-2/+63
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-051-1/+5
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-041-2/+2
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-041-0/+1
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-041-1/+2
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-041-1/+5
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-041-1/+1
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-041-1/+2