471 Commits (8fafc1cf36232bc81a1adfc4bb78c76703d2e680)

Author SHA1 Message Date
Panagiotis Issaris c6dafae954 Remove the "bug" OptionDef used for setting the workaround_bugs variable. 18 years ago
Panagiotis Issaris 58bba31e3f Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match 18 years ago
Panagiotis Issaris 6bacd250f4 Remove the "qmax" OptionDef. 18 years ago
Panagiotis Issaris 5687a2f4cc Remove the "qmin" OptionDef. 18 years ago
Panagiotis Issaris 315b0f9742 Remove the "bf" OptionDef parameter so the equally named AVOption will take 18 years ago
Panagiotis Issaris 4ff8fcefd2 Migrate the "packetsize" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 09a455764b Migrate the "muxrate" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 81d0618fa4 Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize" 18 years ago
Panagiotis Issaris 469b7bf868 Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris dc5ee8bc54 Remove the "bt" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris 0dcb89fc52 Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris e2a5bc881c Remove the "me_range" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris bcce83e693 Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris a2c00e43c7 Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris debe5ce152 Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris 3c96abacf0 Fix usage of b_quant_factor. It was not possible to actually use the b_qfactor 18 years ago
Panagiotis Issaris 3d720bda76 Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp" 18 years ago
Panagiotis Issaris 99aaf41312 Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur" 18 years ago
Panagiotis Issaris 908b845785 Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias" 18 years ago
Panagiotis Issaris 356e7a9d60 Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias" 18 years ago
Panagiotis Issaris 7c272c0eb0 Remove the "preme" OptionDef option from ffmpeg.c 18 years ago
Panagiotis Issaris babe0e8cef Remove the GOP "g" OptionDef option from ffmpeg.c . 18 years ago
Panagiotis Issaris a551510665 Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. This 18 years ago
Panagiotis Issaris 3c0ba8703c Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of 18 years ago
Panagiotis Issaris 8e16b25cc1 enables AVOption for muxing. 18 years ago
Panagiotis Issaris 63d5075c5c adds support for setting that album tag. 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Panagiotis Issaris e8a42081d2 Fix linking when the FFM muxer/demuxer is disabled. 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Luca Abeni 0b50ac8a0f Avoid segfaulting if the swscale context cannot be allocated 19 years ago
Luca Abeni e7268d51af Fix "-aspect" when "-pad*" is used 19 years ago
Luca Abeni 18a54b040d Move ffmpeg.c to the swscale interface 19 years ago
Víctor Paesa 5894e1bbf2 add loop_input to AVFormatContext, getting rid of old hack 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago
Michael Niedermayer 748c2fca7e AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) 19 years ago
Michael Niedermayer 9e0db7d5aa simplify 19 years ago
Justin Ruggles cef7cc7232 CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net 19 years ago
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Loren Merritt 4e64beadf0 Snow 1pass ratecontrol 19 years ago
Luca Abeni b997b34fa7 Fix cropping & padding when capturing from a v4l(2) card 19 years ago
Luca Abeni c3f11d199c Simplify the code used for assigning video_resample, video_crop, & video_pad 19 years ago
Luca Abeni f122deb45c Cosmetic patch: fix indentation (broken by previous cropping / padding 19 years ago
Luca Abeni 07d0cdfc9f Make cropping, padding, and rescaling independent (after this patch, 19 years ago
Luca Abeni 5341c20954 Baptiste COUDURIER's padding patch (reworked by me a little bit). 19 years ago
Roman Shaposhnik 06ab9cffb2 * fixing -target *dv issues with not setting pix_fmt and adding dv50 target 19 years ago
Luca Abeni c17be81763 Change img_convert() from img_fmt to img_fmt with img_copy() 19 years ago
Harikrishnan Varma 023857be70 make the delta magnitude a user specifyable parameter: 19 years ago
Baptiste Coudurier f2651e7a6c Fix cropping, depending on enc pix fmt 19 years ago