|
|
|
@ae39132
|
22 years |
kabi |
* using const buffers for reading
Originally committed as revision …
|
|
|
@24def10e
|
22 years |
kabi |
* const arrays
Originally committed as revision 1602 to …
|
|
|
@135ee03a
|
22 years |
kabi |
* fixed IMA WAV decoding (though still might not be fully correct)
* …
|
|
|
@676b385c
|
22 years |
michaelni |
huffyuv v1 tables, as they are essential and the only possible way for …
|
|
|
@d4c48e48
|
22 years |
michaelni |
get_vlc2() "docs"
Originally committed as revision 1599 to …
|
|
|
@3e499f53
|
22 years |
michaelni |
cleanup
Originally committed as revision 9500 to …
|
|
|
@8c031d1c
|
22 years |
michaelni |
round readed bits up to next 32bits, as orginal huffyuv cant handle …
|
|
|
@d4e24275
|
22 years |
michaelni |
sws_ prefix, more seperation between internal & external swscaler API …
|
|
|
@efa04ce2
|
22 years |
philipjsg |
Make ACLs work correctly for streams. Try comparing the addresses in …
|
|
|
@df081b2f
|
22 years |
michaelni |
32 vs. 64bit bugfix by (Dave Huang (dahanc))
Originally committed as …
|
|
|
@4363b41d
|
22 years |
michaelni |
100l (gcc 3.2 .....)
Originally committed as revision 9478 to …
|
|
|
@5427e242
|
22 years |
michaelni |
yuv2rgb brightness/contrast/saturation/different colorspaces support …
|
|
|
@5d5fef0a
|
22 years |
fabrice |
avoid false URL protocol detection when using ':' in filenames
…
|
|
|
@b2a3fcb7
|
22 years |
michaelni |
reverse incorrect stride < (width+7)&~7 fix
Originally committed as …
|
|
|
@8f3cf0f6
|
22 years |
nickols_k |
sync with mplayerxp. Fixes some 405.avi related flaws
Originally …
|
|
|
@20380eb8
|
22 years |
michaelni |
cleanup
Originally committed as revision 9456 to …
|
|
|
@aeae5d53
|
22 years |
michaelni |
optimize
Originally committed as revision 9455 to …
|
|
|
@64094f37
|
22 years |
kabi |
* using $(MAKE)
Originally committed as revision 1592 to …
|
|
|
@185fdc54
|
22 years |
michaelni |
fixing 410 -> 420
Originally committed as revision 1591 to …
|
|
|
@c947dec9
|
22 years |
kabi |
* sync with main liba52 sources
Originally committed as revision 1590 …
|
|
|
@ca390e72
|
22 years |
kabi |
* update cleanup rules (Steven M. Schultz)
* memaling check (Steven …
|
|
|
@7604246d
|
22 years |
michaelni |
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at …
|
|
|
@0a6de063
|
22 years |
philipjsg |
Updated with many new features.
Originally committed as revision 1587 …
|
|
|
@9902f4e2
|
22 years |
michaelni |
1000l
Originally committed as revision 9435 to …
|
|
|
@4e61e21c
|
22 years |
michaelni |
bigendian bug (fixes?)
Originally committed as revision 9434 to …
|
|
|
@deb2277c
|
22 years |
michaelni |
simpler & faster
Originally committed as revision 9431 to …
|
|
|
@bba9b16c
|
22 years |
michaelni |
moving postprocess to ffmpeg/libavcodec
Originally committed as …
|
|
|
@7d67e968
|
22 years |
michaelni |
improving parsing of incomplete headers
Originally committed as …
|
|
|
@e54d94ba
|
22 years |
michaelni |
cleanup
Originally committed as revision 9418 to …
|
|
|
@0481412a
|
22 years |
michaelni |
brightness / saturation / contrast / different yuv colorspace support …
|
|
|
@6542b44e
|
22 years |
michaelni |
cleanup
Originally committed as revision 9415 to …
|
|
|
@77a49659
|
22 years |
michaelni |
cleanup
Originally committed as revision 9414 to …
|
|
|
@d271b84b
|
22 years |
revol |
Looks like this one was forgotten in the INT -> int_t move
Originally …
|
|
|
@3f07e605
|
22 years |
revol |
fix for legacy audio
Originally committed as revision 1583 to …
|
|
|
@244b8613
|
22 years |
kabi |
* int64_t is now the right name
- also it would be nice to preserve …
|
|
|
@9858f773
|
22 years |
michaelni |
avoid #include "../
Originally committed as revision 9403 to …
|
|
|
@6524b64
|
22 years |
michaelni |
#ifdef c++
Originally committed as revision 9402 to …
|
|
|
@2720569a
|
22 years |
kabi |
* prototypes at one place
Originally committed as revision 1579 to …
|
|
|
@0c1a9eda
|
22 years |
kabi |
* UINTX -> uintx_t INTX -> intx_t
Originally committed as revision …
|
|
|
@4596673c
|
22 years |
michaelni |
-fPIC compileable
Originally committed as revision 9395 to …
|
|
|
@b3b8bf64
|
22 years |
michaelni |
yv12 -> yuy2 converter in alpha asm (from mplayerxp)
Originally …
|
|
|
@f0b62bbd
|
22 years |
michaelni |
cleanup (unsigned stride -> int stride)
Originally committed as …
|
|
|
@df4f9147
|
22 years |
philipjsg |
Initial checkin for a cheaper text drawing function than imlib2.c.
…
|
|
|
@b90a6beb
|
22 years |
philipjsg |
Add Makefile entry for the drawtext filter
Originally committed as …
|
|
|
@04511d53
|
22 years |
philipjsg |
Add checking for the existience of freetype2
Originally committed as …
|
|
|
@ae2d2d6c
|
22 years |
michaelni |
check for qscale==0 (fixes 1/0 on one corrupted stream)
Originally …
|
|
|
@dce778e0
|
22 years |
kabi |
* check for potentialy problematic field len
Originally committed as …
|
|
|
@b29f97d1
|
22 years |
kabi |
* static,const,compiler warning cleanup
Originally committed as …
|
|
|
@f2598a19
|
22 years |
kabi |
* opts compilation
Originally committed as revision 1570 to …
|
|
|
@fe1b62fb
|
22 years |
kabi |
* still unfinished code for Options
* demo code - awating more …
|
|
|
@97d96aaa
|
22 years |
kabi |
* still unfinished code for Options
Originally committed as revision …
|
|
|
@5c91a675
|
22 years |
kabi |
* static,const,compiler warning cleanup
Originally committed as …
|
|
|
@cd66005d
|
22 years |
fabrice |
raw ac3 auto detects parameters
Originally committed as revision 1566 …
|
|
|
@9899efb4
|
22 years |
fabrice |
variable UDP packet size patch by Max Krasnyansky
Originally …
|
|
|
@1e711bd6
|
22 years |
mike |
hook this up to the CYUV decoder
Originally committed as revision …
|
|
|
@c78f73c8
|
22 years |
mike |
register cyuv with allcodecs.c
Originally committed as revision 1563 …
|
|
|
@84ab361f
|
22 years |
fabrice |
added 8 bit palette support for non animated GIF
Originally committed …
|
|
|
@3ce27f13
|
22 years |
fabrice |
added 8 bit palette support
Originally committed as revision 1561 to …
|
|
|
@7e6d70d
|
22 years |
fabrice |
added paletted 8 bit format support
Originally committed as revision …
|
|
|
@f70f7c6d
|
22 years |
michaelni |
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot …
|
|
|
@4be3147d
|
22 years |
philipjsg |
prevent segfault when passed no arguments
Originally committed as …
|
|
|
@c40c348
|
22 years |
michaelni |
direct blocksize in bframes fix (might fix qpel+bframe bug)
…
|
|
|
@16e83cbb
|
22 years |
philipjsg |
Fix a bug in the conversion of rgba32->yuv420p. This resulted in …
|
|
|
@04bbd31b
|
22 years |
revol |
fix for using ffplay without specifying the audio device
Originally …
|
|
|
@cfadadec
|
22 years |
michaelni |
mpeg1 b frame regression test
Originally committed as revision 1554 …
|
|
|
@a1661db3
|
22 years |
michaelni |
update
Originally committed as revision 1553 to …
|
|
|
@d90cc6af
|
22 years |
michaelni |
changes to f_code calculation for b frames -> changed checksum
…
|
|
|
@63b15e55
|
22 years |
michaelni |
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some …
|
|
|
@27efd846
|
22 years |
michaelni |
checksum changed cuz of b frame segfault fix?
Originally committed as …
|
|
|
@668154d
|
22 years |
michaelni |
b frame segfault fix (+-1 bug)
Originally committed as revision 1549 …
|
|
|
@ec820113
|
22 years |
fabrice |
DV packet copy fix by Roman Shaposhnick
Originally committed as …
|
|
|
@cc0799e5
|
22 years |
revol |
Fix against C integrists breaks :P (hope I didn't break anything else) …
|
|
|
@79134973
|
22 years |
philipjsg |
Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. …
|
|
|
@85a57296
|
22 years |
fabrice |
yes, PNG can be simpler :-)
Originally committed as revision 1545 to …
|
|
|
@838dec44
|
22 years |
fabrice |
removing unused stuff
Originally committed as revision 1544 to …
|
|
|
@b739d676
|
22 years |
michaelni |
cliping MVs, i dunno if its correct but it looks better then without …
|
|
|
@6fa5a56c
|
22 years |
fabrice |
zero copy packet handling for DV1394 by Max Krasnyansky
Originally …
|
|
|
@cdc90af0
|
22 years |
fabrice |
added GIF image format (both read and write)
Originally committed as …
|
|
|
@ba19f848
|
22 years |
fabrice |
added primitive image GIF encoder based on animated gif encoder
…
|
|
|
@fcfa89e8
|
22 years |
fabrice |
added automatic GIF/animated GIF probing - added GIF as an image …
|
|
|
@b2609d4c
|
22 years |
michaelni |
yuv9 -> yv12 bugfixes
Originally committed as revision 9257 to …
|
|
|
@36df880
|
22 years |
michaelni |
divx503 decoding fix
Originally committed as revision 1538 to …
|
|
|
@fa777321
|
22 years |
fabrice |
avoid too many false detections
Originally committed as revision 1537 …
|
|
|
@4c7e8619
|
22 years |
fabrice |
handle odd image sizes when using subsampled chroma (useful for JPEG …
|
|
|
@fe2a4ca3
|
22 years |
fabrice |
fixed copy
Originally committed as revision 1535 to …
|
|
|
@0250738f
|
22 years |
fabrice |
added jpeg image encoder and decoder (new YUV handling routines and …
|
|
|
@12b64a22
|
22 years |
fabrice |
added animated GIF decoder (pts and various disposal handling are …
|
|
|
@a26058a5
|
22 years |
fabrice |
Try this fix
Originally committed as revision 1532 to …
|
|
|
@811b32ed
|
22 years |
fabrice |
dependencies are only build with make depend
Originally committed as …
|
|
|
@91d742b7
|
22 years |
fabrice |
fixed dependencies
Originally committed as revision 1530 to …
|
|
|
@0e04e4e
|
22 years |
fabrice |
added basic png handling
Originally committed as revision 1529 to …
|
|
|
@f8d7b5f5
|
22 years |
fabrice |
added basic png handling - do not remake dependencies automatically
…
|
|
|
@43a7635
|
22 years |
fabrice |
added stripped down libpng
Originally committed as revision 1527 to …
|
|
|
@799fd467
|
22 years |
michaelni |
10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot …
|
|
|
@475b46d
|
22 years |
michaelni |
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot …
|
|
|
@9ec05e36
|
22 years |
fabrice |
added DVD LPCM decoding support
Originally committed as revision 1525 …
|
|
|
@f17457ac
|
22 years |
michaelni |
fixing rgb4 & bgr4 (2 pixels per byte)
adding bg4b & rg4b (1 pixel per …
|
|
|
@782c5984
|
22 years |
michaelni |
100000l
Originally committed as revision 1524 to …
|
|
|
@69e1a1f2
|
22 years |
michaelni |
bugfix
Originally committed as revision 1523 to …
|
|
|
@1d0d55da
|
22 years |
michaelni |
--disable-risky support
Originally committed as revision 1522 to …
|
|
|