18 Commits (14a8acf108d24de2794229f755773c2b7459ba67)

Author SHA1 Message Date
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier efb533312f use internal video frame number 17 years ago
Baptiste Coudurier f2ecb775a7 cosmetics 17 years ago
Baptiste Coudurier 92f76fbf23 simplify, use pointer to codec context in struct instead of only id 17 years ago
Baptiste Coudurier ed03be6c49 use AVFifoBuffer 17 years ago
Baptiste Coudurier 2aaf590b17 cosmetics 17 years ago
Baptiste Coudurier 11dae3365a merge init and declaration 17 years ago
Baptiste Coudurier 4a712c3378 simplify and use version instead 17 years ago
Baptiste Coudurier 6ef445fede simplify 17 years ago
Baptiste Coudurier 8d4f0e6749 simplify 17 years ago
Baptiste Coudurier 9caf6781ed cosmetics, remove useless cases and braces 17 years ago
Baptiste Coudurier 58c37c30b4 cosmetics, remove useless dot 17 years ago
Baptiste Coudurier 3e67f255a4 remove useless/obsolete comments 17 years ago
Baptiste Coudurier 3b35f4ab51 split swf de/muxer 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier afecbec22b unset extension, so code path, and guess format do not choose 17 years ago
Paul Egan dfb400a8ea new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com 17 years ago
Baptiste Coudurier e55a4dd328 check av_new_stream return value 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Baptiste Coudurier 1f794d69c0 support swink created files which have soi/eoi broken tags reversed 17 years ago
Baptiste Coudurier 4f0a995631 remove now useless vars 18 years ago
Baptiste Coudurier 5fcf2df323 cosmetics, braces/parenthesis style 18 years ago
Baptiste Coudurier c78ed54266 cosmetics, indentation 18 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 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Baptiste Coudurier dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
Baptiste Coudurier b912ef3fc9 fix pts handling 18 years ago
Alex Beregszaszi 73d6ca4fee 10l, audio_fifo is a static array 18 years ago
Baptiste Coudurier 5095aaa91c use AVFormatContext with av_log 18 years ago
Baptiste Coudurier c544ded699 more explicit message 18 years ago
Baptiste Coudurier 8fafc1cf36 cleanup useless fields 18 years ago
Baptiste Coudurier 013e0a8f35 simplify swf muxer 18 years ago
Baptiste Coudurier dd8a46d9df support for adpcm swf, pcm 18 years ago
Baptiste Coudurier 3922c59fc4 don't parse whole swf file in header, can now play ffserver swf streams 18 years ago
Baptiste Coudurier 024c7378c3 factorize 18 years ago
Baptiste Coudurier dfc1313d28 remove nonsense time base code, use swf ms per frame, only video frames contains pts 18 years ago
Alex Beregszaszi 950d94ad3b use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header 18 years ago
Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 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