10978 Commits (f71163d7915a75e75b7ebb3b78e6fb1013327d37)
 

Author SHA1 Message Date
Michael Niedermayer 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 17 years ago
Benjamin Larsson 00a254b7fe Don't encode the first sample twice. 17 years ago
Víctor Paesa d65fb393c9 Revert r9952, as per discussion at 17 years ago
Baptiste Coudurier d0fa156fc5 cosmetic, indentation 17 years ago
Diego Biurrun 43a2ce000a Revert unused fixedpoint declaration. 17 years ago
Michael Niedermayer 3b36389af0 vbv related questions 17 years ago
Michael Niedermayer f754bfb962 get rid of nonsense "tolerance" and mention VBV 17 years ago
Michael Niedermayer d9a1e085cd make it a little harder to find the tracker, this should hopefully 17 years ago
Justin Ruggles f5cefb21d5 cosmetics: blank lines, remove some comments 17 years ago
Justin Ruggles 82758fd690 add pointer to the parent context for use with av_log() 17 years ago
Justin Ruggles 77416325cb use array for dynamic range scaling factors 17 years ago
Michael Niedermayer 5abee3186c thread hijacking 17 years ago
Michael Niedermayer 86852499bf ffmpeg forum 17 years ago
Michael Niedermayer d7826b58d2 make wmv1 and wmv2 playable with M$ DMO decoder 17 years ago
Michael Niedermayer a3be5e589b update seek regressions for r9917 17 years ago
Justin Ruggles 01f354531d add dialogue normalization 17 years ago
Luca Abeni 8767b80f5f Change avf_sdp_create() to get a pre-allocated buffer as input, and to 17 years ago
Baptiste Coudurier fe4ff07aa0 fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf 17 years ago
Luca Abeni 7ba32703dd Fix linking when RTP is disabled and libraries are dynamic 17 years ago
Reimar Döffinger 6628165891 Add proper license header 17 years ago
Reimar Döffinger 369f73062b Remove AVCodecContext parameter from parse_timecode function 17 years ago
Reimar Döffinger e3c90129a4 Fix deinterlacing for odd height 17 years ago
Reimar Döffinger 3c247b4ff7 Deinterlace xsub subtitles 17 years ago
Reimar Döffinger 3143c78716 Colours except background should not be transparent 17 years ago
Reimar Döffinger d5049e2c69 get rid of av_rescale_q, it does not work as intended. 17 years ago
Reimar Döffinger d6136c7618 get rid of xsubdec array and calculate value instead 17 years ago
Reimar Döffinger 737c5ebfc8 10l, runbits order was reversed 17 years ago
Reimar Döffinger cbb79c0ea8 Hack to support XSUB subtitles in AVI 17 years ago
Reimar Döffinger 5968b39635 100l, wrong argument to av_freep 17 years ago
Reimar Döffinger 59f6f64e30 Add forgotten xsub timecode parsing 17 years ago
Reimar Döffinger 7e2643ae8d First version of xsub decoder, not yet tested 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
Loren Merritt 2bf4aa2e93 prevent huffyuv from generating codewords of length 32. (regression in r9069) 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
Michael Niedermayer f683dbdc6a set the previous tag size correctly in flv files 17 years ago
Michael Niedermayer 48a59dfe8e set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE 17 years ago
Michael Niedermayer 8258354849 correct initial timestamps which have AV_NOPTS_VALUE 17 years ago
Justin Ruggles 3bbb0bf82c add support for downmixing to stereo or mono 17 years ago
Michael Niedermayer c0d2d806f3 topic explanations 17 years ago
Justin Ruggles 4e09232070 use dsputil for float to signed 16-bit sample conversion 17 years ago