Luca Abeni
dea42fdf8d
ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a
...
v4l card.
In other words, if you type ffmpeg -pix_fmt yuv422 -s 352x288 test.avi
the "-pix_fmt yuv422" option will have no effect.
Patch by Luca Abeni *** lucabe72 !a! email ! it ***
Originally committed as revision 4899 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f038fe8b4a
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
...
Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
82e415b1fc
avoid using non constant fields of AVCodecContext in avi muxer
...
Originally committed as revision 4897 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
378251ad08
try avi video name -> codec_id mapping if the mov one has no match
...
Originally committed as revision 4896 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
1953105102
10l forgot #ifdef CONFIG_XVID
...
Originally committed as revision 4895 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
64b7c5b6f6
xvid ratecontrol support
...
Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
767b49a56e
Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.
...
Originally committed as revision 4893 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gildas Bazin
0e8b594fe2
Disable protocols by default on WinCE, not MinGW.
...
patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org
Originally committed as revision 4892 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4f59b684a6
Remove all stray tabs and trailing whitespace, this time for good.
...
Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
12943a53b5
Fix the wrongly commited regressions stuff for psp compatible mp4 files.
...
Originally committed as revision 4890 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
dcfdb046ee
Fix for title field in PSP compatible mp4 files. Patch by
...
Olivier, oandrieu <at> gmail.com.
Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
29f7ae79e7
scale video for snow iterative me down so the egression test is faster
...
Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
ed06cf6d1d
gcc 2.95 fix
...
Originally committed as revision 4887 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b29af723de
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)
...
Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c06e734a01
Mjpeg interlaced decoding fix, height was wrong while decoding (/2).
...
Patch by Baptiste Coudurier, baptiste _ coudurier at smartjog _ com.
Originally committed as revision 4885 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fdc7b57042
Skip all includes for WinCE, instead of falling through to the #else case.
...
Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Corey Hickey
39a64e3023
sc_factor support for encoding.
...
Here's the description I'll add to the mplayer man page:
---
Causes frames with higher quantizers to be more likely to trigger a
scene change detection and make libavcodec use an I-frame (default: 1).
1-16 is a sane range.
Values between 2 and 6 may yield increasing PSNR (up to approximately
0.04 dB) and better placement of I-frames in high-motion scenes.
Higher values than 6 may give very slightly better PSNR (approximately
0.01 dB more than sc_factor=6), but noticably worse visual quality.
---
Original idea from Michael; patch by me.
Originally committed as revision 4883 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
f53a2931cf
faster copy functions for lzo decoder that also need padding
...
Originally committed as revision 4882 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gildas Bazin
ac44871c77
WinCE cross-compilation support
...
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gianluigi Tiesi
0e6c947df3
Place proper #ifdef around muxer-specific code.
...
patch by Gianluigi Tiesi < mplayer at@at netfarm dot.dot it >
Originally committed as revision 4880 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gildas Bazin
04f46ced8c
Add --disable-protocols option to configure to disable I/O protocol from
...
libavformat. Also fix build with --disable-muxers and --disable-ffserver.
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
62327e2852
native ac3 parser
...
Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
13c7145135
Implement audio cutoff frequency to the vorbis encoder.
...
Patch by Justin Ruggles jruggle earthlink net.
Originally committed as revision 4877 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
48d1b9a17c
fix convergence of snow iterative_me
...
Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
3de79d0dca
revert 1.83 because it's not needed
...
Originally committed as revision 4875 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
88141c9192
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)
...
Originally committed as revision 4874 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
82863d1e02
Silence warnings, these came when some tables got declared as const.
...
Originally committed as revision 4873 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
806011f2ad
place SPS/PPS in extradata if GLOBAL_HEADER flag is set
...
Originally committed as revision 4872 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
8228bff5c6
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
...
based on a patch by Luca Abeni < lucabe72 #@# email #.# it >
Originally committed as revision 4871 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1ddf5ba1af
typo
...
Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gildas Bazin
6d276a9e91
Properly #ifdef muxer-specific parts.
...
Taken from a patch by Gildas Bazin < gbazin -- @@ -- altern -- . -- org >
Originally committed as revision 4869 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
d3ac6ed667
detect when iterative_me fails to converge, and stop searching
...
Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d271481f1a
pts fix by (Bryan Mayland / bmayland O leoninedev o com)
...
Originally committed as revision 4867 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
950c2790a2
interpret H264 VUI timing info correctly
...
work around bug in x264 build < 44
Originally committed as revision 4866 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e516dbe7c2
Remove erroneous extralibs line in a --disable option.
...
Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
b104969fab
obmc-aware 4mv
...
Originally committed as revision 4864 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
d3c71c5002
10l, get_byte returning 0 on error can cause a hang. So let's try with 1 instead...
...
Originally committed as revision 4862 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
0c2ed2df5a
10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had
...
Originally committed as revision 4861 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
29a10be0d4
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
...
Remove all possible shared libs suffixes instead.
Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
69e9b2cf45
Define separate version number for libpostproc.
...
Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ba64106a39
Remove redundant --enable-shared-pp configure option and make the PP code
...
use the standard --enable-shared option.
Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
jwestfall@surrealistic.net
dd1a74d25d
Off by one fix to prevent possible segfault. Patch by jwestfall at surrealistic dot net.
...
Originally committed as revision 4857 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bdd05e76f
Move library name generation to configure, simplifies build system a bit more.
...
Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1c7a8c17ff
Fix a bunch of spelling/grammar mistakes in doxygen comments and output.
...
Originally committed as revision 4855 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
a9318df2f8
get_byte may not return -1 on error, since it can lead to a negative backptr.
...
Originally committed as revision 4854 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3f1965c4ac
Clarify codec addition instructions.
...
Originally committed as revision 4853 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
d66fbc14de
Wrong state handling causing decompression errors in some cases
...
Originally committed as revision 4852 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f3b6010916
Create symbolic links for all library sonames and clean up Makefiles.
...
based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org >
Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e03c822afd
split snow53 test out
...
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago