2626 Commits (9853ce8074ac0eefe62e85379552488c43301fe9)

Author SHA1 Message Date
Benoit Fouet a45ec41409 Indentation 18 years ago
Baptiste Coudurier 1b4818452c cosmetics remove struct name with typedef 18 years ago
Baptiste Coudurier 738ebafceb remove unused EssenceContainerData 18 years ago
Baptiste Coudurier 151bdd5d3d skip no more needed on error 18 years ago
Baptiste Coudurier 01dfc64669 remove duplicate entry since now we ignore version byte 18 years ago
Baptiste Coudurier 28b9f98619 typo 18 years ago
Baptiste Coudurier 363f403f28 set pkt pos 18 years ago
Baptiste Coudurier 0e3ea3a26b remove now useless sync key 18 years ago
Baptiste Coudurier 6dc5554328 no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files 18 years ago
Baptiste Coudurier b7889fce2f do not print error message when klv_read_packet fails 18 years ago
Baptiste Coudurier cabe2527ef sync to mxf klv key before trying to read klv packet 18 years ago
Baptiste Coudurier 6982462f50 match uids indenpendantly of the version byte 18 years ago
Baptiste Coudurier 3c6b46d3a5 cosmetics, reorder and classify uids 18 years ago
Michael Niedermayer b91811af83 get rid of if(1) 18 years ago
Michael Niedermayer 9deb6d71b8 get rid of one layer of callback obfuscation 18 years ago
Michael Niedermayer b229219417 kill completely idiotic code which hides all but 2 streams 18 years ago
Michael Niedermayer 165f503a27 correct implementation of "try with auto_guess if first detection fails" 18 years ago
Michael Niedermayer d287b04b6d revert r4802 (try with auto_guess if first detection fails) 18 years ago
Michael Niedermayer 38c48be213 split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack 18 years ago
Michael Niedermayer fc1f90d4e9 move jpegls up, fixes sf bug #1629152 18 years ago
Aurelien Jacobs b1b64c237f typo 18 years ago
Aurelien Jacobs d6649b2a58 use FFSWAP() 18 years ago
Aurelien Jacobs 43e869147a cosmetics: indentation 18 years ago
Aurelien Jacobs 7b2a2ce556 split rm muxer and demuxer in their own files 18 years ago
Michael Niedermayer db8f4a92c9 warn the user about the the mdhd problem 18 years ago
Glenn A. Serre 828bb5f1f6 variable initialization (because of a gcc warning) 18 years ago
Michael Niedermayer 8a59d9a385 fix "incorrect frame size" errors with small.nuv 18 years ago
Benoit Fouet 5faf2d3641 add rgb suffix handling for demuxer 18 years ago
Andreas Öman 0dc56bfae0 id3v2 writer 18 years ago
Andreas Öman 52b53f8653 id3v2 reader 18 years ago
Andreas Öman cb2578d5ef cosmetic v1/v2 renaming 18 years ago
Thijs Vermeir 8bd32c0424 Add transport method options 18 years ago
Thijs Vermeir badc9ae2d5 Add support for options 18 years ago
Alex Beregszaszi 3e2e29fb00 r9095 invalidly removed the check for non-winsock 18 years ago
Alex Beregszaszi 7235183df9 fix FD_SETSIZE handling in our poll() emulation 18 years ago
Baptiste Coudurier 4f60f34a89 print and return error if output is non seekable 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Alex Beregszaszi c8df9c6358 Use usleep instead of sleep, some MinGW versions lack sleep. 18 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 18 years ago
Diego Biurrun 14b2d01058 Drop unnecessary libavcodec/ prefix in #include path. 18 years ago
Corey Hickey 2e374f12b5 Don't forget about audio remaining in buffer, in case there is enough 18 years ago
Alex Beregszaszi 5676d140a9 initial mingw networking support 18 years ago
Baptiste Coudurier 4440b1188e simplify, no need for a function 18 years ago
Baptiste Coudurier 54a5c7193b fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti 18 years ago
Alex Beregszaszi 5f09770382 cosmetics: fix indentation 18 years ago
Baptiste Coudurier c3ebc833b9 dmb1 fourcc, mjpeg_opendml.mov 18 years ago
Benoit Fouet 0ba0c8debb Use url_fopen error code when opening input file 18 years ago
Panagiotis Issaris b484ec78e8 Typos 18 years ago
Luca Abeni e4dd03f395 Reindent code after last commit 18 years ago
Limin Wang 0d6c07329e Allow avoid setting the video standard and input when capturing v4l2 video. 18 years ago