1955 Commits (6b27f3b87f5a5b4ab3afb00e915d156301b41958)

Author SHA1 Message Date
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
Baptiste Coudurier 702dfe0194 remove #if obsoleted after last major version bump 18 years ago
Baptiste Coudurier 8fae2df5e8 10l, only allocate priv_data if not already done 18 years ago
Baptiste Coudurier c6efa4b5b0 humm, actually do what's in the doxy 18 years ago
Baptiste Coudurier fed7d06796 priv_data is allocated/freed internally 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin 18 years ago
Baptiste Coudurier e943369fd4 simplify 18 years ago
Baptiste Coudurier 17230c9d4d dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 18 years ago
Michael Niedermayer d0966f026c missdetected a broken mp3 18 years ago
Michael Niedermayer 69c262d156 indention 18 years ago
Michael Niedermayer 1694118b9b nth try of getting the frame rate detecton working 18 years ago
Benjamin Larsson 09d8c0ae83 VP6 and flashsv stream copy and muxing support. 18 years ago
Michael Niedermayer aa38b09769 AVSEEK_SIZE doxy 18 years ago
Michael Niedermayer 1ae2c5f2e7 fix indention of previous commit 18 years ago
Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 18 years ago
Michael Niedermayer ecec87afc6 revert regression test breaking change 18 years ago
Kostya Shishkov aac88b534c Decode previous 32 frames to avoid seeking artifacts in MPC 18 years ago
Kostya Shishkov 0587b0cacd Make MPC demuxer deal with ID3 tags at the beginning 18 years ago
Michael Niedermayer 4b96d28abc ignore duration of the first 2 frames in the max-time break check 18 years ago
Michael Niedermayer 6268538afa do not base frame rate guess on just one duration 18 years ago
Allan Hsu 148c9bdbb8 Patch for the FLV muxer to supply more complete metadata 18 years ago