2172 Commits (cd394651c946436353e16db0d37cd4ede94111ba)
 

Author SHA1 Message Date
Zdenek Kabelac ae39132d07 * using const buffers for reading 22 years ago
Zdenek Kabelac 24def10e19 * const arrays 22 years ago
Zdenek Kabelac 135ee03aae * fixed IMA WAV decoding (though still might not be fully correct) 22 years ago
Michael Niedermayer 676b385c5b huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... 22 years ago
Michael Niedermayer d4c48e4869 get_vlc2() "docs" 22 years ago
Michael Niedermayer 3e499f531a cleanup 22 years ago
Michael Niedermayer 8c031d1cbd round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Philip Gladstone efa04ce296 Make ACLs work correctly for streams. Try comparing the addresses in 22 years ago
Michael Niedermayer df081b2f3b 32 vs. 64bit bugfix by (Dave Huang (dahanc)) 22 years ago
Michael Niedermayer 4363b41d8d 100l (gcc 3.2 .....) 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Fabrice Bellard 5d5fef0af1 avoid false URL protocol detection when using ':' in filenames 22 years ago
Michael Niedermayer b2a3fcb7e1 reverse incorrect stride < (width+7)&~7 fix 22 years ago
Nick Kurshev 8f3cf0f64c sync with mplayerxp. Fixes some 405.avi related flaws 22 years ago
Michael Niedermayer 20380eb831 cleanup 22 years ago
Michael Niedermayer aeae5d537b optimize 22 years ago
Zdenek Kabelac 64094f3799 * using $(MAKE) 22 years ago
Michael Niedermayer 185fdc549f fixing 410 -> 420 22 years ago
Zdenek Kabelac c947dec982 * sync with main liba52 sources 22 years ago
Zdenek Kabelac ca390e727d * update cleanup rules (Steven M. Schultz) 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Philip Gladstone 0a6de063b0 Updated with many new features. 22 years ago
Michael Niedermayer 9902f4e2e4 1000l 22 years ago
Michael Niedermayer 4e61e21c32 bigendian bug (fixes?) 22 years ago
Michael Niedermayer deb2277c0d simpler & faster 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer 7d67e968a4 improving parsing of incomplete headers 22 years ago
Michael Niedermayer e54d94ba4e cleanup 22 years ago
Michael Niedermayer 0481412aba brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it) 22 years ago
Michael Niedermayer 6542b44e2a cleanup 22 years ago
Michael Niedermayer 77a4965980 cleanup 22 years ago
François Revol d271b84bf7 Looks like this one was forgotten in the INT -> int_t move 22 years ago
François Revol 3f07e60546 fix for legacy audio 22 years ago
Zdenek Kabelac 244b86134b * int64_t is now the right name 22 years ago
Michael Niedermayer 9858f77376 avoid #include "../ 22 years ago
Michael Niedermayer 6524b641c0 #ifdef c++ 22 years ago
Zdenek Kabelac 2720569a9a * prototypes at one place 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer 4596673c06 -fPIC compileable 22 years ago
Michael Niedermayer b3b8bf6419 yv12 -> yuy2 converter in alpha asm (from mplayerxp) 22 years ago
Michael Niedermayer f0b62bbde2 cleanup (unsigned stride -> int stride) 22 years ago
Philip Gladstone df4f91471c Initial checkin for a cheaper text drawing function than imlib2.c. 22 years ago
Philip Gladstone b90a6beb8a Add Makefile entry for the drawtext filter 22 years ago
Philip Gladstone 04511d5326 Add checking for the existience of freetype2 22 years ago
Michael Niedermayer ae2d2d6c41 check for qscale==0 (fixes 1/0 on one corrupted stream) 22 years ago
Zdenek Kabelac dce778e0ea * check for potentialy problematic field len 22 years ago
Zdenek Kabelac b29f97d136 * static,const,compiler warning cleanup 22 years ago
Zdenek Kabelac f2598a19a2 * opts compilation 22 years ago
Zdenek Kabelac fe1b62fb3e * still unfinished code for Options 22 years ago