summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-03
| | | | | | when no video stream is present. Originally committed as revision 13648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust comment to realityAurelien Jacobs2008-06-03
| | | | Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-03
| | | | Originally committed as revision 13646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-03
| | | | Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix continuity counter to start at 0Baptiste Coudurier2008-06-03
| | | | Originally committed as revision 13641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-03
| | | | | | | | sequence header (that is a few known dts/pts but no known durations previously) cnnts1.mpg is one sample affected by this. Originally committed as revision 13640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-03
| | | | Originally committed as revision 13639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-02
| | | | | | may or may not fix CID134 and CID135 Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-02
| | | | | | fix CID120 Originally committed as revision 13635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-02
| | | | | | fix CID44 Originally committed as revision 13634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-02
| | | | Originally committed as revision 13633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-02
| | | | | | additional probing of a stream. Originally committed as revision 13619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-02
| | | | Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-01
| | | | Originally committed as revision 13603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-01
| | | | Originally committed as revision 13602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-01
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 13601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-01
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 13600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-31
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw mlp demuxerRamiro Polla2008-05-30
| | | | | | | Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-30
| | | | | | Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ENOMEM is better, yes ...Michael Niedermayer2008-05-29
| | | | Originally committed as revision 13535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header #includes.Erik Hovland2008-05-29
| | | | | | Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-29
| | | | | | Patch by Joakim elupus ecce se Originally committed as revision 13527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if pts is not set, prevent writing negative/weird cts, happens when ↵Baptiste Coudurier2008-05-29
| | | | | | using genpts and streamcopy Originally committed as revision 13519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be valid for audio tooBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if extradata comes from mp4 and assume bitsteam is already formated, ↵Baptiste Coudurier2008-05-29
| | | | | | should fix streamcopy Originally committed as revision 13516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak / CID124 RUN2Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove != 0Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do a little more checking.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Null pointer check / CID26.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uselessMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use internal video frame numberBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundant check--Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
| | | | | | is available. Originally committed as revision 13470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFifoBufferBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk