summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26587Uoti Urpala2008-04-295-5/+5
|\
| * Use consistent #include paths without "../".diego2008-04-281-1/+1
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
* | Merge svn changes up to r26555Uoti Urpala2008-04-281-1/+1
|\|
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-1/+1
* | vd.c: Make extern decoder declarations constUoti Urpala2008-04-261-23/+23
* | Make audio decoder description structs constUoti Urpala2008-04-2629-56/+56
* | vf_divtc.c: Make pointlessly static variable a normal localUoti Urpala2008-04-261-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-2613-30/+30
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-153/+0
|\|
| * Merge libmpcodecs/Makefile into top-level Makefile.diego2008-04-241-153/+0
* | Move vf_settings to options structUoti Urpala2008-04-262-3/+5
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-21/+10
* | Make video decoder description structs constUoti Urpala2008-04-2526-33/+33
* | Move vd_use_slices to options structUoti Urpala2008-04-254-8/+3
* | Remove global vo_flagsUoti Urpala2008-04-251-4/+3
* | vd.c: Cosmetic changes + remove malloc.hUoti Urpala2008-04-251-15/+6
* | Reformat vd.cUoti Urpala2008-04-251-189/+221
* | Move movie_aspect to options structUoti Urpala2008-04-251-2/+1
* | Move screen_size_xy to options structUoti Urpala2008-04-252-11/+8
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-256-25/+21
* | Move flip and softzoom to options structUoti Urpala2008-04-251-9/+7
* | Move vidmode to options structUoti Urpala2008-04-251-3/+2
* | Move fullscreen to options structUoti Urpala2008-04-251-2/+2
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-252-28/+30
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-2589-378/+378
* | dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* | Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* | Move -lavdopts to options structUoti Urpala2008-04-251-68/+54
* | vd_ffmpeg.c: Eliminate some compiler warningsUoti Urpala2008-04-251-5/+5
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-10/+9
* | vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* | Move correct_pts to options structUoti Urpala2008-04-233-9/+13
* | Add option pointer to vf structUoti Urpala2008-04-234-17/+25
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-231-2/+2
* | Add new video driver APIUoti Urpala2008-04-231-25/+19
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-2/+4
|/
* Set dll_type and rv_handle for drvc.dllzuxy2008-04-131-1/+4
* Restore grayscale decoding support with FFmpeg.diego2008-04-132-0/+6
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-121-0/+2
* Oops...should be "drv43260.dll" instead of "drv34260.dll"zuxy2008-04-121-1/+1
* Cosmetic fix for r26419zuxy2008-04-121-2/+3
* Dlls can be relocated when loading so rely on filename instead of absolutezuxy2008-04-121-3/+2
* Indentation fix for r26417zuxy2008-04-121-2/+2
* Don't print "Could not patch" messages when we haven't actually tried to patch.zuxy2008-04-121-2/+2
* Check for drvc.dll entries for mingw32zuxy2008-04-121-0/+11
* vf_pp7 does not depend on libavcodec.diego2008-04-111-1/+1
* vf_screenshot depends on libavcodec.diego2008-04-111-1/+1
* 1000l fix linking after r26378rtogni2008-04-091-1/+1
* Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.diego2008-04-061-1/+1
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-064-3/+3
* Change I_TYPE -> FF_I_TYPE to fix compilation.iive2008-04-041-1/+1
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-017-7/+0
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-152-12/+12
* Simplify preprocessor condition for QT codecs, configure already does thediego2008-03-152-2/+2
* Remove duplicate #include of mpbswap.h.diego2008-03-141-2/+0
* #include config.h before all other headers.diego2008-03-142-2/+2
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesdiego2008-03-072-6/+0
* Fix printf format string mismatch, eliminates the warning:diego2008-03-061-1/+1
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-0610-0/+21
* ve_vfw.c: #include aviheader.h instead of wine avifmt.huau2008-03-061-1/+1
* Fix ffvorbis decoder's output channel order with channel reordering function.ulion2008-03-051-0/+2
* Remove ugly workaround for conflicting dca.h headers, it is no longerdiego2008-03-031-3/+0
* FFmpeg now uses different (unified) #include paths.diego2008-02-2513-69/+6
* 10l: Revert nonsense commit.diego2008-02-251-0/+5
* Remove old EMU_OLD cruft.diego2008-02-251-5/+0
* Do not use a global temps variable, this is ugly and does not compile with ICC.reimar2008-02-241-39/+40
* Get rid of pointless and confusing commentsreimar2008-02-241-3/+3
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2226-80/+78
* Consistently use filename as multiple inclusion guard.diego2008-02-211-3/+3
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:diego2008-02-201-3/+3
* Allow specifying a size for -vf rgbtestreimar2008-02-171-6/+14
* Avoid reinit of vo with the exactly same parameters over and over.reimar2008-02-161-6/+20
* typo fix: inited --> initializeddiego2008-02-1416-69/+69
* Fix typo.cehoyos2008-02-131-1/+1
* mark constants as suchreimar2008-01-301-9/+9
* Simplify: use DECLARE_ASM_CONSTreimar2008-01-301-14/+15
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-282-4/+8
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-282-0/+6
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-282-0/+4
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-287-21/+21
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
* Add global ass_force_reload flag.eugeni2008-01-232-2/+2
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Remove useless castsreimar2008-01-211-2/+2
* Avoid warning:reimar2008-01-191-1/+1
* Remove unused variablereimar2008-01-121-3/+0
* Move uselessly global variablesreimar2008-01-121-3/+2
* Colourspace conversions do _not_ belong into a decoder!reimar2008-01-121-42/+12
* Cosmetics: get rid of huge amounts of trailing whitespacereimar2008-01-121-13/+13
* Remove an unused global variablereimar2008-01-121-3/+0
* Avoid uselessly global variablesreimar2008-01-121-2/+4
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-122-16/+21
* Use malloc for codecdata. Fixes segfault in free_sh_sub.eugeni2008-01-101-1/+2
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-062-2/+2
* Do not pass timestamp to realvideo binary decoderrtogni2008-01-061-1/+1
* Remove unused definition.diego2008-01-061-2/+0
* remove code for colorspaces x264 doesn't supportlorenm2008-01-051-26/+1
* fix artifacts in -vf fspp. regression in r23476.lorenm2008-01-051-2/+2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-0110-2/+38
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3112-12/+12
* Remove unused static variable pass, fixes the warning:diego2007-12-271-2/+0
* Add a missing free of the avctxreimar2007-12-251-0/+1
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-182-2/+2
* Make init_video function in dec_video static, it is not used outside that file.reimar2007-12-112-4/+1
* Fix all current known multi-channel wrong order problems by addingulion2007-12-107-0/+71
* Prevent from outputing mass of 'skip' log messages in verbose level.ulion2007-12-051-1/+1
* Use correct printf length modifiers, fixes the following warnings:diego2007-12-031-15/+15
* 10l, len may change after initialization timerfelker2007-12-031-1/+1
* fix declaration after statement, take 2rfelker2007-12-031-9/+10
* fix declaration after statementrfelker2007-12-031-2/+2
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-022-2/+2
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-1/+1
* get/set video colors string is constantreimar2007-12-022-4/+4
* vf_equalizer_t string is constantreimar2007-12-021-1/+1
* Make all vf_info_t structs constreimar2007-12-0270-71/+71
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-2/+2
* Remove completely outdated commented-out codereimar2007-12-021-1/+0
* Add support for Apple's yuv2 raw formatreimar2007-11-301-0/+7
* Fix warnings:ulion2007-11-271-2/+2
* Simplify convert_14bits_to_16bits function in ad_hwac3reimar2007-11-261-18/+10
* Support convert 14-bit DTS stream into 16-bit stream if needed,ulion2007-11-241-6/+65
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.ulion2007-11-211-24/+128
* Replace stupid "unsigned long" by the correct uint32_t.reimar2007-11-121-21/+21
* Use proper inttypes.h types instead of broken uint32 etc. definesreimar2007-11-121-13/+9
* Add missing header files, fixes the warnings:diego2007-11-092-0/+2
* Add missing header file, fixes the warnings:diego2007-11-091-0/+1
* Remove misleading comment and remove unnecessary #includes.diego2007-11-091-4/+0
* Rearrange headers to get rid of an #undef and remove unnecessary headers.diego2007-11-091-13/+4
* Remove unnecessary dsputil.h #include, fixes the warnings:diego2007-11-091-1/+0
* #include libavcodec/eval.h instead of manually declaring ff_eval.diego2007-11-091-7/+1
* const fixrfelker2007-11-091-1/+1
* ack, can't believe i wrote this crap with void pointer arithmeticrfelker2007-11-091-38/+0
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-096-19/+19
* stage 1 of applying const to vf structsrfelker2007-11-092-86/+86
* vf_screenshot does not depend on libpng; it uses libavcodec nowrfelker2007-11-091-2/+0
* Simplify decode_audio function a bit.reimar2007-11-081-16/+12
* Remove a check+abort, this case should never happen anyway, and if it doesreimar2007-11-031-3/+0
* Simplify init_audio_filters() argumentsuau2007-11-012-21/+5
* audio: simplify buffer allocation codeuau2007-11-011-13/+2
* Change decode_audio() interfaceuau2007-11-012-74/+102
* Replace hopefully unreachable code with abort()uau2007-11-011-7/+2
* dec_audio.c: Make some functions staticuau2007-11-012-5/+3
* Simplify audio buffer allocation logicuau2007-11-011-7/+5
* Reindent dec_audio.cuau2007-11-011-332/+373
* Comment out uninit function, its use is commented out. Fixes warning:diego2007-10-301-0/+2
* Remove commented-out and unused fmt_list array.diego2007-10-301-17/+0
* Remove unused fmt_list array, fixes the warnings:diego2007-10-303-39/+0
* Remove unused functions, fixes the warnings:diego2007-10-301-41/+0
* Change the frame format passed to lavc realvideo decoders to adapt for rtogni2007-10-281-15/+12
* fix warning:diego2007-10-221-1/+1
* Check ICDecompressGetFormatSize to avoid crashes.reimar2007-10-211-0/+5
* reminder that this filter has broken global varsrfelker2007-10-191-0/+2
* Remove unused static function get_image().zuxy2007-10-171-17/+0
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-171-1/+23
* Reorder #includes to get rid of the FIXMEzuxy2007-10-121-10/+4
* Remove unnecessary #include <malloc.h>zuxy2007-10-121-4/+0
* Silence a gcc warning: "wrong type argument to increment".zuxy2007-10-111-1/+1
* Make vf_screenshot use the libavcodec PNG encoderreimar2007-10-092-44/+37
* Fix output channle orderingrtogni2007-10-071-25/+24
* Typortogni2007-10-061-1/+1
* change double arrays to float (this should be accurate enough)michael2007-10-041-8/+8
* fix infinite loopmichael2007-10-041-3/+7
* overcomplete wavelet denoisermichael2007-10-033-0/+341
* Disable direct rendering for ROQ video, the buffer management used by rtogni2007-09-301-1/+1
* Define profiles_t as const to fix a warning. Prevent profiles[] from been exp...iive2007-09-281-2/+2
*