Michael Niedermayer
9ff5f17543
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2725 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
e0c53ac889
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
...
Originally committed as revision 2722 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7a62e94a26
optimization
...
Originally committed as revision 2720 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d2a9bdddd8
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
...
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Chris Flerackers
7f965c1c89
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
...
Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a8380f44cf
removing unused var & converting 64->32bit
...
Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
19d053c5ba
* fixes for broken builds on Solaris, OS2 and all bingendian
...
systems out there.
Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michel Bardiaux
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
5ff85f1d8b
AVRational
...
sample_aspect_ratio
aspect ratio in JPEG JFIF is SAR not DAR !
removed nonsense SAR guessing code
various related cleanups
bugs?
Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
dc7cb06ae0
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
ed7debda14
removed the obsolete and unused parameters of init_put_bits
...
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
49e17f8407
recommit of
...
#define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
56c4a18464
ctype.h is a common header
...
Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
f5fe9d5f8c
export int64_t_C as it is needed by libavformat.h
...
Originally committed as revision 2144 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
966df5b6b3
reverse earlier patch
...
Originally committed as revision 2121 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
c965f94346
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
...
<elf -at- frogger.rules.pl>
Originally committed as revision 2107 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
dc939fd588
fix CHECKED_ALLOCZ(0)
...
Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b534c7f92a
some benchmarking code
...
Originally committed as revision 1901 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
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
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
17fb5fd34e
libmpeg2 style bitstream reader fixes
...
Originally committed as revision 1875 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
Michael Niedermayer
814b648c75
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)
...
Originally committed as revision 1837 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7bc9090a41
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture
...
more direct use of the new mb_type stuff instead of codec specific stuff
runtime mb_type debug output h264/h263 variants/mpeg1/2/4
error concealment /resilience for mpeg1/2
various minor optimizations
Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
c8816e0167
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
...
Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
95c2634838
#ifdef TRACE printf() -> tprintf()
...
Originally committed as revision 1735 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3b0da3f92f
10l
...
Originally committed as revision 1706 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
643389567e
bitstream tracing support
...
Originally committed as revision 1698 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fred Rothganger
e8750b0076
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
...
Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5d4ce4574b
* added more options
...
Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14bea432f1
per context frame_rate_base, this should finally fix frame_rate related av sync issues
...
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
a77146abfe
* 'externaly' visible option list begins avoptions_ prefix
...
* fixed FLAG AVOption
Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
ce2749d2c4
simplified
...
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
bec89a840f
* more generic avoption_parse
...
* reused help ptr for sub ptr
Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6486396546
more cosmetics so that doxygen output is readable ...
...
Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
983e3246b7
per file doxy
...
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
ae39132d07
* using const buffers for reading
...
Originally committed as revision 1603 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d4c48e4869
get_vlc2() "docs"
...
Originally committed as revision 1599 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
...
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
fe1b62fb3e
* still unfinished code for Options
...
* demo code - awating more comments
Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d44b50b0af
win32: added vsnprintf
...
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c81f034988
optimizing av_log2
...
Originally committed as revision 1515 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8e1e6f31c1
use av_malloc() functions - added av_strdup and av_realloc()
...
Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
68f593b484
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
...
Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Slavik Gnatenko
f3ec2d46ba
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
...
Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c4d82fea54
generic M_PI define
...
Originally committed as revision 1418 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
35fedfc349
Add some rudimentary support for sparc64
...
Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5d3cea3a86
aspect ratio cleanup
...
Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
6a85ec8d9c
* minor warning fix
...
Originally committed as revision 1209 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago