summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* swf timestamps are 16 bitsBaptiste Coudurier2009-03-14
* remove unused fields in swf contextBaptiste Coudurier2009-03-14
* do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier2009-03-14
* Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger2009-03-14
* Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.Reimar Döffinger2009-03-14
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-14
* Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer2009-03-14
* add avformat_seek_file()Michael Niedermayer2009-03-14
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-13
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
* Simplify RoQ demuxer pts calculation by using a appropriate time bases.Reimar Döffinger2009-03-13
* Set video width/height and create audio stream in read_packet instead ofReimar Döffinger2009-03-12
* reindentBaptiste Coudurier2009-03-11
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-11
* ipod supports both subs tagsBaptiste Coudurier2009-03-11
* reindentBaptiste Coudurier2009-03-11
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-11
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-11
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-11
* attempt to try to generate an random umidBaptiste Coudurier2009-03-11
* fix subs track height, set track->height to codec height if not setBaptiste Coudurier2009-03-11
* sn40 avi fourcc decodes with ffodivxBen Littler2009-03-11
* Correctly skip complete INDX chunks, i.e. read the 32-bit header correctlyRonald S. Bultje2009-03-10
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-09
* Revert to r17908.Ronald S. Bultje2009-03-09
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-09
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-09
* Replace separate packet parsing for "old_format" .ra files by a call toRonald S. Bultje2009-03-09
* Move frame discarding out of the ff_rm_parse_packet() loop, and respectRonald S. Bultje2009-03-09
* Mark all packets from nuv demuxer as keyframes in order to make seeking work.Reimar Döffinger2009-03-09
* 100l, to start reading from the first frame we must seek to data_offset,Reimar Döffinger2009-03-09
* Set AVPacket pos also for audio packets in nuv demuxer.Reimar Döffinger2009-03-09
* reindentBaptiste Coudurier2009-03-09
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-09
* merge struct declaration and definitionBaptiste Coudurier2009-03-09
* write map packet every 100 packets according to specsBaptiste Coudurier2009-03-09
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-09
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-09
* write timecode track in gxfBaptiste Coudurier2009-03-09
* compute media info in write_headerBaptiste Coudurier2009-03-08
* factorize write packetBaptiste Coudurier2009-03-08
* remove unneeded and empty user dataBaptiste Coudurier2009-03-08
* uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier2009-03-08
* remove useless fieldsBaptiste Coudurier2009-03-08
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* VQF demuxerVitor Sessak2009-03-07
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-07
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-06