summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-289-125/+9
* config.h must be included before other headersreimar2007-06-241-1/+1
* Make sure we always have a swab() prototype when we use it,reimar2007-06-242-0/+2
* Remove unused (static) function prototype.reimar2007-06-241-1/+0
* Move variable into the block where it actually usedreimar2007-06-241-1/+1
* Remove unused query_format function in vf_harddup.reimar2007-06-241-12/+0
* Avoid more void * arithmeticreimar2007-06-241-2/+4
* 100l, fix compile error in r23498 due to bad copy in pastereimar2007-06-071-1/+1
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.reimar2007-06-071-0/+2
* Do not use fast_memcpy when data is read again immediately afterwards.reimar2007-06-051-2/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-053-4/+4
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-0525-80/+80
* Use avcodec_decode_audio2 in ad_ffmpeg.creimar2007-06-051-2/+3
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-011-0/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-282-2/+1
* Move variable declaration into conditional to avoid an unused variable warning.diego2007-05-281-1/+1
* Remove unused variables.diego2007-05-281-2/+0
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-272-2/+0
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-2730-46/+0
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-271-8/+8
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-171-0/+1
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-162-0/+2
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
* Add DV fourcc.corey2007-05-131-0/+2
* Fix "inline keyword not at beginning of declaration" warning.diego2007-05-051-1/+1
* add "level" as lavc optioncehoyos2007-05-031-0/+3
* Remove unused variable,reimar2007-04-291-1/+0
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-273-4/+5
* Simplify preprocessor directives: There is a general variable fordiego2007-04-262-3/+3
* Add config.h variables for static FFmpeg libraries.diego2007-04-261-1/+1
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-4/+1
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-251-1/+1
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-7/+7
* Gui --> guidiego2007-04-231-1/+1
* support format=y8 with -ovc rawlorenm2007-04-111-0/+4
* "()" to "(void)" function param list fixesuau2007-04-013-4/+4
* Fix double close() in ve_vfw.ciive2007-03-241-1/+0
* cosmetics: Merge #ifdefs for better readability.diego2007-03-231-6/+2
* allows to de- and reactivate kerndeint on the flycehoyos2007-03-221-2/+22
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-212-5/+1
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-212-2/+2
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-3/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-1524-64/+62
* Add explicit location for headers from the stream/ directory.diego2007-03-1515-22/+22
* Add explicit location for headers from the stream/ directory.diego2007-03-159-9/+8
* Use explicit header location, don't use CFLAGS for simple subdirectories.diego2007-03-153-4/+3
* Include loader/ prefix in #include path everywhere.diego2007-03-1512-20/+19
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-101/+99
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-42/+40
* Source files should not contain non-ASCII characters.diego2007-03-121-2/+2
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-111-3/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...gpoirier2007-03-071-1/+4
* Discard earlier failure in building filter chain when trying a new codec.reimar2007-03-031-0/+3
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-012-15/+8
* Adding an extra -I.. parameter is no longer necessary.diego2007-02-271-3/+1
* compilation fix clip_uint8 -> av_clip_uint8rik2007-02-271-1/+1
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-242-2/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-212-3/+3
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michaelnicodvb2007-02-201-7/+4
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-181-2/+51
* Make liblzo conditional to the appropriate #defines.diego2007-02-182-1/+3
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-184-3333/+1
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-181-1/+1
* Use external liblzo instead of internal minilzo.diego2007-02-181-1/+1
* Move common vo initialization code to video_out.creimar2007-02-171-1/+1
* swap palette on big endianmichael2007-02-171-2/+13
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4Bmichael2007-02-171-0/+11
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...michael2007-02-171-0/+13
* another ridiculous palette bug which has nothing to do with the new palete su...michael2007-02-171-0/+2
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...michael2007-02-171-1/+1
* PAL8 ...michael2007-02-161-0/+2
* Fix memory leak when changing playback speeduau2007-02-101-0/+2
* Avoid crash when uninit is called without ever calling config in x264 encoderreimar2007-02-081-0/+1
* Revert part of commit r22170.iive2007-02-071-2/+2
* Fix compilation after deprecation of some lav log level andreimar2007-02-072-5/+5
* Add missing checks in RealVideo slice handling code.reimar2007-02-061-3/+5
* 10lmichael2007-02-051-1/+1
* skip first (green) framemichael2007-02-051-4/+8
* Cosmeticsreimar2007-02-031-5/+5
* Avoid crash in uninit if codec not foundreimar2007-02-031-0/+2
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-0/+7
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* use ffmpeg's LZOreimar2007-01-311-21/+9
* Use export type mpi, everything else is a fragile hack.reimar2007-01-311-25/+24
* Avoid a static variable and instead use variable in contextreimar2007-01-311-4/+5
* Swap palette on bigendian.reimar2007-01-311-0/+11
* cosmetics: remove useless commented-out stuff.reimar2007-01-301-4/+0
* More simplificationreimar2007-01-301-2/+1
* Simplifyreimar2007-01-301-3/+1
* Fix vd_lzo, broken since r18069, i.e. April 2006!reimar2007-01-301-1/+1
* fix a segfault if -x264encopts is the last commandline option (with no argument)lorenm2007-01-281-0/+5
* Mark m_struct_t defaults as constreimar2007-01-289-9/+9
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Fix FSF address and otherwise broken license headers.diego2007-01-223-5/+3
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-211-6/+2
* Another AVCodecTag compile fixreimar2007-01-211-1/+1
* BE_32 -> AV_RB32reimar2007-01-191-1/+1
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...nicodvb2007-01-191-1/+2
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-8/+1
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-2/+14
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+18
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-312-0/+8
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
* first step toward amr-nb muxing supportmichael2006-12-291-0/+3
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+8
* Pass quant tables to next filtersgpoirier2006-12-211-0/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-1814-0/+14
* Simplify: get rid of useless lame_presets_longinfo_dm function.reimar2006-12-161-10/+1
* Fix FIXME mp_msg levels and targetsreimar2006-12-161-10/+10
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-1/+0
* count needs to be evenhenry2006-12-111-1/+1
* Only increase buffer size to avoid crashes when seeking inreimar2006-12-101-2/+5
* Fix realvideo size changes by using our own malloced buffer and export type mpi.reimar2006-12-101-13/+20
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-094-5/+5
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-0714-14/+14
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-062-5/+12
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...reimar2006-12-061-0/+2
* Fix memleak if vd_ffmpeg init failsreimar2006-12-061-1/+3
* Remove unused function pointers, they probably had incorrect prototypesreimar2006-12-032-20/+4
* Compile fix, BE_32 definition has been movedreimar2006-12-031-0/+1
* Remove long-deprecated -vop option.diego2006-12-022-19/+0
* Set video aspect ratio for libass in vf_vo.eugeni2006-12-021-0/+1
* Update comment, video output plugins are deprecated.diego2006-12-021-1/+1
* Cleanup and fix rectangle size calculation, caused crashes with e.g.reimar2006-12-011-25/+15
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-4/+3
* Explain reason for -I.. in CFLAGS here.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-2914-14/+26
* cosmetics to ease future patchingdiego2006-11-271-1/+2
* Move common code to mpcommon.mak.diego2006-11-271-8/+0
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-10/+1
* Merge duplicate entries.diego2006-11-261-22/+11
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
* FFmpeg-style conditional dependency declarationdiego2006-11-261-145/+55
* 100l typosdiego2006-11-261-2/+2
* Remove useless variable indirection.diego2006-11-261-2/+1
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
* Reorder entries for better readability.diego2006-11-261-40/+30
* Remove unused include variable.diego2006-11-261-1/+0
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-24/+3
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* simplifydiego2006-11-251-6/+6
* Remove useless libvo/sub.h include.reimar2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-241-1/+1
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* MSGTR for libmpcodecs/vd.ckraymer2006-11-221-1/+1
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* Remove obsolete Xvid 3 support.diego2006-11-185-842/+2
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-172-0/+14
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-171-1/+1
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...gpoirier2006-11-151-1/+1
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-142-21/+33
* Use vf control for reading pts from vf_vouau2006-11-142-9/+11
* Update OSD contents only after the correct values for the frame are known.uau2006-11-142-11/+14
* Remove mmx.h, the licensing status was doubtful, and put a minimaldiego2006-11-101-0/+80
* Separate XviD 3 and XviD 4 tests.diego2006-11-081-8/+6
* support lavc mblmin and mblmaxcorey