Benoit Fouet
1beb670a2d
fix a typo
...
Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
716e31ea1a
Make two comments doxygen compatible.
...
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12878 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
56cce5bbff
Add descriptive long_name to AVCodec
...
Patch by: stefano sabatini-lala poste it
Originally committed as revision 12876 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1f655c4fe4
indent
...
Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5eeba07ec9
Factorize more code.
...
Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5a5a27c5de
Factorize decode_postfix() out.
...
Originally committed as revision 12873 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c49c5e23dc
Change k limiting code, i think the code was buggy.
...
If you have ALAC files TEST them! Mine produce the same md5 but the new
code is not identical if limiting does happen.
Originally committed as revision 12872 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
59b377ac86
more senseless code
...
One wonders how such stuff gets past the reviews ...
Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
26df3ba28c
senseless code
...
Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ec04a74e70
useless variable
...
Originally committed as revision 12869 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ea3372a256
simplify
...
Originally committed as revision 12868 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b153c68b8a
fix building of test programs (make tests)
...
Originally committed as revision 12867 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
80465c7eed
cosmetics: Fix nonstandard indentation.
...
Originally committed as revision 12863 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
591d87babe
Cosmetics:
...
Break long lines.
Correct spelling in comment (duplicatin -> duplicating)
Originally committed as revision 12862 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
efe6079d2d
unused
...
Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3d00125645
cosmetic
...
Originally committed as revision 12858 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a1b914b20d
Move the *-1 to a more sane place as well.
...
Originally committed as revision 12857 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5d32325a7b
Move scale_bias to a more sane place. I am starting to wonder how this
...
trash got into svn ...
Originally committed as revision 12856 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
687550d35e
simplify
...
Originally committed as revision 12855 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5c65660506
Avoid reverse addressing, not sure if this is faster or slower but people
...
maybe are confused by it. The code needs to be optimized anyway.
Originally committed as revision 12854 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2f75d26c10
commutative law based cleanup
...
Originally committed as revision 12853 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dcafb28d01
do the -1 outside of the transform
...
Originally committed as revision 12852 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6fab025d30
normalize signs
...
Originally committed as revision 12851 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
115682e598
100l lost add_bias
...
Originally committed as revision 12849 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e616c6d612
simplify transform
...
Originally committed as revision 12848 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
52cb7981e2
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.
...
Move decode_significance_x86() and decode_significance_8x8_x86() to
i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when configured with --disable-optimizations due to
decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is
only defined in h264.c
Originally committed as revision 12846 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
3aa9ede400
Revert 12838 to redo it the right way (use svn copy to create new
...
file based on old).
Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
ad246860fa
Test idct_xvid_sse2() in dct-test.
...
Originally committed as revision 12844 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
f73a6393e7
Add a new xvid-style IDCT using SSE2.
...
Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
0e956ba277
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
...
Originally committed as revision 12842 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
e6cfd8fffb
Move decode_significance_x86() and decode_significance_8x8_x86() to
...
i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when configured with --disable-optimizations due to
decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is
only defined in h264.c
Originally committed as revision 12838 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
f4bcc857cb
DCA frame size is constant
...
Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
3fbe711832
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom
...
Originally committed as revision 12824 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Robert Marston
861c63a216
Maxis XA demuxer and decoder.
...
Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task
Date: 04/08/2008 01:36 AM
Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
6f7b915a0d
Indentation
...
Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
b65213c021
Support for BMP os2v1.
...
Originally committed as revision 12815 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Sisir Koppaka
b64c096be9
BFI demuxer
...
Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com)
Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8c2a4ddca3
ILP64 fixes (untested)
...
Originally committed as revision 12807 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e825656f1d
Clear DIRS variable in common.mak, so it does not have to be cleared in
...
each subdirectory Makefile.
Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7b1b3dc128
Unset DIRS after including subdir.mak so that the variable is not used
...
in the other subdirectory Makefiles.
Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
adc393503f
Generate the list of files to clean in subdirectories in common.mak.
...
This way, it can be used from all directories.
Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
77405bb879
Simplify CLEANFILES generation.
...
Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ba0dabbf1f
Add explanatory comments to enum CodecID.
...
Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
05adf49c7c
Remove redundant &.
...
Originally committed as revision 12795 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
54a0b6e590
Add a header file to declare Xvid IDCT functions.
...
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12794 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
59eeddf063
Crop parameters are unsigned, having them negative could be bad and lead
...
to crashes or maybe exploits (not checked at all if this is possible).
Originally committed as revision 12789 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
faf3dfb94b
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
...
and closes issue333.
Originally committed as revision 12788 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
54816a3e3f
cosmetics: Break an overly long line.
...
patch by Keiji Costantini, lists strites net
Originally committed as revision 12783 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
cb9501f4e3
cosmetics: Break some overly long lines.
...
patch by Keiji Costantini, lists strites net
Originally committed as revision 12782 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
08c9bfbaf8
cosmetics: Break some overly long lines.
...
patch by Keiji Costantini, lists strites net
Originally committed as revision 12781 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago