summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
| | | | Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash on height < 16 pixels.Loren Merritt2006-01-28
| | | | Originally committed as revision 4904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-27
| | | | Originally committed as revision 4903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bframe strategy 2Michael Niedermayer2006-01-27
| | | | | | | | bits vs. bytes factor of 8 error 16 byte offset error some other minor things Originally committed as revision 4902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean behave uniformly in all directories.Diego Biurrun2006-01-27
| | | | Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
| | | | Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 MiniketFabien Cosse2006-01-26
| | | | | | | | camcorder Patch by Fabien Cosse *** fabien ! cosse !a! wanadoo ! fr *** Originally committed as revision 4900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-26
| | | | | | | | | | 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
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
| | | | Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-25
| | | | Originally committed as revision 4897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-25
| | | | Originally committed as revision 4896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot #ifdef CONFIG_XVIDMichael Niedermayer2006-01-25
| | | | Originally committed as revision 4895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid ratecontrol supportMichael Niedermayer2006-01-24
| | | | Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that ffmpeg_g and ffplay_g get removed on 'make clean'.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable protocols by default on WinCE, not MinGW.Gildas Bazin2006-01-24
| | | | | | patch by Gildas Bazin, gbazin $$@$$ altern $$.$$ org Originally committed as revision 4892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the wrongly commited regressions stuff for psp compatible mp4 files.Benjamin Larsson2006-01-24
| | | | Originally committed as revision 4890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-24
| | | | | | Olivier, oandrieu <at> gmail.com. Originally committed as revision 4889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scale video for snow iterative me down so the egression test is fasterMichael Niedermayer2006-01-23
| | | | Originally committed as revision 4888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixBenjamin Larsson2006-01-23
| | | | Originally committed as revision 4887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-23
| | | | Originally committed as revision 4886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier2006-01-23
| | | | | | Patch by Baptiste Coudurier, baptiste _ coudurier at smartjog _ com. Originally committed as revision 4885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-23
| | | | Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sc_factor support for encoding.Corey Hickey2006-01-22
| | | | | | | | | | | | | | | | | 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
* faster copy functions for lzo decoder that also need paddingReimar Döffinger2006-01-22
| | | | Originally committed as revision 4882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WinCE cross-compilation supportGildas Bazin2006-01-22
| | | | | | patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-22
| | | | | | patch by Gianluigi Tiesi < mplayer at@at netfarm dot.dot it > Originally committed as revision 4880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
| | | | | | | 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
* native ac3 parserMåns Rullgård2006-01-21
| | | | Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement audio cutoff frequency to the vorbis encoder.Justin Ruggles2006-01-21
| | | | | | Patch by Justin Ruggles jruggle earthlink net. Originally committed as revision 4877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix convergence of snow iterative_meLoren Merritt2006-01-21
| | | | Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 1.83 because it's not neededLoren Merritt2006-01-21
| | | | Originally committed as revision 4875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
| | | | Originally committed as revision 4874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-20
| | | | Originally committed as revision 4873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* place SPS/PPS in extradata if GLOBAL_HEADER flag is setMåns Rullgård2006-01-20
| | | | Originally committed as revision 4872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
| | | | | | based on a patch by Luca Abeni < lucabe72 #@# email #.# it > Originally committed as revision 4871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-01-19
| | | | Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
| | | | | | Taken from a patch by Gildas Bazin < gbazin -- @@ -- altern -- . -- org > Originally committed as revision 4869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-19
| | | | Originally committed as revision 4868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-19
| | | | Originally committed as revision 4867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-19
| | | | | | work around bug in x264 build < 44 Originally committed as revision 4866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove erroneous extralibs line in a --disable option.Diego Biurrun2006-01-18
| | | | Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* obmc-aware 4mvLoren Merritt2006-01-17
| | | | Originally committed as revision 4864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, get_byte returning 0 on error can cause a hang. So let's try with 1 ↵Reimar Döffinger2006-01-15
| | | | | | instead... Originally committed as revision 4862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: now it works really, with 1k outbut buffers it failed more times, with ↵Alex Beregszaszi2006-01-15
| | | | | | 65k it looks safe with all samples i had Originally committed as revision 4861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define separate version number for libpostproc.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
| | | | | | use the standard --enable-shared option. Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off by one fix to prevent possible segfault. Patch by jwestfall at ↵jwestfall@surrealistic.net2006-01-14
| | | | | | surrealistic dot net. Originally committed as revision 4857 to svn://svn.ffmpeg.org/ffmpeg/trunk