summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* simplifyMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pts/dts readingMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-17
| | | | Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce len checks, simplifies codeMichael Niedermayer2007-01-17
| | | | | | | there is a very small chance that a stream which is damaged && unseekable && very small packet && damage to the flags && unlucky buffer state could have a valid packet after a damaged packet lost, but i think this is so unlikely that the simplification outweights it mans if you disagree with any commit to mpeg.c just say so and ill revert it Originally committed as revision 7562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-17
| | | | | | error_redo (somethings is definitly wrong) in which case we try to resync from the last startcode Originally committed as revision 7560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
| | | | Originally committed as revision 7556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add png fourccBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-15
| | | | Originally committed as revision 7536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save/restore number of streamsMåns Rullgård2007-01-15
| | | | Originally committed as revision 7535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, function -> metadataBaptiste Coudurier2007-01-15
| | | | Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warning, key is constBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
| | | | | | | | | | structure can be extended in the future without breaking ABI. patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: Date: Jan 1, 2007 6:01 PM Subject: [Ffmpeg-devel] make URLContext->filename a pointer Originally committed as revision 7506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for HTTP seekingRonald S. Bultje2007-01-14
| | | | | | | | | patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: Date: Jan 4, 2007 5:42 AM Subject: [Ffmpeg-devel] [PATCH/RFC] http seeking Originally committed as revision 7505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-14
| | | | Originally committed as revision 7476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-14
| | | | Originally committed as revision 7475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable mjpeg in swfBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export audiostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export videostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-13
| | | | Originally committed as revision 7449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-13
| | | | | | that actually has a different type. Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix error message, it's package ref that can not be found, not track in this ↵Reimar Döffinger2007-01-13
| | | | | | case Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: pallete --> paletteDiego Biurrun2007-01-13
| | | | Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add official VC1 fourccBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused av_frac_setBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
| | | | Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-05
| | | | Originally committed as revision 7409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
| | | | Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk