summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-151-7/+0
* Fix usage of b_quant_factor. It was not possible to actually use the b_qfactorPanagiotis Issaris2006-09-151-4/+1
* Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp"Panagiotis Issaris2006-09-151-8/+0
* Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur"Panagiotis Issaris2006-09-151-8/+0
* Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias"Panagiotis Issaris2006-09-151-8/+0
* Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias"Panagiotis Issaris2006-09-151-7/+0
* Remove the "preme" OptionDef option from ffmpeg.cPanagiotis Issaris2006-09-151-9/+0
* Remove the GOP "g" OptionDef option from ffmpeg.c .Panagiotis Issaris2006-09-151-13/+4
* Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris2006-09-152-24/+8
* Fix Indel --> Intel typo.Diego Biurrun2006-09-152-2/+2
* Add support for 8-bit grayscale to V4L grabberMichael Benjamin2006-09-151-1/+9
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-153-18/+10
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-151-26/+26
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-151-22/+1
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-151-0/+1
* asm implementation of mid_pred.Loren Merritt2006-09-151-1/+16
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-141-0/+1
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-141-7/+7
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-142-2/+2
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-141-1/+1
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-141-2/+29
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-143-5/+4
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-132-2/+12
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-132-7/+21
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-131-9/+7
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-131-1/+1
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-131-39/+39
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-121-1/+3
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-121-3/+2
* 10l typoMichael Niedermayer2006-09-121-1/+1
* Remove superfluous ifeq.Diego Biurrun2006-09-121-2/+0
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-122-0/+5
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-121-1/+11
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-121-0/+4
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-121-2/+4
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-121-3/+5
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-121-2/+1
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-121-0/+1
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-111-5/+8
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s...Baptiste Coudurier2006-09-111-1/+3
* Remove nonexistent option -hq from the documentation.Panagiotis Issaris2006-09-101-3/+0
* armv5 optimizationsSiarhei Siamashka2006-09-101-0/+16
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-102-75/+32
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-101-0/+6
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-101-14/+26
* make AVOptions default value field work.Panagiotis Issaris2006-09-104-0/+45
* Remove unused variable.Diego Biurrun2006-09-101-1/+1
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-101-11/+11
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-101-5/+0
OpenPOWER on IntegriCloud