summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, use correct cid tableBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* should be more correctBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, ↵Baptiste Coudurier2007-08-04
| | | | | | 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
* indentMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-04
| | | | Originally committed as revision 9893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-04
| | | | Originally committed as revision 9892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use array instead of bitmaskJustin Ruggles2007-08-04
| | | | Originally committed as revision 9891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-04
| | | | Originally committed as revision 9890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-04
| | | | Originally committed as revision 9888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2007-08-04
| | | | Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dither zero-bit mantissas by default. remove dithering only if it's ↵Justin Ruggles2007-08-04
| | | | | | explicitly turned off. Originally committed as revision 9886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MS wav codecsMichael Niedermayer2007-08-04
| | | | | | 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
* simplify coefficient decodingJustin Ruggles2007-08-04
| | | | Originally committed as revision 9884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-04
| | | | Originally committed as revision 9883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-03
| | | | Originally committed as revision 9882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* URL of the webinterfaceMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some double timebase convertionMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove the mailinglist still preferred note, roundup is much nicer even thoughMichael Niedermayer2007-08-03
| | | | | | it still has some issues which lu_zero needs to deal with :) Originally committed as revision 9877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-03
| | | | | | | | -ss should now work again fixes decoding of low.ogg closes issue47 Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: be sure all lines fit into 79 charactersAlex Beregszaszi2007-08-03
| | | | Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent correctlyAlex Beregszaszi2007-08-03
| | | | Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use getCachedContext instead getContext to support resolution change. Patch ↵Glenn A. Serre2007-08-03
| | | | | | by Glenn A. Serre Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
| | | | Originally committed as revision 9872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
| | | | | | | fixes video decoding of AC3TEST.vob closes issue19 Originally committed as revision 9870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct order of fixedpoint in CONFIG listMarc Hoffman2007-08-02
| | | | Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-08-02
| | | | Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify s->mv_dir initMichael Niedermayer2007-08-02
| | | | Originally committed as revision 9867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-fixedpoint, for configuring fixedpoint optimizations, this is just ↵Marc Hoffman2007-08-02
| | | | | | the config aspect Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of mb_type_lenMichael Niedermayer2007-08-01
| | | | Originally committed as revision 9865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
| | | | | | matches the order of some other stuff and allows some simplifications) Originally committed as revision 9864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-01
| | | | | | 18 cpu cycles faster for matrixbench Originally committed as revision 9863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-01
| | | | | | safes 24 cpu cycles Originally committed as revision 9862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making reference models have the same APIMarc Hoffman2007-08-01
| | | | Originally committed as revision 9861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changeMichael Niedermayer2007-08-01
| | | | | | | | | | | | | | | | | 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
* replace some "disabled" calls with "! enabled"Måns Rullgård2007-08-01
| | | | Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-01
| | | | Originally committed as revision 9858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-01
| | | | | | saves another 4 cpu cycles Originally committed as revision 9857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge/simplify 2 if()Michael Niedermayer2007-08-01
| | | | | | ~4 cpu cylces faster for the matrixbench video Originally committed as revision 9856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge 2 if()Michael Niedermayer2007-08-01
| | | | | | this safes 1-2 cpu cycles Originally committed as revision 9855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetical orderDiego Biurrun2007-08-01
| | | | Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant variable declarations.Diego Biurrun2007-08-01
| | | | Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-01
| | | | Originally committed as revision 9852 to svn://svn.ffmpeg.org/ffmpeg/trunk