2401 Commits (be3b22f9cae9916405cde209fd93f8593e52ed4b)

Author SHA1 Message Date
Ramiro Polla ee7db7b0b9 Make the pipe URLProtocol share read and write functions with the file URLProtocol 17 years ago
Ramiro Polla 1642cb6b2e Add initialization and cleanup functions for Winsock 17 years ago
Michael Niedermayer 7c04134fa1 set back ptr properly 17 years ago
Michael Niedermayer 4a3b5fe16a move syncpoint cache related stuff to common file 17 years ago
Michael Niedermayer 073811cdd2 fix forw_ptr crc check 17 years ago
Michael Niedermayer f0a9978c92 fix header_checksum 17 years ago
Michael Niedermayer bd533e6cbc store headers twice (getting closer to spec compliance ...) 17 years ago
Michael Niedermayer 7e506494b1 move header writing into its own function 17 years ago
Michael Niedermayer 7a26da44b0 get rid of printf 17 years ago
Michael Niedermayer e1249ba92f write frames and syncpoints 17 years ago
Michael Niedermayer 491216c672 put_t() 17 years ago
Michael Niedermayer 6e6cf116d8 100l 17 years ago
Michael Niedermayer 34f8cc3802 2 FIXME comments 17 years ago
Michael Niedermayer 0fcfa8eb36 add a universal fallback frame code for the case that no other applies 17 years ago
Michael Niedermayer f13ea4e00c move lsb2full to common file 17 years ago
Baptiste Coudurier 9031aeb1cd take care to use video track field number as duration 17 years ago
Michael Niedermayer 5c2198b184 move crc wrapper to slightly better spot 17 years ago
Michael Niedermayer 874abace12 move syncpoint timestamp resetting code to a common file 17 years ago
Michael Niedermayer 44f46a698e remove old unused nut (de)muxer 17 years ago
Michael Niedermayer 47772399ec check forw_ptr CRC 17 years ago
Michael Niedermayer 6c666941eb forw_ptr CRC 17 years ago
Michael Niedermayer 8d9a3f7e21 use a dynamic ByteIOContext instead of using the lavf buffer 17 years ago
Michael Niedermayer 0809b51e52 move stream header writing into its own function 17 years ago
Michael Niedermayer 97d5eb11db move main header writing into its own function 17 years ago
Michael Niedermayer e999435a60 write correct time_base 17 years ago
Michael Niedermayer efd8f22a16 make StreamContext.time_base a pointer 17 years ago
Michael Niedermayer 4d75168f17 variables needed for muxer 17 years ago
Michael Niedermayer dcc9bde010 write stream headers 17 years ago
Michael Niedermayer 70ea1e6922 trying to finally get the nut muxer back uptodate 17 years ago
Alex Beregszaszi 3cf9ea7f48 use proper closesocket defines 17 years ago
Ramiro Polla 6ff3f3e7ce Check for winsock2.h instead of __MINGW32__ 17 years ago
Ramiro Polla 85060fe6b4 MinGW returns EAGAIN instead of EINPROGRESS 17 years ago
Michael Niedermayer c7385375bc ensure that the codec_id detection in av_find_stream_info() does not 17 years ago
Michael Niedermayer b43387d447 more verbose error 17 years ago
Michael Niedermayer 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 17 years ago
Luca Abeni 8767b80f5f Change avf_sdp_create() to get a pre-allocated buffer as input, and to 17 years ago
Luca Abeni 7ba32703dd Fix linking when RTP is disabled and libraries are dynamic 17 years ago
Reimar Döffinger cbb79c0ea8 Hack to support XSUB subtitles in AVI 17 years ago
David Bryant 6b05eb3117 Add the handling of the INT32INFO block to the WavPack decoder. 17 years ago
Justin Ruggles 2477ce2322 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. 17 years ago
Michael Niedermayer 4cd2508139 fix misdetection of out.ac3 17 years ago
Michael Niedermayer 3504467f8b //more debug info 17 years ago
Baptiste Coudurier 4f0a995631 remove now useless vars 17 years ago
Baptiste Coudurier 5fcf2df323 cosmetics, braces/parenthesis style 17 years ago
Baptiste Coudurier c78ed54266 cosmetics, indentation 17 years ago
Baptiste Coudurier c6f05d8122 add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now 17 years ago
Baptiste Coudurier c6377f6143 do not write id3v2 header when writing .mp2 files 17 years ago
Baptiste Coudurier 7a97dd84e3 remove useless raw_write_header 17 years ago
Justin Ruggles ecc8fc11ec additional tweaks to AC3 probe function. give a higher score to a single frame 17 years ago
Justin Ruggles c49c02231c increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. 17 years ago