6771 Commits (d52480b40d1b98d03ec21ac2ef5c7780ea3d947d)
 

Author SHA1 Message Date
Panagiotis Issaris e2a5bc881c Remove the "me_range" OptionDef option from ffmpeg.c. The equally named 18 years ago
Panagiotis Issaris d4fc91b449 Split the DV demuxer and muxer into separate files (as suggested by Diego 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
Diego Biurrun 02c1592fde Fix Indel --> Intel typo. 18 years ago
Michael Benjamin 1733fc4a6b Add support for 8-bit grayscale to V4L grabber 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 7df00a4e06 Rename the AVOption's names to the shorter OptionDef names. 18 years ago
Baptiste Coudurier 8e453fc3c7 remove unused, uninitialized free format frame size 18 years ago
Philippe De Muyter 3c61983828 add support for grayscale rawvideo avi 18 years ago
Loren Merritt 93a319f13b asm implementation of mid_pred. 18 years ago
Aurelien Jacobs 2a2311bee3 disable vp3 mmx idct for theora files to avoid artifacts 18 years ago
Panagiotis Issaris 0b97eea306 Synchronize the defaults specified in the AVOptions[] array to the defaults 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 5894991f94 Remove a redundant memset from libavformat. 18 years ago
Panagiotis Issaris a41e9d6899 Allow parameter values (AVOptions) to use the 'k', 'M', 'G' 18 years ago
Diego Biurrun 7f889a76ad Remove the LGPL exception clause as discussed on ffmpeg-devel 18 years ago
Víctor Paesa fbb9d1043d Fix vhook build on Cygwin, shared builds only. 18 years ago
Siarhei Siamashka 1839e854e5 Proper armv5te instructions support detection. 18 years ago
Aurelien Jacobs a8678a3a7a replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) 18 years ago
Panagiotis Issaris 7facadb0bb corrects the type of the AVOption parameter "bugs", patch by Takis 18 years ago
Panagiotis Issaris 5cc9b87f45 adds descriptions to the libavcodec AVOptions array, taken from the 18 years ago
Måns Rullgård 496cfa3c9e ffmpeg, ffplay, ffserver need version.h 18 years ago
Aurelien Jacobs 1dac8fea05 Enables back the mmx/sse optimized version of the vp3 idct. 18 years ago
Michael Niedermayer d0702de9af 10l typo 18 years ago
Diego Biurrun dc8cd49f1a Remove superfluous ifeq. 18 years ago
Diego Biurrun 691c480e7f Fix 'make depend' for libpostproc. 18 years ago
Kostya Shishkov e179fbc850 Swap back and forward motion vectors to achieve correct picture 18 years ago
Kostya Shishkov 1884a48bee Set motion vectors used in B-frames to zero by default 18 years ago
Kostya Shishkov c8868640c1 Use h264_chroma funcs in B-frames MC too 18 years ago
Kostya Shishkov b116cc7f95 Fix edge emulation for bicubic MC in B frames 18 years ago
Kostya Shishkov f9942ba94b 2989l: Set avctx->has_b_frames value in header and don't change it 18 years ago
Aurelien Jacobs aa8f4cee32 add a VP6F fourcc for apps which rely on fourcc 18 years ago
Aurelien Jacobs 0dd5866af7 don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) 18 years ago
Baptiste Coudurier d70e3ff410 workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though 18 years ago
Panagiotis Issaris 9fe84b5385 Remove nonexistent option -hq from the documentation. 18 years ago
Siarhei Siamashka 024da4b146 armv5 optimizations 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Panagiotis Issaris 493f7857de adds doxygen docs to av_opt_set_defaults. Patch by Takis 18 years ago
Andreas Öman abade1429e allow ffmpeg to read mp3s beginning with partial frames 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago