Michael Niedermayer
a9c3ff5b9e
assertion about bits statistic and minor bits stat fix
...
Originally committed as revision 3835 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
b6c7f870be
10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>)
...
Originally committed as revision 3834 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
30231f8169
10l (dont modify the input picture pts)
...
Originally committed as revision 3833 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3eaa8b7e38
timestamp truncation fix?
...
Originally committed as revision 3832 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
a1e568bd23
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>)
...
Originally committed as revision 3831 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Kurosu
f41c1fac3c
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
...
Originally committed as revision 3830 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
83b074704b
never freed buffer fix
...
based upon a patch by (Kurosu <kurosu inforezo org>)
Originally committed as revision 3829 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
7b0c0c3c29
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net>
...
Originally committed as revision 3828 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d5f121e2a5
10l (gcc 2.95 fix)
...
Originally committed as revision 3827 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1f3f950799
disallow strcat
...
Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
52f4aea0de
cvs policy entry about security
...
Originally committed as revision 3825 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
813af36b51
sprintf->snprintf
...
Originally committed as revision 3824 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2fc8ea249f
dissallow sprintf
...
Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
0ecca7a49f
various security fixes and precautionary checks
...
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
f14d4e7e21
Quote path expression to take care of $(prefix) possibly containing spaces.
...
Originally committed as revision 3821 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6041c21749
fixing selftest
...
Originally committed as revision 3820 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
eaba7c7fd6
picture heap corruption fix
...
Originally committed as revision 3819 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
4bbc62606d
10l (ret vs. ret>0)
...
Originally committed as revision 3818 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
c31b812166
Check pointers before writing to memory, fix possible integer overflows
...
Force alignement for mszh and zlib decoders
Originally committed as revision 3817 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
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