summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* prevent writing empty stss atomBaptiste Coudurier2008-03-301-1/+1
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-301-4/+2
* check frag track id before setting stBaptiste Coudurier2008-03-301-2/+6
* IFF demuxerJai Menon2008-03-304-1/+177
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-301-2/+2
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-282-0/+2
* cosmetics: alphabetical orderDiego Biurrun2008-03-281-1/+1
* indentMichael Niedermayer2008-03-281-43/+41
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-281-3/+4
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-271-0/+19
* print essence path in error messageBaptiste Coudurier2008-03-271-2/+2
* cosmetics, useless bracesBaptiste Coudurier2008-03-271-2/+1
* print stream index in error messageBaptiste Coudurier2008-03-271-1/+2
* according to specs, only color table id set to 0, have it in stsd, fix 4color...Baptiste Coudurier2008-03-271-1/+1
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-271-2/+3
* Fix aspect ratio.Michael Niedermayer2008-03-272-2/+2
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-221-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-224-5/+5
* Document get_*_buffer()Michael Niedermayer2008-03-211-0/+12
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is bett...Baptiste Coudurier2008-03-211-5/+1
* rl2 demuxerSascha Sommer2008-03-214-1/+302
* yet again another hdv fourccBaptiste Coudurier2008-03-211-0/+1
* support fragments when non streamableBaptiste Coudurier2008-03-211-3/+10
* mp4 fragments supportBaptiste Coudurier2008-03-211-0/+155
* Document a few url_* functions.Michael Niedermayer2008-03-211-0/+25
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-211-6/+9
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-211-6/+1
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-211-4/+0
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-211-2/+0
* update descriptionBaptiste Coudurier2008-03-211-1/+1
* return ENOMEMBaptiste Coudurier2008-03-211-1/+1
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-211-4/+1
* indentationBaptiste Coudurier2008-03-211-4/+4
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ...Baptiste Coudurier2008-03-201-1/+12
* cosmetics, move case upBaptiste Coudurier2008-03-201-4/+3
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-201-29/+21
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-201-3/+1
* free track data asapBaptiste Coudurier2008-03-201-10/+9
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-201-109/+107
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-201-59/+60
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-201-3/+5
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-191-4/+3
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-191-7/+7
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-192-3/+26
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-184-1/+143
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-171-68/+89
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-161-2/+1
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-161-15/+12
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-161-1/+1
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-164-5/+44
OpenPOWER on IntegriCloud