source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f8d7b5f5   22 years fabrice added basic png handling - do not remake dependencies automatically …
(edit) @43a7635   22 years fabrice added stripped down libpng Originally committed as revision 1527 to …
(edit) @799fd467   22 years michaelni 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot …
(edit) @475b46d   22 years michaelni fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot …
(edit) @9ec05e36   22 years fabrice added DVD LPCM decoding support Originally committed as revision 1525 …
(edit) @f17457ac   22 years michaelni fixing rgb4 & bgr4 (2 pixels per byte) adding bg4b & rg4b (1 pixel per …
(edit) @782c5984   22 years michaelni 100000l Originally committed as revision 1524 to …
(edit) @69e1a1f2   22 years michaelni bugfix Originally committed as revision 1523 to …
(edit) @1d0d55da   22 years michaelni --disable-risky support Originally committed as revision 1522 to …
(edit) @02d697aa   22 years kabi * headers valid for C++ compilers Originally committed as revision …
(edit) @a8721c09   22 years fabrice make consistent decisions for dlopen/dlfcn and vhook Originally …
(edit) @ea937d01   22 years fabrice win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do …
(edit) @d44b50b0   22 years fabrice win32: added vsnprintf Originally committed as revision 1518 to …
(edit) @cb009a8c   22 years michaelni 10l / 4mv segfault fix Originally committed as revision 1517 to …
(edit) @1501987   22 years fabrice Audio support for DV1394 by Max Krasnyansky Originally committed as …
(edit) @c81f0349   22 years michaelni optimizing av_log2 Originally committed as revision 1515 to …
(edit) @425ed6e2   22 years fabrice DV audio decoder by Roman Shaposhnick Originally committed as …
(edit) @850742d7   22 years michaelni audio only avi patch by (Andriy Rysin <arysin at bcsii dot net>) …
(edit) @49c79e6c   22 years michaelni drawing cute arrows instead of lame lines for motion vector …
(edit) @2ba8f6b8   22 years michaelni feeding doxygen Originally committed as revision 1511 to …
(edit) @6852ac95   22 years fabrice Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would …
(edit) @3b991c54   22 years fabrice Altivec on non darwin systems patch by Romain Dolbeau Originally …
(edit) @a48835b9   22 years fabrice removed unneeded mallocs Originally committed as revision 1508 to …
(edit) @e9a9e0c2   22 years fabrice use av_strdup() Originally committed as revision 1507 to …
(edit) @0d4c5878   22 years fabrice removed warning Originally committed as revision 1506 to …
(edit) @8e1e6f31   22 years fabrice use av_malloc() functions - added av_strdup and av_realloc() …
(edit) @47e2a6e6   22 years fabrice use av_realloc() Originally committed as revision 1504 to …
(edit) @ddedacfe   22 years fabrice undefine malloc macros Originally committed as revision 1503 to …
(edit) @39f853af   22 years fabrice use av_malloc() Originally committed as revision 1502 to …
(edit) @98486a6b   22 years fabrice zero sized malloc patch by Roman Shaposhnick Originally committed as …
(edit) @a5df11ab   22 years fabrice dv1394 channel selection by Max Krasnyansky - modified channel number …
(edit) @7f172339   22 years fabrice grab device is in AVFormatParameter (at least better than global …
(edit) @79a7c268   22 years fabrice grab device is in AVFormatParameter (at least better than global …
(edit) @86fd51fb   22 years fabrice video_device fixes Originally committed as revision 1497 to …
(edit) @2a6874fd   22 years fabrice removed warnings Originally committed as revision 1496 to …
(edit) @7322a67c   22 years michaelni UYVY input Originally committed as revision 9072 to …
(edit) @9b1663fc   22 years dalias C implementation of the median deinterlacer (seems to be the only one …
(edit) @e78df699   22 years michaelni reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 …
(edit) @8aa3ee32   22 years fabrice dv patch by Max Krasnyansky (maxk at qualcomm dot com) Originally …
(edit) @4b8b2edb   22 years fabrice dependency handling is consistant with libavcodec Originally …
(edit) @811e6d73   22 years fabrice removed unused rule Originally committed as revision 1491 to …
(edit) @7c235fe2   22 years fabrice dependency handling is consistant with libavcodec Originally …
(edit) @8f0a616   22 years fabrice fixed -msse stuff Originally committed as revision 1489 to …
(edit) @a968e36   22 years fabrice fixed dependancy generation (I want the case where SRC_PATH is not . …
(edit) @b7a22d84   22 years michaelni cleanup Originally committed as revision 1487 to …
(edit) @68f593b4   22 years michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to …
(edit) @fe50f385   22 years michaelni More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa …
(edit) @566986ee   22 years michaelni img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm …
(edit) @69572401   22 years fabrice added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 …
(edit) @f943e138   22 years michaelni trying to fix mb skip bug in mpeg1/2 if slices are not used …
(edit) @d0162d09   22 years michaelni fixing yuv422 -> yuv420p (i need that for the vceq videos ...) …
(edit) @2a743f63   22 years kabi * code for parsing options now options have to be added... - see …
(edit) @56f7fda1   22 years nickols_k reverse Originally committed as revision 1479 to …
(edit) @bfbc8de   22 years nickols_k Function renaming. Solves some namespace conflicts Originally …
(edit) @76fbb024   22 years michaelni align Originally committed as revision 1477 to …
(edit) @35e5fb06   22 years michaelni PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain …
(edit) @8c55915b   22 years michaelni add/put_pixels_clamped update Originally committed as revision 1475 …
(edit) @ef9f7306   22 years michaelni C99 initializers and kill warnings patch by (mru at users dot …
(edit) @f5f170d2   22 years michaelni oops forgot that ... regression checksum update because of finetuning …
(edit) @6772518   22 years michaelni finetuneing thresholds/factors nicer mb decission a few minor …
(edit) @0e5f8ab1   22 years fabrice fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in …
(edit) @6b026927   22 years mellum sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, …
(edit) @1d0eab1d   22 years michaelni bugs Originally committed as revision 1469 to …
(edit) @e51d4def   22 years arpi - removed nonsense *.d dependancy stuff, there was already a better …
(edit) @7ed2dd2d   22 years revol removed redundant 4CC Originally committed as revision 1467 to …
(edit) @8b879f18   22 years revol Fix probing for some files (ew.mov, april.mov) Originally committed …
(edit) @204c0f48   22 years philipjsg When doing -vstats and also changing the frame rate, then don't count …
(edit) @db40a39a   22 years michaelni AltiVec perf (take 2), plus a couple AltiVec functions by (Romain …
(edit) @f44a2df0   22 years michaelni update Originally committed as revision 1463 to …
(edit) @0e15384d   22 years michaelni fixing DCTELEM != short Originally committed as revision 1462 to …
(edit) @3a87ac94   22 years michaelni more compare functions (rd & bit) Originally committed as revision …
(edit) @aaa1e4cd   22 years michaelni 10l Originally committed as revision 1460 to …
(edit) @77b71ddc   22 years philipjsg AUtomatic dependency generation. Runs on Linux (at least). Probably …
(edit) @cb7c98d6   22 years michaelni padding bug autodetection improvement 2nd try Originally committed as …
(edit) @650faac6   22 years michaelni better padding/stuffing bug autodetection Originally committed as …
(edit) @741235eb   22 years michaelni gmc1 segfault fix (found by kabi) Originally committed as revision …
(edit) @744ac4be   22 years michaelni dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at …
(edit) @67309e49   22 years michaelni /* align 16 */ Originally committed as revision 1454 to …
(edit) @92148550   22 years michaelni average motion vector rounding like the reference says and not what …
(edit) @2ca24d91   22 years michaelni shorter test streams / faster regression tests Originally committed …
(edit) @a33c7159   22 years michaelni get_format() Originally committed as revision 1451 to …
(edit) @2a006cd3   22 years michaelni sse16 & pix_norm1 optimization patch by (Felix von Leitner …
(edit) @d32ac509   22 years michaelni add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at …
(edit) @e629ab68   22 years michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot …
(edit) @f3ec2d46   22 years michaelni os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) …
(edit) @143cc72   22 years michaelni gmc1 Originally committed as revision 1446 to …
(edit) @3df7be0f   22 years michaelni more links Originally committed as revision 1445 to …
(edit) @a552591f   22 years michaelni optimization tips can allso be used as a torture test for ur spelling …
(edit) @94d883e8   22 years fabrice jpeg detection fix - fixed imagepipe output Originally committed as …
(edit) @7481e919   22 years fabrice more formats Originally committed as revision 1442 to …
(edit) @3c27199b   22 years fabrice added av_set_parameters() Originally committed as revision 1441 to …
(edit) @817b23ff   22 years fabrice still image support - increase audio buffer size - do hex dump even if …
(edit) @87a0a681   22 years fabrice added still image support Originally committed as revision 1439 to …
(edit) @f746a046   22 years fabrice added url_get_filename() Originally committed as revision 1438 to …
(edit) @0b9fb89   22 years fabrice extracted yuv4mpeg from img.c (untested) Originally committed as …
(edit) @290c5fa   22 years fabrice added simple still image format support to simplify image and …
(edit) @2a877875   22 years fabrice added missing formats in all functions - added monoblack, monowhite …
(edit) @5915a6dc   22 years fabrice moved avpicture_xxx to imgconvert Originally committed as revision …
(edit) @2d1a4094   22 years fabrice build update - avpicture_fill() returns the image size Originally …
(edit) @0b2612b1   22 years fabrice changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big …
Note: See TracRevisionLog for help on using the revision log.