Michael Niedermayer
b534c7f92a
some benchmarking code
...
Originally committed as revision 1901 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9fe690c88f
optimize
...
Originally committed as revision 1900 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14b74d381a
cleanup
...
Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d07f90433a
truncated h263 decoding support / H263-ES "demuxer"
...
Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
e67e14d54c
1l
...
Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a9a07762b8
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
...
Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
d9974a4867
Made it work again -- it now detects fish! (This involved clearing out
...
some accumulated bit rot)
Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
31d8cb134d
* compile fixes by Mitch at Bits.COM
...
Originally committed as revision 1894 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6d50b2e673
cleanup
...
Originally committed as revision 1893 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Wolfgang Hesseler
3859736446
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
...
Originally committed as revision 1892 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3d2e8cce3a
ASV1 codec
...
with postprocessing support :)
Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
22493ab9cb
fix subtle logic problem in block unpacker that leads to incorrect token
...
decoding which leads to segfaults
Originally committed as revision 1890 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6d71b38207
improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit
...
Originally committed as revision 1889 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
62cf114b59
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered)
...
Originally committed as revision 1888 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
377ec88802
bigendian fix
...
Originally committed as revision 1887 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4c701ac80d
CODEC_CAP_DRAW_HORIZ_BAND
...
Originally committed as revision 1886 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
669ac79cf5
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...)
...
Originally committed as revision 1885 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Falk Hüffner
3db320ea0c
Warning fixes.
...
Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
94d44f455c
optimize
...
Originally committed as revision 1883 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d8085ea727
cleanup
...
Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3bb10888ff
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
...
Originally committed as revision 1881 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
41fda91d09
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)
...
Originally committed as revision 1880 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
d4961b3523
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
...
Originally committed as revision 1879 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b82cdc7278
make sh4 IDCT optional, so the user can choose
...
Originally committed as revision 1878 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
0c6bd2ea0a
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
...
Originally committed as revision 1877 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
joca@rixmail.se
891f64b339
AMR-NB audio support patch by (<joca at rixmail dot se>)
...
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
17fb5fd34e
libmpeg2 style bitstream reader fixes
...
Originally committed as revision 1875 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
924311cd98
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)
...
Originally committed as revision 1874 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
cfd06ceb27
misc. updates
...
Originally committed as revision 1873 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
05858889b2
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>)
...
Originally committed as revision 1872 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
d8e00c0997
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
...
Originally committed as revision 1871 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
BERO
7062fad6e9
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi
...
Originally committed as revision 1870 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f7a8c179a7
optimizations
...
Originally committed as revision 1869 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
d04fdff161
* oops - reversed last commit
...
Originally committed as revision 1868 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4704097a2b
optimizations
...
Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f138f88364
100l (document buffer padding requirements)
...
Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
2def278a45
* sync
...
Originally committed as revision 1865 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
25fa62e13a
* added s263 (mapped to h263 - 3gp files)
...
* less strict header detection - also do not call exit when it's not found.
Originally committed as revision 1864 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
9ed83b0a93
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
...
(IMHO only SMI chunk should be stored in extradata)
Originally committed as revision 1863 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
445ad18d65
* link libfaad when needed
...
Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
aea22133c4
* quiet missing EOF \n warning
...
Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0fc50e58f6
* simple options to enable faad support (no runtime compile checking is made)
...
(just like with few others...)
Originally committed as revision 1860 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
fd6e513ee1
* uninitialized/unused vars cleanup
...
Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5ca1d879bb
* support for AAC audio (esds decoding - using extradata)
...
* using MOV_atom_t instead of 3 args
* chunk parsers ordered alphabeticaly
Originally committed as revision 1858 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
280bd7b7de
* support for AAC audio streams via libfaad
...
* could be complied with runtime linking of libfaad (CONFIG_FAADBIN)
* missing/untested support for raw AAC streams (maybe there will be
just one entry for aac)
* missing configure check for libfaad/config option
Originally committed as revision 1857 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
74c0ac1274
fix image buffer leak on keyframes, add more error condition checks
...
Originally committed as revision 1856 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
affd55a132
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
...
* adding regression tests for all pix_fmt conversions
* making libavtest part of the default testsuite
Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Måns Rullgård
5f6b58def2
makes configure create the libpostproc directory and
...
Makefile, when running outside of the source dir patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Originally committed as revision 1854 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dan Christiansen
04431ca1c0
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0549302188
more idct_permute docs
...
Originally committed as revision 1852 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago