|
|
|
@8ed2ddb2
|
23 years |
michaelni |
optimization (get_vlc() -> get_vlc2())
Originally committed as …
|
|
|
@edcf9890
|
23 years |
michaelni |
optimization (get_vlc -> get_vlc2)
Originally committed as revision …
|
|
|
@71529954
|
23 years |
michaelni |
return buf_size again, i hope kabi is finally happy now ;)
Originally …
|
|
|
@45a82edb
|
23 years |
michaelni |
rl vlc decoding optimizations
Originally committed as revision 748 to …
|
|
|
@6b765cd2
|
23 years |
mellum |
Warning fix.
Originally committed as revision 747 to …
|
|
|
@d85c5979
|
23 years |
arpi |
don't exit decoder after decoding first field -> fixes angels.avi …
|
|
|
@14ac09bf
|
23 years |
mellum |
Tweak Alpha compiler flags.
Originally committed as revision 745 to …
|
|
|
@361e7cad
|
23 years |
nickols_k |
10L
Originally committed as revision 744 to …
|
|
|
@861dfbb5
|
23 years |
nickols_k |
Add Arpi to list of porters.
Originally committed as revision 743 to …
|
|
|
@36577721
|
23 years |
nickols_k |
Change licence to LGPL since there are no objections from side of …
|
|
|
@6300c80a
|
23 years |
michaelni |
dont trash table in GET_VLC
Originally committed as revision 741 to …
|
|
|
@5ea6f10
|
23 years |
mellum |
Remove some cruft.
Originally committed as revision 740 to …
|
|
|
@adc09b2e
|
23 years |
michaelni |
adding ff prefix to avoid global name conficts with xvid (patch by …
|
|
|
@9d07682
|
23 years |
michaelni |
returning the number of consumed bytes (2nd try)
Originally committed …
|
|
|
@08dce7b0
|
23 years |
michaelni |
get_vlc() optimizations
Originally committed as revision 737 to …
|
|
|
@63e0d4ac
|
23 years |
nickols_k |
Applied patch of Felix Buenemann
Originally committed as revision 736 …
|
|
|
@cceabc86
|
23 years |
michaelni |
get_vlc() optimization
Originally committed as revision 735 to …
|
|
|
@82dd7d0d
|
23 years |
nickols_k |
* prefixication (due Kabi's request)
* generic optimization:
- …
|
|
|
@f197d19
|
23 years |
kabi |
* clean compiler warning
Originally committed as revision 733 to …
|
|
|
@29482cb4
|
23 years |
michaelni |
-O3
Originally committed as revision 732 to …
|
|
|
@ebd62a24
|
23 years |
michaelni |
return the number of consumed bytes instead of 0 or buf_size
…
|
|
|
@ef5e74bb
|
23 years |
michaelni |
c std doesnt like negative shifts -> use asm
Originally committed as …
|
|
|
@df595131
|
23 years |
kabi |
* declare av_free
Originally committed as revision 729 to …
|
|
|
@c60a6560
|
23 years |
michaelni |
warning fix patch by atmos
Originally committed as revision 728 to …
|
|
|
@55cb1ae6
|
23 years |
michaelni |
gcc3 bug workaround
Originally committed as revision 727 to …
|
|
|
@93768378
|
23 years |
michaelni |
fixing sinc filter (seems the problem was caused by rounding in pmulhw …
|
|
|
@be8ffec9
|
23 years |
nickols_k |
new codec: Sorenson v1
Originally committed as revision 726 to …
|
|
|
@8db1a1dd
|
23 years |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and …
|
|
|
@436483c2
|
23 years |
kabi |
* redundant declaration removed
Originally committed as revision 724 …
|
|
|
@de0f2f4c
|
23 years |
michaelni |
wmv1 slice_height != mb_height support
encoding of slice_height != …
|
|
|
@0a12d6fd
|
23 years |
mellum |
Implement clear_blocks_axp.
Originally committed as revision 722 to …
|
|
|
@02da51ec
|
23 years |
mellum |
* Move "restrict" fallback to common.h
* Don't include config.h in …
|
|
|
@a86c461c
|
23 years |
michaelni |
more scaling algos
Originally committed as revision 6638 to …
|
|
|
@3b50d2ad
|
23 years |
fabrice |
added rtp protocol
Originally committed as revision 720 to …
|
|
|
@1617ad97
|
23 years |
fabrice |
added rtsp support (not activated yet)
Originally committed as …
|
|
|
@e309128f
|
23 years |
fabrice |
added rtp support (not activated yet)
Originally committed as …
|
|
|
@171bbb03
|
23 years |
fabrice |
added raw tcp support
Originally committed as revision 717 to …
|
|
|
@c13e1abd
|
23 years |
mellum |
* Detect "retrict" keyword
* Use "restrict" in some dsputil routines …
|
|
|
@2dbe7ec8
|
23 years |
mellum |
Make dct_unquantize_h263 work on systems without MVI extension.
…
|
|
|
@e0580f8
|
23 years |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård …
|
|
|
@dde3f77d
|
23 years |
mellum |
Use updated motion compensation routines.
Originally committed as …
|
|
|
@3530320d
|
23 years |
mellum |
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to …
|
|
|
@494e4092
|
23 years |
mellum |
Assembly version of put_pixels. This is currently the function that …
|
|
|
@d13c54cd
|
23 years |
mellum |
Add profiling support.
Originally committed as revision 710 to …
|
|
|
@bb7d4939
|
23 years |
mellum |
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This …
|
|
|
@e09d12f4
|
23 years |
michaelni |
using the new rgb2rgb converters (the LQ ones are only used if -sws 0 …
|
|
|
@f5b5862
|
23 years |
michaelni |
last line messed up in Y800 bugfix
Originally committed as revision …
|
|
|
@a1ce46cf
|
23 years |
michaelni |
fixing rgb24tobgr32
Originally committed as revision 6615 to …
|
|
|
@0598bcbb
|
23 years |
michaelni |
fixing memory overwrite bugs in the new converters
Originally …
|
|
|
@8f426088
|
23 years |
michaelni |
test new converter stuff too
Originally committed as revision 6608 to …
|
|
|
@ac4d0ae
|
23 years |
michaelni |
merging changes from mplayerxp (rgb2rgb*.{c,h} only)
Originally …
|
|
|
@d8dad2a5
|
23 years |
michaelni |
fixing memory overwrite bugs again ...
Originally committed as …
|
|
|
@a28ea2c0
|
23 years |
michaelni |
colorspace converter tests (memory corruption tests at different …
|
|
|
@b241cbf2
|
23 years |
michaelni |
yvu9 -> yv12 unscaled converter with linear chroma scaling
Originally …
|
|
|
@81a571a8
|
23 years |
michaelni |
-sws 6 (luma bicubic & chroma bilinear)
Originally committed as …
|
|
|
@cf7d1c1a
|
23 years |
michaelni |
use unified yuv2rgb init
{RGB,BGR}{1,4,8,15,16,24,32} output supported …
|
|
|
@7c307827
|
23 years |
michaelni |
fixing scaling/contrast for 1/4/8 bpp
exporting yuv2rgb_c_init() as …
|
|
|
@d8592280
|
23 years |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
…
|
|
|
@a406617f
|
23 years |
michaelni |
init dc_scale tables to defaults (fixes mjpeg sig11)
Originally …
|
|
|
@db42e13b
|
23 years |
mellum |
Ugly hack to make the assembler accept MVI instructions.
Originally …
|
|
|
@b210c96
|
23 years |
mellum |
* Fixed constraints
* Support ccc
* Support gcc 3.2 builtins
…
|
|
|
@3155c994
|
23 years |
mellum |
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more …
|
|
|
@5ac80202
|
23 years |
michaelni |
killing globals
Originally committed as revision 6555 to …
|
|
|
@f10bd870
|
23 years |
michaelni |
4mv bugfix
Originally committed as revision 702 to …
|
|
|
@985c5133
|
23 years |
michaelni |
10l
Originally committed as revision 6542 to …
|
|
|
@5859233b
|
23 years |
michaelni |
100l (non mmx versions didnt compile)
some cleanup
Originally …
|
|
|
@0c51ef97
|
23 years |
arpi |
IF09 is alias for YVU9 (actually it has extra 4th plane containing MC …
|
|
|
@e616aa93
|
23 years |
michaelni |
yvu9 support (other planar yuv formats with other chroma subsamplings …
|
|
|
@3f7bb50c
|
23 years |
michaelni |
cleanup
Originally committed as revision 6521 to …
|
|
|
@c7a810cc
|
23 years |
michaelni |
selftest support
bugfixes
Originally committed as revision 6518 to …
|
|
|
@390dffc5
|
23 years |
michaelni |
more mpeg4 fourcc's
Originally committed as revision 701 to …
|
|
|
@44c1035c
|
23 years |
michaelni |
cleanup & grayscale support
Originally committed as revision 6504 to …
|
|
|
@bd5e1c72
|
23 years |
michaelni |
fixing wmv1 bugs, it was foolish to belive that m$ would use the same …
|
|
|
@0d9f3d85
|
23 years |
arpi |
sync with mplayer xp
- partial yvu9 support (copy only)
- rgb 15/16 -> …
|
|
|
@d661d18d
|
23 years |
alex |
pre-yvu9toyv12 converter, only grayscale Y-plane coping :)
Originally …
|
|
|
@24f9709
|
23 years |
fabrice |
fixed VOB parsing bug
Originally committed as revision 699 to …
|
|
|
@9b030d9d
|
23 years |
michaelni |
wmv1
Originally committed as revision 698 to …
|
|
|
@0151a6f
|
23 years |
michaelni |
wmv1 support
Originally committed as revision 697 to …
|
|
|
@f5957f3f
|
23 years |
michaelni |
wmv1 support
dc scale optimisation
better ac table selection for …
|
|
|
@8f8402e4
|
23 years |
michaelni |
dc scale simplification/optimization
Originally committed as revision …
|
|
|
@f0063c1
|
23 years |
michaelni |
10l
Originally committed as revision 6459 to …
|
|
|
@e4b168df
|
23 years |
michaelni |
1bpp support
Originally committed as revision 6457 to …
|
|
|
@8fd5fe94
|
23 years |
fabrice |
use #ifdef
Originally committed as revision 694 to …
|
|
|
@cbadbf19
|
23 years |
philipjsg |
Change ticker_tick to use ticker_abs as we want the absolute number
of …
|
|
|
@c25fdfc6
|
23 years |
philipjsg |
Add ticker_abs function that returns the number of ticks to get the …
|
|
|
@d03be26e
|
23 years |
michaelni |
8bpp bugfixes (brightness, contrast ...)
4bpp
Originally committed as …
|
|
|
@66cd0d8e
|
23 years |
michaelni |
ordered dither for 8bpp
Originally committed as revision 6453 to …
|
|
|
@431b47f
|
23 years |
michaelni |
8bpp support (no dithering yet, use -vop noise for now)
Originally …
|
|
|
@2dbceb9f
|
23 years |
philipjsg |
Change the way that the ?date= stuff is parsed. It now takes a time …
|
|
|
@4fd60448
|
23 years |
fabrice |
reverted to inttypes.h since it gives problems on some unixes
…
|
|
|
@ce992c69
|
23 years |
fabrice |
moved code to mem.c and allcodecs.c
Originally committed as revision …
|
|
|
@915bbac6
|
23 years |
fabrice |
fixed one mpeg decoder memory leak
Originally committed as revision …
|
|
|
@6d4985bb
|
23 years |
fabrice |
move unaligned access macros to dsputil.h - added unaligned 32 bit …
|
|
|
@544eb99
|
23 years |
fabrice |
memory functions are exported
Originally committed as revision 686 to …
|
|
|
@771b9a70
|
23 years |
fabrice |
put codec registering in another file so that the user can install the …
|
|
|
@d01fe86d
|
23 years |
fabrice |
put memory functions in a separate file so that the user can …
|
|
|
@773cefc6
|
23 years |
fabrice |
added installlib target to install static libraries and includes
…
|
|
|
@96707bb7
|
23 years |
fabrice |
do not export internal functions - use stdint.h
Originally committed …
|
|
|
@d714edf1
|
23 years |
fabrice |
optimized ticker_tick() if num is big - please test it (should reduce …
|
|
|
@5eb765ef
|
23 years |
philipjsg |
* Add code to restart ffmpeg if it crashes
* Add code to monitor the …
|
|
|