source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @aeb20f7f   18 years banan FLV seeking patch by Nazo. lovesyao at aol com. Originally committed …
(edit) @e66477af   18 years michaelni support SI and some non SI prefixes Originally committed as revision …
(edit) @99f6278e   18 years diego wording/spelling Originally committed as revision 6283 to …
(edit) @5ca030fe   18 years diego ADI Blackfin optimizations patch by Michael Benjamin, neuroptik gmail …
(edit) @cab3ef82   18 years diego Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a …
(edit) @2c29781d   18 years gpoirier Document how to read DirectShow files, Patch by Victor Paesa % wzrlpy …
(edit) @cd621028   18 years mans remove junk characters in comment Originally committed as revision …
(edit) @f07e8487   18 years mans clean up #ifdef HAVE_IPP Originally committed as revision 6278 to …
(edit) @469b7bf8   18 years takis.issaris Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally …
(edit) @dc5ee8bc   18 years takis.issaris Remove the "bt" OptionDef option from ffmpeg.c. The equally named "bt" …
(edit) @0dcb89fc   18 years takis.issaris Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally …
(edit) @fda7eb90   18 years takis.issaris Correct the i_qfactor minimum, which was current set higher then the …
(edit) @e2a5bc88   18 years takis.issaris Remove the "me_range" OptionDef option from ffmpeg.c. The equally …
(edit) @d4fc91b4   18 years takis.issaris Split the DV demuxer and muxer into separate files (as suggested by …
(edit) @bcce83e6   18 years takis.issaris Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally …
(edit) @a2c00e43   18 years takis.issaris Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally …
(edit) @debe5ce1   18 years takis.issaris Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally …
(edit) @3c96abac   18 years takis.issaris Fix usage of b_quant_factor. It was not possible to actually use the …
(edit) @3d720bda   18 years takis.issaris Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named …
(edit) @99aaf41   18 years takis.issaris Remove the "qblur" OptionDef option from ffmpeg.c. The equally named …
(edit) @908b8457   18 years takis.issaris Remove the "pbias" OptionDef option from ffmpeg.c. The equally named …
(edit) @356e7a9d   18 years takis.issaris Remove the "ibias" OptionDef option from ffmpeg.c. The equally named …
(edit) @7c272c0e   18 years takis.issaris Remove the "preme" OptionDef option from ffmpeg.c Originally …
(edit) @babe0e8   18 years takis.issaris Remove the GOP "g" OptionDef option from ffmpeg.c . Originally …
(edit) @a5515106   18 years takis.issaris Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. …
(edit) @02c1592f   18 years diego Fix Indel --> Intel typo. Originally committed as revision 6260 to …
(edit) @1733fc4a   18 years gpoirier Add support for 8-bit grayscale to V4L grabber patch by Michael …
(edit) @3c0ba870   18 years takis.issaris Remove the "b" OptionDef option from the ffmpeg.c file. From now on …
(edit) @7df00a4e   18 years takis.issaris Rename the AVOption's names to the shorter OptionDef names. …
(edit) @8e453fc3   18 years baptiste.coudurier remove unused, uninitialized free format frame size Originally …
(edit) @3c619838   18 years gpoirier add support for grayscale rawvideo avi patch by Philippe De Muyter …
(edit) @93a319f1   18 years lorenm asm implementation of mid_pred. 20% faster huffyuv decoding, 4% faster …
(edit) @2a2311be   18 years Aurélien Jacobs disable vp3 mmx idct for theora files to avoid artifacts (see …
(edit) @0b97eea3   18 years takis.issaris Synchronize the defaults specified in the AVOptions[] array to the …
(edit) @66acccf0   18 years takis.issaris Make OFFSET() reuse offsetof Originally committed as revision 6251 to …
(edit) @5894991f   18 years takis.issaris Remove a redundant memset from libavformat. Originally committed as …
(edit) @a41e9d68   18 years takis.issaris Allow parameter values (AVOptions) to use the 'k', 'M', 'G' and 'B' …
(edit) @7f889a76   18 years diego Remove the LGPL exception clause as discussed on ffmpeg-devel and move …
(edit) @fbb9d104   18 years diego Fix vhook build on Cygwin, shared builds only. patch by Víctor Paesa, …
(edit) @1839e854   18 years diego Proper armv5te instructions support detection. patch by Siarhei …
(edit) @a8678a3a   18 years Aurélien Jacobs replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) …
(edit) @7facadb0   18 years gpoirier corrects the type of the AVOption parameter "bugs", patch by Takis …
(edit) @5cc9b87f   18 years gpoirier adds descriptions to the libavcodec AVOptions array, taken from the …
(edit) @496cfa3c   18 years mans ffmpeg, ffplay, ffserver need version.h Originally committed as …
(edit) @1dac8fea   18 years Aurélien Jacobs Enables back the mmx/sse optimized version of the vp3 idct. It …
(edit) @d0702de9   18 years michaelni 10l typo Originally committed as revision 6240 to …
(edit) @dc8cd49   18 years diego Remove superfluous ifeq. Originally committed as revision 6239 to …
(edit) @691c480   18 years diego Fix 'make depend' for libpostproc. Originally committed as revision …
(edit) @e179fbc8   18 years kostya.shishkov Swap back and forward motion vectors to achieve correct picture …
(edit) @1884a48b   18 years kostya.shishkov Set motion vectors used in B-frames to zero by default Originally …
(edit) @c8868640   18 years kostya.shishkov Use h264_chroma funcs in B-frames MC too Originally committed as …
(edit) @b116cc7f   18 years kostya.shishkov Fix edge emulation for bicubic MC in B frames Originally committed as …
(edit) @f9942ba9   18 years kostya.shishkov 2989l: Set avctx->has_b_frames value in header and don't change it …
(edit) @aa8f4cee   18 years Aurélien Jacobs add a VP6F fourcc for apps which rely on fourcc Originally committed …
(edit) @0dd5866a   18 years Aurélien Jacobs don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts …
(edit) @d70e3ff4   18 years baptiste.coudurier workaround for files, mainly d-cinema, with 0 sized tags especially …
(edit) @9fe84b53   18 years diego Remove nonexistent option -hq from the documentation. patch by …
(edit) @024da4b1   18 years diego armv5 optimizations patch by Siarhei Siamashka siarhei.siamashka at …
(edit) @8c3dd5dc   18 years gpoirier Use and set sane AVOption defaults Patch by Takis Original thread: …
(edit) @493f7857   18 years gpoirier adds doxygen docs to av_opt_set_defaults. Patch by Takis Originally …
(edit) @abade142   18 years gpoirier allow ffmpeg to read mp3s beginning with partial frames Patch by …
(edit) @73a8ceaa   18 years gpoirier make AVOptions default value field work. Patch by Panagiotis Issaris % …
(edit) @b7cff9ce   18 years diego Remove unused variable. Originally committed as revision 6223 to …
(edit) @aaf78bde   18 years diego fprintf/perror --> av_log patch by Gustavo Sverzut Barbieri, barbieri …
(edit) @8faf5443   18 years lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> Originally …
(edit) @f3cd195a   18 years mans add our -L flags before any other linker flags Originally committed …
(edit) @04d7f601   18 years diego Add official LGPL license headers to the files that were missing them. …
(edit) @dc43482b   18 years kostya.shishkov Disable B-frames decoding until they produce correct picture …
(edit) @d120e402   18 years Aurélien Jacobs rename vector to vect to avoid clash with Apple gcc Originally …
(edit) @9a8e6f8   18 years diego Add proper GPL headers. Originally committed as revision 6216 to …
(edit) @2111440a   18 years diego Add proper GPL headers. Originally committed as revision 19772 to …
(edit) @380b2da7   18 years diego Replace informal GPL notice by official header. Originally committed …
(edit) @3acc68b4   18 years mans fix out of tree builds Originally committed as revision 6214 to …
(edit) @5ce117c3   18 years Aurélien Jacobs VP5 and VP6 video decoder Originally committed as revision 6213 to …
(edit) @34a8dcd0   18 years kostya.shishkov Drop unneeded checks before av_free() and change to av_freep() where …
(edit) @76751653   18 years kostya.shishkov Support for BI-frames in Advanced Profile Originally committed as …
(edit) @d429c982   18 years kostya.shishkov Don't print header bits by default Originally committed as revision …
(edit) @6cf6d0ec   18 years kostya.shishkov [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from …
(edit) @d1d28dd   18 years kostya.shishkov [Cosmetics] Remove some done TODOs/FIXMEs from comments Originally …
(edit) @1dc1ce64   18 years kostya.shishkov Proper support for B/BI frames Originally committed as revision 6207 …
(edit) @0288a747   18 years michaelni AVPROBE_SCORE_MAX doc Originally committed as revision 6206 to …
(edit) @5e89b50b   18 years gpoirier undefines a few temporary defines which were not undefined after their …
(edit) @8dc6f118   18 years diego Add -lav* to the front of LDFLAGS, fixes linking on Linux. patch by …
(edit) @6de9e506   18 years diego FFLIBS --> EXTRALIBS Originally committed as revision 6203 to …
(edit) @f381af7b   18 years diego Remove pointless variable indirection. Originally committed as …
(edit) @a9550eb6   18 years diego simplify Originally committed as revision 6201 to …
(edit) @cc654dd7   18 years diego FFLIBDIRS --> LDFLAGS Originally committed as revision 6200 to …
(edit) @ec53e110   18 years diego Remove empty variable declaration. Originally committed as revision …
(edit) @ca373eb7   18 years diego Add -g to LDFLAGS instead of adding it to the command line. …
(edit) @8e16b25c   18 years gpoirier enables AVOption for muxing. Patch by Takis Original thread: Date: Sep …
(edit) @ec1b10f4   18 years gpoirier enable setting the year and track number using AVOption Patch by Takis …
(edit) @57c244f   18 years gpoirier makes avformat_get_context_defaults() static when the next …
(edit) @7b95bc5   18 years michaelni print more correct error messges Originally committed as revision …
(edit) @3c573748   18 years diego LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. …
(edit) @529dd3c9   18 years diego Move required libs after the object file for the shared lib …
(edit) @a41104f8   18 years michaelni fix sound of SampleVideo.mov (mp2 in mov) Originally committed as …
(edit) @2ad4648f   18 years gpoirier Allow to get the the track number in the IPRT (part) tag in AVI. Patch …
(edit) @2eb291c4   18 years gpoirier Allow to store the the track number though the IPRT (part) tag in AVI. …
(edit) @af0ad8f0   18 years gpoirier Remove unused defines, patch by takis P issaris A uhasselt P be …
(edit) @63d5075c   18 years gpoirier adds support for setting that album tag. Patch by takis P issaris A …
Note: See TracRevisionLog for help on using the revision log.