aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Print the number of the Unknow color format,Gravatar iive2007-07-11
* remove unused variablesGravatar lorenm2007-07-11
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* config.h must be included before other headersGravatar reimar2007-06-24
* Make sure we always have a swab() prototype when we use it,Gravatar reimar2007-06-24
* Remove unused (static) function prototype.Gravatar reimar2007-06-24
* Move variable into the block where it actually usedGravatar reimar2007-06-24
* Remove unused query_format function in vf_harddup.Gravatar reimar2007-06-24
* Avoid more void * arithmeticGravatar reimar2007-06-24
* 100l, fix compile error in r23498 due to bad copy in pasteGravatar reimar2007-06-07
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.Gravatar reimar2007-06-07
* Do not use fast_memcpy when data is read again immediately afterwards.Gravatar reimar2007-06-05
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use avcodec_decode_audio2 in ad_ffmpeg.cGravatar reimar2007-06-05
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Move variable declaration into conditional to avoid an unused variable warning.Gravatar diego2007-05-28
* Remove unused variables.Gravatar diego2007-05-28
* Removed useless fastmemcpy.h includes in video decodersGravatar reimar2007-05-27
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesGravatar rik2007-05-27
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).Gravatar corey2007-05-17
* Include string.h for memcpy, fastmemcpy.h alone is not enough.Gravatar reimar2007-05-16
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandGravatar reimar2007-05-14
* Add DV fourcc.Gravatar corey2007-05-13
* Fix "inline keyword not at beginning of declaration" warning.Gravatar diego2007-05-05
* add "level" as lavc optionGravatar cehoyos2007-05-03
* Remove unused variable,Gravatar reimar2007-04-29
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add config.h variables for static FFmpeg libraries.Gravatar diego2007-04-26
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.Gravatar diego2007-04-25
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Gui --> guiGravatar diego2007-04-23
* support format=y8 with -ovc rawGravatar lorenm2007-04-11
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Fix double close() in ve_vfw.cGravatar iive2007-03-24
* cosmetics: Merge #ifdefs for better readability.Gravatar diego2007-03-23
* allows to de- and reactivate kerndeint on the flyGravatar cehoyos2007-03-22
* Conditionally compile vf_bmovl.c instead of enclosing all of the fileGravatar diego2007-03-21
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Use explicit header location, don't use CFLAGS for simple subdirectories.Gravatar diego2007-03-15