summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regressions for r9917Michael Niedermayer2007-08-05
| | | | | | | | | | | | | | | | | (correct initial timestamps which have AV_NOPTS_VALUE) sorry, i will rm tests/seek_test ; make ; make seektest from now on Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE) by values starting from -frame_duration or another guessed value. After r9917 lavf buffers packets until it finds a known timestamp or it buffered too much, it will then correct the previous unknown timestamps in the buffer exactly. For the seek tests that meant that a few initial timestamps would get changed. If no packet in the whole stream contains a timestamp then all timestamps will be changed by first_frame_duration or so as 0 is used instead of -frame_duration as startpoint ... Originally committed as revision 9949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dialogue normalizationJustin Ruggles2007-08-05
| | | | Originally committed as revision 9948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
| | | | | | | return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when RTP is disabled and libraries are dynamicLuca Abeni2007-08-05
| | | | Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper license headerReimar Döffinger2007-08-05
| | | | Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
| | | | Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
| | | | Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
| | | | Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colours except background should not be transparentReimar Döffinger2007-08-05
| | | | Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
| | | | Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
| | | | Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, runbits order was reversedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
| | | | Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
| | | | Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
| | | | Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
| | | | | | | Patch by David Bryant david at $codecname dot com Thread: [FFmpeg-devel] [PATCH] handle INT32INFO in WavPack decoder Originally committed as revision 9932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as ↵Justin Ruggles2007-08-05
| | | | | | AC3 too probable. Originally committed as revision 9931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix misdetection of out.ac3Michael Niedermayer2007-08-05
| | | | Originally committed as revision 9930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* //more debug infoMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless varsBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentationBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add streams on the fly, swf is a streaming format and has no real header, ↵Baptiste Coudurier2007-08-05
| | | | | | correctly detect audio in RamboMJPEGAVP6_112K.swf now Originally committed as revision 9925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless raw_write_headerBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-05
| | | | | | at the start of the stream. also read all available data in the probe buffer. Originally committed as revision 9922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-05
| | | | Originally committed as revision 9921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% ↵Justin Ruggles2007-08-04
| | | | | | reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. Originally committed as revision 9920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for downmixing to stereo or monoJustin Ruggles2007-08-04
| | | | Originally committed as revision 9916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* topic explanationsMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-04
| | | | Originally committed as revision 9914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-04
| | | | | | | 207MW (http://www.axis.com/products/cam_207mw/). patch by Sam Hocevar, sam+ffmpeg zoy org Originally committed as revision 9913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv regression testMichael Niedermayer2007-08-04
| | | | | | closes issue5 Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-08-04
| | | | Originally committed as revision 9911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate decoding of lfe and coupling channels with decoding of ↵Justin Ruggles2007-08-04
| | | | | | full-bandwidth channels. Originally committed as revision 9910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-08-04
| | | | | | | fixes streamcopy of Xmen-avc-500.vp6 into flv closes issue 57 Originally committed as revision 9909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* there are only 4 rematrixing bandsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some variables to a more local scope.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make exponent decoding consistent (prepare for merging coupling and lfe code ↵Justin Ruggles2007-08-04
| | | | | | with normal channel code). Originally committed as revision 9904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk