source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @da186ae2   19 years diego Darwin install strips all global symbols, which gives undefined …
(edit) @f9c7872c   19 years r_togni Increase version: 'wave' atom parsing added to mov demuxer Originally …
(edit) @291b3ef4   19 years r_togni Increase version because of QDM2 decoder addition Originally …
(edit) @065148e7   19 years r_togni init_get_bits() requires size in bits, not bytes Patch by Steve Lhomme …
(edit) @9918aa24   19 years gpoirier revert useless patch that was supposed to fix DTS support (but the fix …
(edit) @9a695e98   19 years diego DESTDIR support , patch taken from the Debian package by Samuel …
(edit) @3135258e   19 years r_togni QDM2 compatible decoder Originally committed as revision 4650 to …
(edit) @d9b1c197   19 years r_togni QDM2 compatible decoder Originally committed as revision 4649 to …
(edit) @ea7e68b1   19 years diego Remove .pc files on distclean. Originally committed as revision 4648 …
(edit) @73cbfb1c   19 years dalias 100l -- mismatched type after changing sizes to type long! Originally …
(edit) @48fa22d7   19 years mike chroma decoding fix by Kostya Originally committed as revision 4647 …
(edit) @e6885654   19 years r_togni Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg Reversing …
(edit) @adeba281   19 years mike TM2 fixes by Kostya Originally committed as revision 4645 to …
(edit) @aa35d264   19 years gpoirier Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH …
(edit) @23f19574   19 years mans utf8 Originally committed as revision 4643 to …
(edit) @edfdd798   19 years alex 10l, dont make bandwidth statistics negative when feed stops being …
(edit) @670924fd   19 years mike gcc 2.95 fix, courtesy of Luca Abeni Originally committed as revision …
(edit) @dce76c20   19 years mike documentation update Originally committed as revision 4640 to …
(edit) @515ae476   19 years mike support for FLX and DTA extensions in the FLIC format, courtesy of …
(edit) @64af6168   19 years mike Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov …
(edit) @f37f8d4c   19 years alex fix ffserver, it is working for me now again, a more elegant fix is …
(edit) @26aa0f89   19 years alex fix feed read_header, avoid using put_tag in write_header, to be …
(edit) @e134e10f   19 years alex set_se_golomb can only write 16bits, add a note about this (ok, maybe …
(edit) @d10dc616   19 years alex sanity check whether dimensions are non-null Originally committed as …
(edit) @83254e24   19 years alex removed unused CONFIG_AUDIO_NONSHORT Originally committed as revision …
(edit) @4209fad9   19 years alex lame bit_rate calculation Originally committed as revision 4632 to …
(edit) @90448512   19 years alex initial MorphOS support Originally committed as revision 4631 to …
(edit) @7f526efd   19 years Reimar.Doeffinger Change unsigned->signed and int->long, this fits the asm code better …
(edit) @b926572a   19 years lorenm h264 mmx weighted prediction. up to 3% overall speedup. Originally …
(edit) @5539733b   19 years diego Ignore AMR directories. Originally committed as revision 4629 to …
(edit) @c99dd233   19 years diego Move all definitions of external dependencies into configure instead …
(edit) @5af83797   19 years mans This patch to configure makes the --tune option recognise k8 core cpus …
(edit) @e4797262   19 years diego Add all possible shared libraries to the pkg-config files. patch by j …
(edit) @672cbd9a   19 years diego Add the flags for faac and mp3lame to $extralibs in configure, so they …
(edit) @495d6cdc   19 years diego vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - …
(edit) @5693c083   19 years lorenm sse2 16x16 sum squared diff (306=>268 cycles on a K8) faster 8x8 mmx …
(edit) @7dd611c9   19 years revol change my &ccedil; from latin-1 to UTF-8. UTF-8 ownz! Originally …
(edit) @e926e391   19 years diego Remove references to release or CVS versions, they are misleading. …
(edit) @be0efc0c   19 years diego Since there have been quite a few questions recently on how to use the …
(edit) @5158754   19 years diego NetBSD build fix: A forgotten $extraflags caused -lm to fall off. …
(edit) @d90cbe5f   19 years lorenm 6% faster decode_cabac_residual Originally committed as revision 4618 …
(edit) @ca3b0d27   19 years lorenm 13% faster decode_residual (cavlc). patch by diane_cartman at gmx dot …
(edit) @4e159595   19 years diego support for building dynamic libraries on Mac OS X based on a patch by …
(edit) @399d8401   19 years diego Fix some #ifdef to allow building amr_wb alone. patch by Michel …
(edit) @67860b26   19 years diego Tell configure about hppa, s390, mipsel, m68k and ia64 architectures. …
(edit) @29799f8   19 years diego spelling fixes Originally committed as revision 4613 to …
(edit) @b34c63f7   19 years diego Make configure bail out when confronted with unknown options. …
(edit) @a9e35095   19 years diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with …
(edit) @288f1e68   19 years Aurélien Jacobs fix some pointer to intger without cast warnings (patch by Michel …
(edit) @62ab0b7   19 years Aurélien Jacobs fix unused variable warnings Originally committed as revision 4609 to …
(edit) @12e96681   19 years michaelni replace a few mov + psrlq with pshufw, there are more cases which …
(edit) @dc9f526   19 years michaelni Just noticed there is a memory leak in h264.c with the usage of …
(edit) @528bbdd   19 years diego Add a leading zero to the sequence files generated by the testsuite so …
(edit) @96f2c1fb   19 years diego Add some files generated by regression tests. Originally committed as …
(edit) @4bc113a9   19 years diego Misplaced #ifdef, the MMFContext struct is needed outside …
(edit) @8f196b14   19 years michaelni changing a few options to AVOptions Originally committed as revision …
(edit) @9061be9f   19 years michaelni precautionary checks Originally committed as revision 4602 to …
(edit) @267e9dfa   19 years michaelni doxygenize a few comments very minor cleanup Originally committed as …
(edit) @d2752a0d   19 years michaelni dont print NULL Originally committed as revision 4600 to …
(edit) @7df6545   19 years diego Move lrintf implementation from libavcodec/dsputil.h to …
(edit) @0f884070   19 years michaelni set pts for h.263 decoding Originally committed as revision 4598 to …
(edit) @344b825c   19 years diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS …
(edit) @21189011   19 years michaelni print more time_base fps stuff if av_log level is at debug or above …
(edit) @357a2843   19 years Reimar.Doeffinger check return value of decode_cabac_mb_dqp, it is INT_MIN on error. …
(edit) @18ae520b   19 years mans set more x264 encoding parameters patch by Dario Andrade <dario at ip …
(edit) @9fcfac15   19 years diego minor typo fixes Originally committed as revision 4593 to …
(edit) @fac862c6   19 years michaelni the people want lower case ... Originally committed as revision 4592 …
(edit) @6fd46414   19 years michaelni dont include opt.h in avcodec.h Originally committed as revision 4591 …
(edit) @1471c6c2   19 years diego CAREFULL --> CAREFUL typo fix Originally committed as revision 4590 …
(edit) @e180129f   19 years diego spelling/grammar/wording Originally committed as revision 4589 to …
(edit) @291dcdb3   19 years michaelni clarify GPL patch acceptance policy Originally committed as revision …
(edit) @ec9127c   19 years michaelni converting a few more options to AVOptions Originally committed as …
(edit) @637b5326   19 years michaelni convert some options in ffmpeg.c to AVOptions Originally committed as …
(edit) @a1689e2f   19 years michaelni avoid stdio.h Originally committed as revision 4585 to …
(edit) @b4abfb30   19 years michaelni checksum doesnt cover the forward_ptr anymore (seems i forgot to …
(edit) @61a1e081   19 years michaelni common questions people ask me all the time, lets hope this reduces …
(edit) @c44a131d   19 years michaelni missing include noticed by g0th Originally committed as revision 4582 …
(edit) @233f6f88   19 years michaelni flags and named constants with type checking of course for AVOption …
(edit) @8bbf6db9   19 years michaelni AVOption API improvments support AVOptions for encoding in ffmpeg.c …
(edit) @a26e1d4c   19 years michaelni checksum doesnt cover the forward_ptr anymore Originally committed as …
(edit) @177e5460   19 years michaelni forward_ptr doesnt contain its own length anymore Originally …
(edit) @e7902f2   19 years michaelni do not rescale AV_NOPTS_VALUE Originally committed as revision 4577 …
(edit) @434df899   19 years michaelni add xvid idcts to dct-test Originally committed as revision 4576 to …
(edit) @cd7af76d   19 years Reimar.Doeffinger Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. …
(edit) @9f211bc   19 years michaelni remove unused table entries change non portable table access …
(edit) @ddabdfef   19 years michaelni select xvid idct for xvid files if possible Originally committed as …
(edit) @84740d59   19 years michaelni xvids mmx&mmx2 idcts needed to decode xvid without some minor …
(edit) @96b6ace2   19 years michaelni dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 Originally …
(edit) @8868d310   19 years alex use av_log in debug mode Originally committed as revision 4570 to …
(edit) @da7272b3   19 years michaelni set time_base as soon as time_scale is known instead of in a unrelated …
(edit) @3735e82f   19 years michaelni AVOption enumeration support and some flags to classify AVOptions …
(edit) @79396ac6   19 years mans Kill some compiler warnings. Compiled code verified identical after …
(edit) @b40e353a   19 years diego Reduce unnecessary swscaler verbosity. Originally committed as …
(edit) @978844cc   19 years diego Wrong comment after #endif. Noticed by Fred Rothganger < rothgang -- …
(edit) @d57d8cbc   19 years michaelni a few more raw yuv fourccs Originally committed as revision 4565 to …
(edit) @5e61b9ec   19 years michaelni a little script to turn the inside of a struct into a AVOption array …
(edit) @860a40c8   19 years michaelni AVOption first try Originally committed as revision 4563 to …
(edit) @f926cbe7   19 years diego Remove stray non-existent -o option from an example. patch by Michel …
(edit) @fbd312fd   19 years lorenm fix emulated edge motion compensation when resolution%16!=0 …
(edit) @f79432a2   19 years michaelni set a few variables correctly Originally committed as revision 4560 …
Note: See TracRevisionLog for help on using the revision log.