summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
| | | | Originally committed as revision 13676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless img_read_close().Ramiro Polla2008-06-06
| | | | Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove some useless codeAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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