]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agocorrect initial timestamps which have AV_NOPTS_VALUE
Michael Niedermayer [Sat, 4 Aug 2007 22:46:13 +0000 (22:46 +0000)]
correct initial timestamps which have AV_NOPTS_VALUE

Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd support for downmixing to stereo or mono
Justin Ruggles [Sat, 4 Aug 2007 22:32:17 +0000 (22:32 +0000)]
add support for downmixing to stereo or mono

Originally committed as revision 9916 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agotopic explanations
Michael Niedermayer [Sat, 4 Aug 2007 22:30:28 +0000 (22:30 +0000)]
topic explanations

Originally committed as revision 9915 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse dsputil for float to signed 16-bit sample conversion
Justin Ruggles [Sat, 4 Aug 2007 20:59:22 +0000 (20:59 +0000)]
use dsputil for float to signed 16-bit sample conversion

Originally committed as revision 9914 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd support for grayscale MJPEG streams sent by Axis cameras such as the
Sam Hocevar [Sat, 4 Aug 2007 20:49:39 +0000 (20:49 +0000)]
Add support for grayscale MJPEG streams sent by Axis cameras such as the
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

16 years agoflashsv regression test
Michael Niedermayer [Sat, 4 Aug 2007 20:35:50 +0000 (20:35 +0000)]
flashsv regression test
closes issue5

Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: indentation
Justin Ruggles [Sat, 4 Aug 2007 20:32:57 +0000 (20:32 +0000)]
cosmetics: indentation

Originally committed as revision 9911 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoconsolidate decoding of lfe and coupling channels with decoding of full-bandwidth...
Justin Ruggles [Sat, 4 Aug 2007 19:19:48 +0000 (19:19 +0000)]
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels.

Originally committed as revision 9910 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agobe slightly more careful with copying the codec_tag in the streamcopy case
Michael Niedermayer [Sat, 4 Aug 2007 16:03:39 +0000 (16:03 +0000)]
be slightly more careful with copying the codec_tag in the streamcopy case
fixes streamcopy of Xmen-avc-500.vp6 into flv
closes issue 57

Originally committed as revision 9909 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agothere are only 4 rematrixing bands
Justin Ruggles [Sat, 4 Aug 2007 15:01:21 +0000 (15:01 +0000)]
there are only 4 rematrixing bands

Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: use more appropriate names for iterator variables.
Justin Ruggles [Sat, 4 Aug 2007 13:52:56 +0000 (13:52 +0000)]
cosmetics: use more appropriate names for iterator variables.

Originally committed as revision 9907 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove dnxhd data tables to separate file
Baptiste Coudurier [Sat, 4 Aug 2007 13:41:33 +0000 (13:41 +0000)]
move dnxhd data tables to separate file

Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove some variables to a more local scope.
Justin Ruggles [Sat, 4 Aug 2007 13:30:37 +0000 (13:30 +0000)]
move some variables to a more local scope.

Originally committed as revision 9905 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomake exponent decoding consistent (prepare for merging coupling and lfe code with...
Justin Ruggles [Sat, 4 Aug 2007 13:26:46 +0000 (13:26 +0000)]
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code).

Originally committed as revision 9904 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodnxhd 120 progressive support
Baptiste Coudurier [Sat, 4 Aug 2007 13:26:29 +0000 (13:26 +0000)]
dnxhd 120 progressive support

Originally committed as revision 9903 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoindentation
Baptiste Coudurier [Sat, 4 Aug 2007 13:18:30 +0000 (13:18 +0000)]
indentation

Originally committed as revision 9902 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodnxhd 185 interlaced support
Baptiste Coudurier [Sat, 4 Aug 2007 13:17:53 +0000 (13:17 +0000)]
dnxhd 185 interlaced support

Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetic
Baptiste Coudurier [Sat, 4 Aug 2007 13:10:16 +0000 (13:10 +0000)]
cosmetic

Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agono need to duplicate cid table vars in context
Baptiste Coudurier [Sat, 4 Aug 2007 13:09:08 +0000 (13:09 +0000)]
no need to duplicate cid table vars in context

Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l, use correct cid table
Baptiste Coudurier [Sat, 4 Aug 2007 13:03:12 +0000 (13:03 +0000)]
10l, use correct cid table

Originally committed as revision 9898 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd coding unit size for interlaced decoding
Baptiste Coudurier [Sat, 4 Aug 2007 12:59:49 +0000 (12:59 +0000)]
add coding unit size for interlaced decoding

Originally committed as revision 9897 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoshould be more correct
Baptiste Coudurier [Sat, 4 Aug 2007 12:43:31 +0000 (12:43 +0000)]
should be more correct

Originally committed as revision 9896 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge...
Baptiste Coudurier [Sat, 4 Aug 2007 12:33:34 +0000 (12:33 +0000)]
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov

Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoindent
Michael Niedermayer [Sat, 4 Aug 2007 12:21:00 +0000 (12:21 +0000)]
indent

Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: use braces when it makes the code easier to read.
Justin Ruggles [Sat, 4 Aug 2007 12:04:41 +0000 (12:04 +0000)]
cosmetics: use braces when it makes the code easier to read.

Originally committed as revision 9893 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agochange AC3DecodeContext variable to local variable
Justin Ruggles [Sat, 4 Aug 2007 11:55:10 +0000 (11:55 +0000)]
change AC3DecodeContext variable to local variable

Originally committed as revision 9892 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse array instead of bitmask
Justin Ruggles [Sat, 4 Aug 2007 11:39:47 +0000 (11:39 +0000)]
use array instead of bitmask

Originally committed as revision 9891 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
Michael Niedermayer [Sat, 4 Aug 2007 11:01:11 +0000 (11:01 +0000)]
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.

Originally committed as revision 9890 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse table for converting dynamic range codes to scale factors
Justin Ruggles [Sat, 4 Aug 2007 03:27:05 +0000 (03:27 +0000)]
use table for converting dynamic range codes to scale factors

Originally committed as revision 9889 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse floating-point mantissa dequantization tables
Justin Ruggles [Sat, 4 Aug 2007 03:21:17 +0000 (03:21 +0000)]
use floating-point mantissa dequantization tables

Originally committed as revision 9888 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: indentation
Justin Ruggles [Sat, 4 Aug 2007 01:14:14 +0000 (01:14 +0000)]
cosmetics: indentation

Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodither zero-bit mantissas by default. remove dithering only if it's explicitly turned...
Justin Ruggles [Sat, 4 Aug 2007 01:13:08 +0000 (01:13 +0000)]
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off.

Originally committed as revision 9886 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodetect MS wav codecs
Michael Niedermayer [Sat, 4 Aug 2007 00:22:28 +0000 (00:22 +0000)]
detect MS wav codecs
fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov

Originally committed as revision 9885 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify coefficient decoding
Justin Ruggles [Sat, 4 Aug 2007 00:12:23 +0000 (00:12 +0000)]
simplify coefficient decoding

Originally committed as revision 9884 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomerge decoding of coupling channel coefficients and regular channel coefficients
Justin Ruggles [Sat, 4 Aug 2007 00:04:17 +0000 (00:04 +0000)]
merge decoding of coupling channel coefficients and regular channel coefficients

Originally committed as revision 9883 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosplit out coupling coefficient reconstruction into a separate function
Justin Ruggles [Fri, 3 Aug 2007 23:53:53 +0000 (23:53 +0000)]
split out coupling coefficient reconstruction into a separate function

Originally committed as revision 9882 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodrop non keyframes before the first keyframe for stream copy
Michael Niedermayer [Fri, 3 Aug 2007 23:25:03 +0000 (23:25 +0000)]
drop non keyframes before the first keyframe for stream copy

Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix block_align for mp3 stream copy
Michael Niedermayer [Fri, 3 Aug 2007 23:23:42 +0000 (23:23 +0000)]
fix block_align for mp3 stream copy

Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoURL of the webinterface
Michael Niedermayer [Fri, 3 Aug 2007 21:59:01 +0000 (21:59 +0000)]
URL of the webinterface

Originally committed as revision 9879 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoget rid of some double timebase convertion
Michael Niedermayer [Fri, 3 Aug 2007 20:49:53 +0000 (20:49 +0000)]
get rid of some double timebase convertion

Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove the mailinglist still preferred note, roundup is much nicer even though
Michael Niedermayer [Fri, 3 Aug 2007 19:29:52 +0000 (19:29 +0000)]
remove the mailinglist still preferred note, roundup is much nicer even though
it still has some issues which lu_zero needs to deal with :)

