summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* indentMichael Niedermayer2008-03-28
| | | | Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
| | | | Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
| | | | | | fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print essence path in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, useless bracesBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream index in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, only color table id set to 0, have it in stsd, fix ↵Baptiste Coudurier2008-03-27
| | | | | | 4colors.mov Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-27
| | | | | | | This will split amr/aac cbr samples correctly in isom files which do not set audio cid to -2. Originally committed as revision 12603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix aspect ratio.Michael Niedermayer2008-03-27
| | | | | | | fixes issue404 avienc.c change by StevieS Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-22
| | | | Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document get_*_buffer()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is ↵Baptiste Coudurier2008-03-21
| | | | | | better than failing Originally committed as revision 12547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 demuxerSascha Sommer2008-03-21
| | | | Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet again another hdv fourccBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fragments when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 fragments supportBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few url_* functions.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update descriptionBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ↵Baptiste Coudurier2008-03-20
| | | | | | does not contain it Originally committed as revision 12520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move case upBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
| | | | | | Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free track data asapBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Additional checks for strange num_val in FLV metadataPascal Massimino2008-03-20
| | | | | | | | Avoids some "Unsupported audio codec (6)" message in FLVs, e.g. Example of such problematic bitstream is 'bad_codec6.flv' in ftp's /incoming directory. Originally committed as revision 12510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after rtsp-alternate-protocol* patches.Ronald S. Bultje2008-03-19
| | | | Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change protocol_mask into protocol, since we always just try a single one perRonald S. Bultje2008-03-19
| | | | | | | | | | iteration in make_setup_request(), and cycling between the different protocols is now done in the calling function, therefore the need for a mask goes away. This also makes the function somewhat simpler to read. Discussed and approved in "[PATCH] RTSP alternate protocol 3/4". Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
| | | | | | | | | one doesn't work, we can try the next one (i.e. trial-error protocol auto- probing). Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3". Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
| | | | | | | | | multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless nullBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add out of bound stream index checksAurelien Jacobs2008-03-10
| | | | | | fix issue379 Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
| | | | | | Patch by Björn Axelsson (bjorn axelsson intinor se) Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk