1676 Commits (5c4e1928c0e79438be23cbec9ce579d790bb985a)

Author SHA1 Message Date
Michael Niedermayer 5c4e1928c0 fix indention (dunno why it was messed up ...) 18 years ago
Reimar Döffinger 40d9c544ac Attempt to better document AVFMT_NOFILE. 18 years ago
Reimar Döffinger b8e705ec45 Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Aurelien Jacobs 763750242b cosmetics: indentation 18 years ago
François Revol c9c1a8e794 The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Alex Beregszaszi 453cd7a496 omg, major typo (fails if card supports rgb24) 18 years ago
Michael Niedermayer 80036204af simplify 18 years ago
Michael Niedermayer b90ba24b9a simplify pts/dts reading 18 years ago
Michael Niedermayer 75a9fbb9e9 cosmetic 18 years ago
Michael Niedermayer 7e4709b18f reduce len checks, simplifies code 18 years ago
Michael Niedermayer e56cfad04b seperate redo (we dont handle this possibly valid packet) from 18 years ago
Diego Biurrun db69c2e590 Make nb_streams unsigned to avoid an ugly cast. 18 years ago
Baptiste Coudurier 429088dc52 add msrle fourcc, quicktime_bmp.mov 18 years ago
Baptiste Coudurier 69d987a6e6 add png fourcc 18 years ago
Michael Niedermayer b086d4ff9c fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv 18 years ago
Michael Niedermayer c33fc0a540 fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi 18 years ago
Måns Rullgård e22f2aaf99 check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test 18 years ago
Måns Rullgård 20be72c890 save/restore number of streams 18 years ago
Roman Shaposhnik e950141a58 * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago
Baptiste Coudurier 975c88e30e cosmetics, function -> metadata 18 years ago
Baptiste Coudurier d8b3576d42 remove useless essence container data sets for now 18 years ago
Baptiste Coudurier 8b621afbd1 remove useless preface parsing for now, will reintroduce it if needed 18 years ago
Baptiste Coudurier e6837cfaf0 merge multiple descriptor parsing with generic one 18 years ago
Baptiste Coudurier 9bdeba37a0 remove warning, key is const 18 years ago
Baptiste Coudurier 55de95b9c7 indention 18 years ago
Baptiste Coudurier 33bddcdc13 follow michael suggestion and simplify code at object level 18 years ago
Ronald S. Bultje 621810045c makes the filename member of the URLContext a pointer, so that the 18 years ago
Ronald S. Bultje fb2b4fc50a add support for HTTP seeking 18 years ago
Reimar Döffinger 86074ce341 Make seeking work in files that contain encrypted tracks. 18 years ago
Reimar Döffinger d188691205 10l, > vs. >= typo, caused crashes on last mpc frame 18 years ago
Reimar Döffinger 1fe68f0e7c Simplify klv_decode_ber_length 18 years ago
Baptiste Coudurier 3439dc9507 seek back at the end of file after updating header 18 years ago
Baptiste Coudurier 8f36d4ba4d simplify 18 years ago
Baptiste Coudurier 2ab573cdc3 priv_data is allocated internally 18 years ago
Baptiste Coudurier a0dc1ccd29 enable mjpeg in swf 18 years ago
Baptiste Coudurier 655254f001 simplify 18 years ago
Baptiste Coudurier 5b1e5dce35 swf can contain only one audio track, simplify 18 years ago
Baptiste Coudurier 432cef7605 use ch_id as AVStream id and simplify 18 years ago
Baptiste Coudurier ec54839ab1 always export audiostreams 18 years ago
Baptiste Coudurier b4bcf81001 always export videostreams 18 years ago
Baptiste Coudurier 6ac558eefc AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor 18 years ago
Reimar Döffinger 977d126e6e Use macros to eliminate code duplication in MXF metadata read functions. 18 years ago
Reimar Döffinger 2d193b2ea0 Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something 18 years ago
Reimar Döffinger 717f1019a8 Fix error message, it's package ref that can not be found, not track in this case 18 years ago
Diego Biurrun 6187b8bde3 typo: pallete --> palette 18 years ago
Roman Shaposhnik 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
Baptiste Coudurier c3135e11f4 add official VC1 fourcc 18 years ago
Baptiste Coudurier dfc58c5d64 removed unused av_frac_set 18 years ago