Originally committed as revision 9877 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoproperly implement "user specified start time offset" which was added in r3217
Michael Niedermayer [Fri, 3 Aug 2007 19:21:50 +0000 (19:21 +0000)]
properly implement "user specified start time offset" which was added in r3217
-ss should now work again
fixes decoding of low.ogg
closes issue47

Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: be sure all lines fit into 79 characters
Alex Beregszaszi [Fri, 3 Aug 2007 18:46:59 +0000 (18:46 +0000)]
cosmetics: be sure all lines fit into 79 characters

Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: indent correctly
Alex Beregszaszi [Fri, 3 Aug 2007 18:45:44 +0000 (18:45 +0000)]
cosmetics: indent correctly

Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse getCachedContext instead getContext to support resolution change. Patch by Glenn...
Glenn A. Serre [Fri, 3 Aug 2007 18:44:44 +0000 (18:44 +0000)]
Use getCachedContext instead getContext to support resolution change. Patch by Glenn A. Serre

Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReduce Theora decoder verbosity.
Diego Biurrun [Fri, 3 Aug 2007 16:43:11 +0000 (16:43 +0000)]
Reduce Theora decoder verbosity.

Originally committed as revision 9872 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove code which adds a AVPacket into the packet buffer into its own function
Michael Niedermayer [Fri, 3 Aug 2007 08:56:00 +0000 (08:56 +0000)]
move code which adds a AVPacket into the packet buffer into its own function

Originally committed as revision 9871 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agooutput last frame if seq end code is encountered
Michael Niedermayer [Thu, 2 Aug 2007 20:49:42 +0000 (20:49 +0000)]
output last frame if seq end code is encountered
fixes video decoding of AC3TEST.vob
closes issue19

Originally committed as revision 9870 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocorrect order of fixedpoint in CONFIG list
Marc Hoffman [Thu, 2 Aug 2007 11:32:04 +0000 (11:32 +0000)]
correct order of fixedpoint in CONFIG list

Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unused variable.
Diego Biurrun [Thu, 2 Aug 2007 07:42:06 +0000 (07:42 +0000)]
Remove unused variable.

Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify s->mv_dir init
Michael Niedermayer [Thu, 2 Aug 2007 01:28:37 +0000 (01:28 +0000)]
simplify s->mv_dir init

Originally committed as revision 9867 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago--enable-fixedpoint, for configuring fixedpoint optimizations, this is just the confi...
Marc Hoffman [Thu, 2 Aug 2007 00:14:11 +0000 (00:14 +0000)]
--enable-fixedpoint, for configuring fixedpoint optimizations, this is just the config aspect

Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoget rid of mb_type_len
Michael Niedermayer [Wed, 1 Aug 2007 22:39:03 +0000 (22:39 +0000)]
get rid of mb_type_len

Originally committed as revision 9865 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
Michael Niedermayer [Wed, 1 Aug 2007 22:12:52 +0000 (22:12 +0000)]
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
matches the order of some other stuff and allows some simplifications)

Originally committed as revision 9864 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoexchange if() and for() in the MT_FIELD case
Michael Niedermayer [Wed, 1 Aug 2007 21:17:26 +0000 (21:17 +0000)]
exchange if() and for() in the MT_FIELD case
18 cpu cycles faster for matrixbench

Originally committed as revision 9863 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoexchange for() and if() order in the MT_FRAME case
Michael Niedermayer [Wed, 1 Aug 2007 21:05:58 +0000 (21:05 +0000)]
exchange  for() and if() order in the MT_FRAME case
safes 24 cpu cycles

Originally committed as revision 9862 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomaking reference models have the same API
Marc Hoffman [Wed, 1 Aug 2007 20:44:08 +0000 (20:44 +0000)]
making reference models have the same API

