Gert Vervoort
9c6221ae62
10l (obmc_scratchpad not always initialize)
...
patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)
Originally committed as revision 3816 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
François Revol
c3ea71a097
get debug code to compile again.
...
Originally committed as revision 3815 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
7619ed2be4
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net>
...
Originally committed as revision 3814 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
568e18b15e
integer overflows, heap corruption
...
possible arbitrary code execution cannot be ruled out in some cases
precautionary checks
Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
934b0821db
10l: scratchpad could be allocated before its size was known.
...
Originally committed as revision 3812 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
9f2d1b4ff5
H.264 weighted prediction.
...
Bidirectional weighting has not been tested for bitwise accuracy, but looks correct.
Originally committed as revision 3811 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
85df8f7cf0
print "D" instead of "P" for dropable frames in flv with -debug 1
...
Originally committed as revision 3810 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3f05305d73
RV30/RV40 demuxing (untested)
...
Originally committed as revision 3809 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
f6d5112387
fixing decoding of http://mplayerhq.hu/~atmos4/ffrv20-crashing-atmos.rm
...
Originally committed as revision 3808 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
f4e2c4b134
--extra-cflags and --extra-ldflags clobbers previous options. This
...
patch will add instead of clobber.
patch by (Roine Gustafsson <roine users.sourceforge net)
Originally committed as revision 3807 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
503a47255f
fix decoding of http://mplayerhq.hu/~diego/problem.mov
...
Originally committed as revision 3806 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6ec864da45
Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)
...
Originally committed as revision 3805 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2536c5fde4
workaround missuse of url_feof()
...
Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
348979519c
disable yuv_image_format
...
Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
55cf195952
.{Y,U,V} image2 support
...
Originally committed as revision 3802 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
1b2dcdc1e0
reduce stutter if we learn too late that the stream contains B-frames.
...
Originally committed as revision 3801 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
2d74541476
- Writes correct unknown aspect
...
- Adds read and write support for yuv422p and yuv444p
- New parser will read all well-formed YUV4MPEG2 stream headers
patch by (Roine Gustafsson <roine users.sourceforge net>)
Originally committed as revision 3800 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
a4dae92b58
Sort B-frames into display order.
...
Originally committed as revision 3799 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
96db7add10
10l
...
Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Gianluigi Tiesi
8ff53f5b07
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
...
Originally committed as revision 3797 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
119cebf429
skip INDX chunks
...
Originally committed as revision 3796 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Philip Gladstone
7c054ea7e2
ffserver now runs again (sort of).
...
* In the test cases, the swf, asf, jpg file formats all work
* The avi case doesn't play in winamp. I suspect that the duration field
of zero confuses it
* The RM doesn't play. This always was pretty flaky.
Originally committed as revision 3795 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Philip Gladstone
597c9f2bc9
Remove .mpg streams due to a standards compliance issue
...
Originally committed as revision 3794 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
ad5a429c49
Small configure fix for Darwin / Mac OS X.
...
This option tells linker to look for local libraries first. If you have
a shared livavcodec/libavformat in the library path and try to build a
static build, the linker will find the shared library first and link
with it.
patch by (Roine Gustafsson <roine users.sourceforge net>)
Originally committed as revision 3793 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
bf69c4e55f
Make -pphelp output consistent with the other instances of -xxx help.
...
Originally committed as revision 3792 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
281a74da60
spaces in path fixes
...
Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2d2651f821
WV1F support
...
Originally committed as revision 3790 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
53f0090dcc
faster and slightly less accurate nearest neighbor resampler
...
Originally committed as revision 3789 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
17bfbd70ab
10l
...
Originally committed as revision 3788 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6cb5dcb392
special case for filter_length==1
...
Originally committed as revision 3787 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loïc Le Loarer
579448a083
- correct several errors on the deblocking accross slice boundaries.
...
- add support for deblocking_filter_idc==2 which means no deblocking accross slice.
- correct MMCO with multiple slices.
5 more streams from H264 conformance suite are now correctly decoded.
patch by (Loic <lll+ffmpeg >< m4x dot org>)
Originally committed as revision 3786 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
f31ecffb4f
Fix avc1 if there is nore than one nal per mov frame
...
Originally committed as revision 3785 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Panagiotis Issaris
13160c0708
imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t luc d0t ac.be>)
...
Originally committed as revision 3784 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
18107921c4
ffm_init() for win32, so the regression tests dont fail there
...
Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
4d4bb927ce
Fix compilation when both amr_nb and amr_wb are enabled
...
Originally committed as revision 3782 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Panagiotis Issaris
f50f817566
target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac.be>)
...
Originally committed as revision 3781 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Panagiotis Issaris
d4d1de91a7
vbv size for ffserver.conf patch by (Panagiotis Issaris <takis [] lumumba*luc*ac*be>)
...
Originally committed as revision 3780 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Panagiotis Issaris
ff52bc3e31
target DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)
...
Originally committed as revision 3779 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2de7795ad2
common.h -> common.h/bitstream.h
...
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
caa336b4cc
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
...
common.h -> common.h/bitstream.h
Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6143607303
motion_val doxy
...
Originally committed as revision 3776 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
5ad984c997
implement B_DIRECT and B_SKIP macroblock types.
...
fix reference list sorting for B-frames.
fix mv caching for mixed list B-blocks.
Originally committed as revision 3775 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6feb1de50f
r/w -> rb/wb
...
Originally committed as revision 3774 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
114afa9ce7
Syntax errors fixed.
...
Originally committed as revision 3773 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
0d6d0cf953
fopen "r" -> "rb"
...
Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6c55fd7968
preroll is in ms
...
pts should start at start_time
Originally committed as revision 3771 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5375644323
1/0l fix
...
Originally committed as revision 3770 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b3506cb42f
prefer integer fps if possible when guessing
...
Originally committed as revision 3769 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3e76d1b526
guess fps for the variable fps case
...
Originally committed as revision 3768 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6260de6ab0
fix regression test failure
...
Originally committed as revision 3767 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago