summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* Fix two more instances of nonstandard license headers.diego2009-01-051-25/+21
* Sync with latest round of xvmc changes in FFmpeg.diego2009-01-021-4/+4
* Avoid unused variable warning.diego2009-01-021-0/+2
* Reorder #includes and #ifdefs to avoid excessive #ifdeffery.diego2009-01-021-10/+5
* Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.diego2009-01-021-20/+11
* XVID profile array should be const, so it is in rodatareimar2009-01-011-4/+4
* Fix OSD flickering with filters that add frames (tfields, yadif) andreimar2008-12-301-0/+6
* Fix OSD flicker with tfields as well.reimar2008-12-301-3/+3
* Avoid flickering OSD with -vf yadif=1reimar2008-12-303-1/+10
* Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
* xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-8/+8
* Replace informal GPL notices by standard GPL headers.diego2008-12-131-3/+21
* license header consistency cosmeticsdiego2008-12-131-1/+1
* Replace informal GPL notes by standard GPL header.diego2008-12-131-4/+20
* Get rid of pointless 'extern' keywords.diego2008-12-035-23/+23
* Create a separate codecs.conf entry for Tremor and use it if MPlayer isdiego2008-11-241-0/+4
* cosmetics: Move up uninit() to avoid a forward declaration.diego2008-11-231-10/+9
* cosmetics: consistent function declarations.diego2008-11-231-4/+7
* cosmetics: Remove tabs and trailing whitespace.diego2008-11-231-69/+69
* Use libavutil FFMIN etc. instead of defining our own variants.reimar2008-11-021-21/+15
* Avoid pointless casting of void*reimar2008-11-021-3/+3
* Fix smartblur filter crash due to missing default scaler choice;diego2008-10-271-1/+1
* vf_palette: Fix compilation after libswscale API changesuau2008-10-251-8/+8
* IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowdiego2008-10-221-3/+1
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-182-11/+5
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-162-7/+7
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-1620-67/+67
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-161-0/+3
* #include necessary libavcodec header and remove duplicated struct declaration.diego2008-10-141-17/+1
* Remove useless '#undef realloc', realloc is not referenced anywhere near.diego2008-10-141-1/+0
* Remove duplicate extern declaration, fixes the warning:diego2008-10-141-2/+0
* Remove unused variable ncomps.diego2008-10-131-1/+1
* Fix channel order for ffmpeg flac codec.ulion2008-10-091-0/+2
* Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-072-3/+0
* Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-041-2/+2
* External liba52 support, part 2 of 2.rathann2008-09-152-0/+25
* External liba52 support part 1 of 2.rathann2008-09-151-0/+6
* fix compilation with lavc version > r15270gpoirier2008-09-081-1/+1
* Fix compilation after libavcodec major version 52 changesuau2008-09-084-9/+11
* Replace casual GPL notices by proper license headers.diego2008-09-073-14/+67
* Remove outdated URL from vd_info_t struct.diego2008-09-061-1/+1
* Remove version information from libmpeg2 vd_info_t struct.diego2008-09-061-1/+1
* handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-1/+2
* Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
* Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-073-15/+15
* Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-062-12/+12
* Rename preprocessor directives related to image libraries.diego2008-08-051-2/+2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-032-2/+2
* cosmetics: reindent after last commitcompn2008-08-021-1/+1
* change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...compn2008-08-021-0/+1
* Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-025-24/+24
* Start unifying names of internal preprocessor directives.diego2008-07-3016-62/+62
* Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-301-3/+0
* Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+4
* Try to keep decoded audio buffer aligned.reimar2008-07-141-1/+1
* Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
* Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
* Simplify imaadpcm return statementreimar2008-07-111-2/+1
* Check length of input buffer for msadpcmreimar2008-07-111-1/+7
* Add a comment on shift vs. divisionreimar2008-07-111-0/+3
* Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
* Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
* Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
* Make msadpcm arrays constreimar2008-07-111-3/+3
* Remove unused macrosreimar2008-07-111-4/+0
* Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
* Remove unused variable.diego2008-07-021-1/+0
* Half size for adpcm_indexreimar2008-06-291-4/+3
* Simplify predictor updatesreimar2008-06-291-9/+3
* Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
* Simplify some imaadpcm macrosreimar2008-06-291-4/+3
* Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
* Use smaller types for tablesreimar2008-06-291-2/+2
* Make imaadpcm tables constreimar2008-06-291-2/+2
* Simplify code to read index/predictorreimar2008-06-291-57/+28
* Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
* Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
* Fix channel order for libvorbis decoder, original patched by Nicolas George.ulion2008-06-071-0/+7
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-071-1/+1
* Properly free memory allocate by liba52.reimar2008-06-012-0/+4
* Revert commit r26897.iive2008-05-282-9/+9
* cosmetics: XviD --> Xviddiego2008-05-272-9/+9
* Add missing MPLAYER_ prefix to multiple inclusion guards.diego2008-05-171-3/+3
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-1619-151/+151
* Use standard license headers.diego2008-05-1328-434/+482
* Factorize "int i".michael2008-05-111-4/+1
* cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
* Reformat very ugly code.michael2008-05-101-15/+8
* AVOption support for video encoders.michael2008-05-101-0/+10
* AVOptions support for libavcodec based video decoders.michael2008-05-101-0/+12
* Reindent for last commit.ulion2008-05-081-16/+16
* Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
* Relicense file as GPL v2+; bero granted permission on IRC.diego2008-05-071-11/+11
* Enable Alpha/ARM optimizations in libmpeg2.diego2008-05-011-1/+10
* Use consistent #include paths without "../".diego2008-04-281-1/+1
* Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
* Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-1/+1
* Merge libmpcodecs/Makefile into top-level Makefile.diego2008-04-241-153/+0
* 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
*