Originally committed as revision 9861 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agochange
Michael Niedermayer [Wed, 1 Aug 2007 20:37:41 +0000 (20:37 +0000)]
change
for(){
    if(){
        switch(){

to
switch(){
    for(){
        if(){

this halfs the number of times the switch is executed in bidir blocks, in
other blocks the number is the same
25 cpu cycles less with matrixbench on duron

Originally committed as revision 9860 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoreplace some "disabled" calls with "! enabled"
Måns Rullgård [Wed, 1 Aug 2007 20:23:29 +0000 (20:23 +0000)]
replace some "disabled" calls with "! enabled"

Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomerge another 2 if() to save a few cpu cycles
Michael Niedermayer [Wed, 1 Aug 2007 20:04:12 +0000 (20:04 +0000)]
merge another 2 if() to save a few cpu cycles

Originally committed as revision 9858 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoreorder if() so that the condition can be simplified
Michael Niedermayer [Wed, 1 Aug 2007 19:37:28 +0000 (19:37 +0000)]
reorder if() so that the condition can be simplified
saves another 4 cpu cycles

Originally committed as revision 9857 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomerge/simplify 2 if()
Michael Niedermayer [Wed, 1 Aug 2007 19:26:24 +0000 (19:26 +0000)]
merge/simplify 2 if()
~4 cpu cylces faster for the matrixbench video

Originally committed as revision 9856 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomerge 2 if()
Michael Niedermayer [Wed, 1 Aug 2007 19:17:36 +0000 (19:17 +0000)]
merge 2 if()
this safes 1-2 cpu cycles

Originally committed as revision 9855 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoalphabetical order
Diego Biurrun [Wed, 1 Aug 2007 19:10:54 +0000 (19:10 +0000)]
alphabetical order

Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove redundant variable declarations.
Diego Biurrun [Wed, 1 Aug 2007 19:06:19 +0000 (19:06 +0000)]
Remove redundant variable declarations.

Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse buf_ptr to correctly decode second field
Baptiste Coudurier [Wed, 1 Aug 2007 13:18:23 +0000 (13:18 +0000)]
use buf_ptr to correctly decode second field

Originally committed as revision 9852 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove gray so as to not introduce further misordering
Michael Niedermayer [Wed, 1 Aug 2007 13:02:31 +0000 (13:02 +0000)]
move gray so as to not introduce further misordering

Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unneeded gray="no"
Michael Niedermayer [Wed, 1 Aug 2007 13:00:01 +0000 (13:00 +0000)]
remove unneeded gray="no"

Originally committed as revision 9850 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadding myself to the CREDITS
Marc Hoffman [Wed, 1 Aug 2007 02:16:08 +0000 (02:16 +0000)]
adding myself to the CREDITS

Originally committed as revision 9849 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoalign array used in mdct. fixes segfault.
Justin Ruggles [Wed, 1 Aug 2007 01:13:58 +0000 (01:13 +0000)]
align array used in mdct. fixes segfault.

Originally committed as revision 9848 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse ENABLE_GRAY
Michael Niedermayer [Wed, 1 Aug 2007 01:01:03 +0000 (01:01 +0000)]
use ENABLE_GRAY

Originally committed as revision 9847 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomake grayscale only decoding checks in inner loops compiletime killable
Michael Niedermayer [Wed, 1 Aug 2007 00:39:39 +0000 (00:39 +0000)]
make grayscale only decoding checks in inner loops compiletime killable

Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove some code which was executed for every skipped MB so it is only executed
Michael Niedermayer [Tue, 31 Jul 2007 21:39:09 +0000 (21:39 +0000)]
move some code which was executed for every skipped MB so it is only executed
for the first skipped mb in a run

Originally committed as revision 9845 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoget rid of a useless variable
Michael Niedermayer [Tue, 31 Jul 2007 21:00:17 +0000 (21:00 +0000)]
get rid of a useless variable

Originally committed as revision 9844 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoavoid 2 additions (1 cpu cycle) per MB
Michael Niedermayer [Tue, 31 Jul 2007 20:52:49 +0000 (20:52 +0000)]
avoid 2 additions (1 cpu cycle) per MB

Originally committed as revision 9843 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agochroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
Michael Niedermayer [Tue, 31 Jul 2007 20:44:48 +0000 (20:44 +0000)]
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it

Originally committed as revision 9842 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix typo
Panagiotis Issaris [Tue, 31 Jul 2007 16:22:57 +0000 (16:22 +0000)]
Fix typo

Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofill title, author, copyright and comment fields by parsing udta atom
Benoit Fouet [Tue, 31 Jul 2007 15:20:36 +0000 (15:20 +0000)]
fill title, author, copyright and comment fields by parsing udta atom

Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodeal with the case where one of pts,dts has wrapped but the other has not
Michael Niedermayer [Tue, 31 Jul 2007 15:06:27 +0000 (15:06 +0000)]
deal with the case where one of pts,dts has wrapped but the other has not

Originally committed as revision 9839 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix mem leak
Daniel Kristjansson [Tue, 31 Jul 2007 14:51:21 +0000 (14:51 +0000)]
fix mem leak
patch by Daniel Kristjansson: [danielk cuymedia net]
Original thread: [FFmpeg-devel] [PATCH] alloc_picture needs to free buffer when
it's not going to use it
Date: 07/20/2007 07:27 PM

Originally committed as revision 9838 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIdentifiers starting with underscores are reserved.
Diego Biurrun [Tue, 31 Jul 2007 06:55:48 +0000 (06:55 +0000)]
Identifiers starting with underscores are reserved.

Originally committed as revision 9837 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix cabac decoding with some Blue-Ray sources
Andreas Öman [Mon, 30 Jul 2007 21:19:36 +0000 (21:19 +0000)]
fix cabac decoding with some Blue-Ray sources
Patch by Andreas Öman %andreas A olebyn P nu%
Original thread:
Date: Jul 7, 2007 1:23 AM
Subject: [FFmpeg-devel] Corrupted blocks and seeking issues in H264 disc sources

Originally committed as revision 9836 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agokill antiwrapping code, i do not think this did anything good
Michael Niedermayer [Mon, 30 Jul 2007 18:57:47 +0000 (18:57 +0000)]
kill antiwrapping code, i do not think this did anything good
fixes decoding of rete4.ps
closes issue44

Originally committed as revision 9835 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
Roman Shaposhnik [Mon, 30 Jul 2007 18:05:46 +0000 (18:05 +0000)]
  replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32

Originally committed as revision 9834 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoHandle malloc failure
Panagiotis Issaris [Mon, 30 Jul 2007 13:58:17 +0000 (13:58 +0000)]
Handle malloc failure

Originally committed as revision 9833 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agotreat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect...
Baptiste Coudurier [Mon, 30 Jul 2007 10:00:42 +0000 (10:00 +0000)]
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample

Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosupport silly PCM variant used by zork nemesis
Michael Niedermayer [Mon, 30 Jul 2007 02:05:16 +0000 (02:05 +0000)]
support silly PCM variant used by zork nemesis
fixes audio decoding of T000A11C.AVI

Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoprevent assert failure with negative quant_offset
Michael Niedermayer [Sun, 29 Jul 2007 21:34:31 +0000 (21:34 +0000)]
prevent assert failure with negative quant_offset

Originally committed as revision 9830 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agowarn user if max=bitrate && max > min
Michael Niedermayer [Sun, 29 Jul 2007 19:21:56 +0000 (19:21 +0000)]
warn user if max=bitrate && max > min

Originally committed as revision 9829 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosupport raw 4bpp avi
Michael Niedermayer [Sun, 29 Jul 2007 13:32:53 +0000 (13:32 +0000)]
support raw 4bpp avi
fixes dance1.avi
closes issue40

Originally committed as revision 9828 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomake the reference code use double instead of float where it is easy
Michael Niedermayer [Sun, 29 Jul 2007 10:11:12 +0000 (10:11 +0000)]
make the reference code use double instead of float where it is easy

Originally committed as revision 9827 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoprint max and mse
Michael Niedermayer [Sun, 29 Jul 2007 09:58:36 +0000 (09:58 +0000)]
print max and mse

Originally committed as revision 9826 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake bicubic interpolation standard compliant
Christophe Gisquet [Sun, 29 Jul 2007 04:04:21 +0000 (04:04 +0000)]
Make bicubic interpolation standard compliant

Patch by Christophe GISQUET
(echo -e "christophe\056gisquet\100 (antonym to malloc()) \056fr")

Thread [PATCH] Binary identicity for ffvc1 (was Re: [PATCH] VC-1 MMX DSP functions)

Originally committed as revision 9825 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify stereo rematrixing
Justin Ruggles [Sun, 29 Jul 2007 00:58:32 +0000 (00:58 +0000)]
simplify stereo rematrixing

Originally committed as revision 9824 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agochange 2 fields from context to local variables
Justin Ruggles [Sun, 29 Jul 2007 00:35:30 +0000 (00:35 +0000)]
change 2 fields from context to local variables

Originally committed as revision 9823 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoBLOCK_SIZE is not used properly, just use numbers instead to avoid confusion
Justin Ruggles [Sat, 28 Jul 2007 20:50:25 +0000 (20:50 +0000)]
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion

Originally committed as revision 9822 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove broken downmixing. will add new implementation later.
Justin Ruggles [Sat, 28 Jul 2007 19:33:19 +0000 (19:33 +0000)]
remove broken downmixing. will add new implementation later.

Originally committed as revision 9821 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoTake care of some renames (Doxygen and function name) after the previous pure rename...
Panagiotis Issaris [Sat, 28 Jul 2007 18:26:43 +0000 (18:26 +0000)]
Take care of some renames (Doxygen and function name) after the previous pure rename patch.

Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename h264dsp.c to h264dspenc.c
Panagiotis Issaris [Sat, 28 Jul 2007 18:23:35 +0000 (18:23 +0000)]
Rename h264dsp.c to h264dspenc.c

Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge get_str() and get_str8() functions.
Ronald S. Bultje [Sat, 28 Jul 2007 18:05:11 +0000 (18:05 +0000)]
Merge get_str() and get_str8() functions.
patch by Ronald S. Bultje, rsbultje gmail com

Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk