aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* add MS ADPCM fourccBaptiste Coudurier2006-07-071-0/+1
| | | | Originally committed as revision 5655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip others fourcc, if presentBaptiste Coudurier2006-07-071-0/+6
| | | | Originally committed as revision 5654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanBaptiste Coudurier2006-07-071-5/+0
| | | | Originally committed as revision 5653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixBaptiste Coudurier2006-07-061-1/+1
| | | | Originally committed as revision 5642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, all modes is 0x81FFBaptiste Coudurier2006-07-061-1/+1
| | | | Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and write correct values conforming to specsBaptiste Coudurier2006-07-061-20/+8
| | | | Originally committed as revision 5640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for unparsed AMR inputMichael Niedermayer2006-07-061-0/+4
| | | | Originally committed as revision 5637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr requires version=1 and samplesize=0 per QT specMichael Niedermayer2006-07-061-11/+8
| | | | | | untested, but if this doesnt work the issue is likely somewhere else, as iam just chaning the random nonsense we do to what the spec says should be done Originally committed as revision 5636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-051-1/+1
| | | | | | patch by Gianluigi Tiesi, mplayer==at==netfarm==dot==it Originally committed as revision 5632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+5
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write exact values for audio stsd v1Baptiste Coudurier2006-07-041-42/+42
| | | | Originally committed as revision 5606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
| | | | Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GXF demuxerReimar Döffinger2006-07-034-1/+264
| | | | Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-021-5/+7
| | | | Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Woops, this file was supposed to be added in r5556: "Move initialisations ↵Guillaume Poirier2006-06-301-0/+184
| | | | | | and internal symbols in allformats.h" Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-308-176/+7
| | | | | | | | | patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-291-1/+2
| | | | Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-291-9/+9
| | | | Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-291-3/+2
| | | | Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-281-1/+4
| | | | Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set the image depthLuca Abeni2006-06-281-4/+12
| | | | Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-281-2/+16
| | | | Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-252-7/+7
| | | | Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-251-1/+1
| | | | Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-251-1/+2
| | | | Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaned up buffer managementMåns Rullgård2006-06-251-19/+34
| | | | Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check only existing streamsBaptiste Coudurier2006-06-251-5/+6
| | | | Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor cleanupLuca Barbato2006-06-241-2/+3
| | | | Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-06-241-53/+28
| | | | Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-201-1/+0
| | | | Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-201-1/+1
| | | | Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-191-0/+2
| | | | Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aac in mov for ipodBaptiste Coudurier2006-06-191-4/+12
| | | | Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-186-20/+20
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-1710-15/+15
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-161-1/+1
| | | | | | truncated Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-161-11/+16
| | | | Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-169-17/+1
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-151-31/+15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-151-1/+3
| | | | | | Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com) Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typoLuca Abeni2006-06-151-1/+1
| | | | Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-141-3/+5
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-131-2/+4
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-131-2/+2
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 muxingBaptiste Coudurier2006-06-131-0/+1
| | | | Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
| | | | Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, completely ignore streams not recognized, that fixes seeking for ↵Baptiste Coudurier2006-06-121-24/+22
| | | | | | some files Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-111-1/+1
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-101-0/+3
| | | | | | patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk