Michael Niedermayer
ba57a3ff23
smaller slices for the regression tests, i hope that way we'll catch the next 10l slice bug earlier ...
...
Originally committed as revision 1748 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8a3b6f92e0
10l
...
Originally committed as revision 1747 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
Michael Niedermayer
84876d3677
b frames + slices bugfix
...
Originally committed as revision 1745 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0aae3f43e4
fixing slice decoding, dunno why the regression tests didnt catch that ...
...
Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
e322ea480b
* Add Video4MotionVector in a stream description to behave like the -4mv flag
...
* Add ReadOnlyFile which behaves like File, but does not permit changing of the
file. This can be used to prevent deleting of saved ffm files.
Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andreas Öman
8553d9f4fd
10l patch by (Andreas Hess <jaska at gmx dot net>)
...
Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Roman Shaposhnik
3e2937bef3
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1742 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
ce9fce63c5
AVI > 2Gb (OpenDML) generation patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1741 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8b92b792d1
some checks to avoid segfault
...
Originally committed as revision 1740 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9f2e61b6a3
pict_type & quality fix
...
Originally committed as revision 1739 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Richard Hodges
be6784dc8a
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
...
Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sebastien Bechet
53e27dd5de
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
...
Originally committed as revision 1737 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
1924f3ce36
multiple reference frames support
...
Originally committed as revision 1734 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
365d19ec78
h264 update
...
Originally committed as revision 1733 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0da71265d8
H264 decoder & demuxer
...
Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6aafe463e5
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
c9f97d8251
making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5064357588
fixing mem corruption
...
Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Andriy Rysin
0df65975ba
RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)
...
Originally committed as revision 1728 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
98ca7790e3
fixing typo in some outcommentet code
...
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
553a628497
optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the speed ...
...
Originally committed as revision 1726 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2c19981a93
10l
...
Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4d2a48349d
msmpeg4 2pass support & some related cleanup
...
Originally committed as revision 1724 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1f9aea9b91
fixing msmpeg4v2 encoding
...
Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
309522372c
some static -> dynamic alloc & 16->8 bit
...
Originally committed as revision 1722 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sascha Sommer
8437bd7bc8
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
...
Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9b8709d135
mpeg1 slice encoding support
...
Originally committed as revision 1720 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5acaa5e1df
simplify slice encoding (variance of packet size is practically identical)
...
Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3c300082de
disabling ac3 decoding regression test (its different between different compilers/platforms due to float use)
...
Originally committed as revision 1718 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roumen Petrov
c7f2eb83e5
don't use proxy and suppress verbose output patch by (Roumen Petrov <help at roumenpetrov dot info>)
...
Originally committed as revision 1717 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
99d33fa3e6
faster C linear blend & interpolate deinterlacers
...
Originally committed as revision 1716 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
134eb1e504
fixing cliping of c deinterlacers
...
5 tap lowpass deinterlacer
Originally committed as revision 1715 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
deb0a292b0
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5bf0135422
10l
...
Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
fccb9b2b80
10000l (YUV vs. YVU swscale fix/cleanup)
...
Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
François Revol
335338e884
the media node now won't connect itself to the default audio input with -ad wait:
...
(allows redirecting another node to it)
Originally committed as revision 1713 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
788a2d3d8b
experimental BeOS audio input support. (needs unreleased library)
...
Originally committed as revision 1712 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
50515cddf3
cleanup; unused pipe() stuff removed.
...
Originally committed as revision 1711 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Sebastien Bechet
e8b478c131
I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)
...
Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8d170f0efa
test ffserver even if ffmpeg regresion test fails
...
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
62790b9917
debug stuff only for DEBUG :)
...
Originally committed as revision 1708 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8e0a3db735
faster hadamard transform
...
Originally committed as revision 1707 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
00df1301bd
allways test ffserver too by default
...
update ffserver regression checksums (this has been forgotten several times in the past, lets hope no bugs where introduced during that lazyness...)
Originally committed as revision 1705 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mark Hills
b88ba82315
ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pogo dot org dot uk>)
...
Originally committed as revision 1704 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
06219cb194
OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
3a694b0456
binary compatibility fix (workaround for r.147, r.148)
...
Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago