| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 | 1 | -25/+21 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -4/+4 |
* | Avoid unused variable warning. | diego | 2009-01-02 | 1 | -0/+2 |
* | Reorder #includes and #ifdefs to avoid excessive #ifdeffery. | diego | 2009-01-02 | 1 | -10/+5 |
* | Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery. | diego | 2009-01-02 | 1 | -20/+11 |
* | XVID profile array should be const, so it is in rodata | reimar | 2009-01-01 | 1 | -4/+4 |
* | Fix OSD flickering with filters that add frames (tfields, yadif) and | reimar | 2008-12-30 | 1 | -0/+6 |
* | Fix OSD flicker with tfields as well. | reimar | 2008-12-30 | 1 | -3/+3 |
* | Avoid flickering OSD with -vf yadif=1 | reimar | 2008-12-30 | 3 | -1/+10 |
* | Fix imaadpcm extradata with lavc encoder. | reimar | 2008-12-20 | 1 | -2/+2 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 | 1 | -8/+8 |
* | Replace informal GPL notices by standard GPL headers. | diego | 2008-12-13 | 1 | -3/+21 |
* | license header consistency cosmetics | diego | 2008-12-13 | 1 | -1/+1 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 | 1 | -4/+20 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 5 | -23/+23 |
* | Create a separate codecs.conf entry for Tremor and use it if MPlayer is | diego | 2008-11-24 | 1 | -0/+4 |
* | cosmetics: Move up uninit() to avoid a forward declaration. | diego | 2008-11-23 | 1 | -10/+9 |
* | cosmetics: consistent function declarations. | diego | 2008-11-23 | 1 | -4/+7 |
* | cosmetics: Remove tabs and trailing whitespace. | diego | 2008-11-23 | 1 | -69/+69 |
* | Use libavutil FFMIN etc. instead of defining our own variants. | reimar | 2008-11-02 | 1 | -21/+15 |
* | Avoid pointless casting of void* | reimar | 2008-11-02 | 1 | -3/+3 |
* | Fix smartblur filter crash due to missing default scaler choice; | diego | 2008-10-27 | 1 | -1/+1 |
* | vf_palette: Fix compilation after libswscale API changes | uau | 2008-10-25 | 1 | -8/+8 |
* | IWMMXT optimizations were removed from our internal libmpeg2 copy, so now | diego | 2008-10-22 | 1 | -3/+1 |
* | Use av_malloc/av_free for audio-related buffers to avoid crashes due to | reimar | 2008-10-18 | 2 | -11/+5 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 2 | -7/+7 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 20 | -67/+67 |
* | Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used. | diego | 2008-10-16 | 1 | -0/+3 |
* | #include necessary libavcodec header and remove duplicated struct declaration. | diego | 2008-10-14 | 1 | -17/+1 |
* | Remove useless '#undef realloc', realloc is not referenced anywhere near. | diego | 2008-10-14 | 1 | -1/+0 |
* | Remove duplicate extern declaration, fixes the warning: | diego | 2008-10-14 | 1 | -2/+0 |
* | Remove unused variable ncomps. | diego | 2008-10-13 | 1 | -1/+1 |
* | Fix channel order for ffmpeg flac codec. | ulion | 2008-10-09 | 1 | -0/+2 |
* | Remove unnecessary HAVE_AV_CONFIG_H #define. | diego | 2008-10-07 | 2 | -3/+0 |
* | Remove word size check and macro and use __WORDSIZE directly instead. | diego | 2008-10-04 | 1 | -2/+2 |
* | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 2 | -0/+25 |
* | External liba52 support part 1 of 2. | rathann | 2008-09-15 | 1 | -0/+6 |
* | fix compilation with lavc version > r15270 | gpoirier | 2008-09-08 | 1 | -1/+1 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 4 | -9/+11 |
* | Replace casual GPL notices by proper license headers. | diego | 2008-09-07 | 3 | -14/+67 |
* | Remove outdated URL from vd_info_t struct. | diego | 2008-09-06 | 1 | -1/+1 |
* | Remove version information from libmpeg2 vd_info_t struct. | diego | 2008-09-06 | 1 | -1/+1 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -1/+2 |
* | Remove unused static declarations, fixes the warnings: | diego | 2008-08-14 | 1 | -6/+0 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 3 | -15/+15 |
* | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 2 | -12/+12 |
* | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 1 | -2/+2 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 2 | -2/+2 |
* | cosmetics: reindent after last commit | compn | 2008-08-02 | 1 | -1/+1 |
* | change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ... | compn | 2008-08-02 | 1 | -0/+1 |
* | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 5 | -24/+24 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 16 | -62/+62 |
* | Use conditional compilation instead of an #ifdef around the whole file. | diego | 2008-07-30 | 1 | -3/+0 |
* | Add Dirac video support via libdirac and libschroedinger in libavcodec. | diego | 2008-07-22 | 1 | -0/+4 |
* | Try to keep decoded audio buffer aligned. | reimar | 2008-07-14 | 1 | -1/+1 |
* | Simplify and clamp coefficient index for MS ADPCM | reimar | 2008-07-12 | 1 | -12/+17 |
* | 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/... | reimar | 2008-07-12 | 1 | -1/+1 |
* | Make really sure channels can only be 1 or 2 for imaadpcm | reimar | 2008-07-11 | 1 | -3/+3 |
* | Simplify imaadpcm return statement | reimar | 2008-07-11 | 1 | -2/+1 |
* | Check length of input buffer for msadpcm | reimar | 2008-07-11 | 1 | -1/+7 |
* | Add a comment on shift vs. division | reimar | 2008-07-11 | 1 | -0/+3 |
* | Scale msadpcm coefficients to fit into 8 bits | reimar | 2008-07-11 | 1 | -5/+5 |
* | Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and | reimar | 2008-07-11 | 1 | -9/+2 |
* | Copy macro simplification from imaadpcm to msadpcm | reimar | 2008-07-11 | 1 | -3/+3 |
* | Remove useless comments from ad_msadpcm | reimar | 2008-07-11 | 1 | -4/+0 |
* | Make msadpcm arrays const | reimar | 2008-07-11 | 1 | -3/+3 |
* | Remove unused macros | reimar | 2008-07-11 | 1 | -4/+0 |
* | Explicitly include inttypes.h in ad_imaadpcm | reimar | 2008-07-11 | 1 | -0/+1 |
* | Remove unused variable. | diego | 2008-07-02 | 1 | -1/+0 |
* | Half size for adpcm_index | reimar | 2008-06-29 | 1 | -4/+3 |
* | Simplify predictor updates | reimar | 2008-06-29 | 1 | -9/+3 |
* | Get rid of 16-bit sign extension macro | reimar | 2008-06-29 | 1 | -9/+4 |
* | Simplify some imaadpcm macros | reimar | 2008-06-29 | 1 | -4/+3 |
* | Directly pass arrays into decode_nibbles | reimar | 2008-06-29 | 1 | -16/+6 |
* | Use smaller types for tables | reimar | 2008-06-29 | 1 | -2/+2 |
* | Make imaadpcm tables const | reimar | 2008-06-29 | 1 | -2/+2 |
* | Simplify code to read index/predictor | reimar | 2008-06-29 | 1 | -57/+28 |
* | Add a few size checks to IMA decoder. The code is still a mess though, | reimar | 2008-06-29 | 1 | -0/+12 |
* | Simplify ad_imaadpcm decode_audio function | reimar | 2008-06-29 | 1 | -16/+10 |
* | Fix channel order for libvorbis decoder, original patched by Nicolas George. | ulion | 2008-06-07 | 1 | -0/+7 |
* | rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*. | ulion | 2008-06-07 | 1 | -1/+1 |
* | Properly free memory allocate by liba52. | reimar | 2008-06-01 | 2 | -0/+4 |
* | Revert commit r26897. | iive | 2008-05-28 | 2 | -9/+9 |
* | cosmetics: XviD --> Xvid | diego | 2008-05-27 | 2 | -9/+9 |
* | Add missing MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-05-17 | 1 | -3/+3 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 19 | -151/+151 |
* | Use standard license headers. | diego | 2008-05-13 | 28 | -434/+482 |
* | Factorize "int i". | michael | 2008-05-11 | 1 | -4/+1 |
* | cosmetics: Fix unknow vs. unknowN typo. | diego | 2008-05-11 | 1 | -3/+3 |
* | Reformat very ugly code. | michael | 2008-05-10 | 1 | -15/+8 |
* | AVOption support for video encoders. | michael | 2008-05-10 | 1 | -0/+10 |
* | AVOptions support for libavcodec based video decoders. | michael | 2008-05-10 | 1 | -0/+12 |
* | Reindent for last commit. | ulion | 2008-05-08 | 1 | -16/+16 |
* | Distinguish between ac3 and dts by format tag. | ulion | 2008-05-08 | 1 | -0/+6 |
* | Relicense file as GPL v2+; bero granted permission on IRC. | diego | 2008-05-07 | 1 | -11/+11 |
* | Enable Alpha/ARM optimizations in libmpeg2. | diego | 2008-05-01 | 1 | -1/+10 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 1 | -1/+1 |
* | Consistently #include mpbswap.h instead of bswap.h everywhere. | diego | 2008-04-28 | 4 | -4/+4 |
* | Only compile libmpcodecs/ve_qtvideo.c on Windows. | diego | 2008-04-26 | 1 | -1/+1 |
* | Merge libmpcodecs/Makefile into top-level Makefile. | diego | 2008-04-24 | 1 | -153/+0 |
* | Set dll_type and rv_handle for drvc.dll | zuxy | 2008-04-13 | 1 | -1/+4 |
* | Restore grayscale decoding support with FFmpeg. | diego | 2008-04-13 | 2 | -0/+6 |
* | Backport SSE2-optimized IDCT routines from upstream libmpeg2. | diego | 2008-04-12 | 1 | -0/+2 |
* | Oops...should be "drv43260.dll" instead of "drv34260.dll" | zuxy | 2008-04-12 | 1 | -1/+1 |
* | Cosmetic fix for r26419 | zuxy | 2008-04-12 | 1 | -2/+3 |
* | Dlls can be relocated when loading so rely on filename instead of absolute | zuxy | 2008-04-12 | 1 | -3/+2 |
* | Indentation fix for r26417 | zuxy | 2008-04-12 | 1 | -2/+2 |
* | Don't print "Could not patch" messages when we haven't actually tried to patch. | zuxy | 2008-04-12 | 1 | -2/+2 |
* | Check for drvc.dll entries for mingw32 | zuxy | 2008-04-12 | 1 | -0/+11 |
* | vf_pp7 does not depend on libavcodec. | diego | 2008-04-11 | 1 | -1/+1 |
* | vf_screenshot depends on libavcodec. | diego | 2008-04-11 | 1 | -1/+1 |
* | 1000l fix linking after r26378 | rtogni | 2008-04-09 | 1 | -1/+1 |
* | Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming. | diego | 2008-04-06 | 1 | -1/+1 |
* | Rename RTJPEG files so that filenames consist of lowercase name only. | diego | 2008-04-06 | 4 | -3/+3 |
* | Change I_TYPE -> FF_I_TYPE to fix compilation. | iive | 2008-04-04 | 1 | -1/+1 |
* | Do not #include libavutil/common.h. It is not used directly and mpbswap.h | diego | 2008-04-01 | 7 | -7/+0 |
* | Introduce HAVE_QUICKTIME definition and use it where appropriate. | diego | 2008-03-15 | 2 | -12/+12 |
* | Simplify preprocessor condition for QT codecs, configure already does the | diego | 2008-03-15 | 2 | -2/+2 |
* | Remove duplicate #include of mpbswap.h. | diego | 2008-03-14 | 1 | -2/+0 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 2 | -2/+2 |
* | Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references | diego | 2008-03-07 | 2 | -6/+0 |
* | Fix printf format string mismatch, eliminates the warning: | diego | 2008-03-06 | 1 | -1/+1 |
* | Add necessary header #includes to fix 'make checkheaders'. | diego | 2008-03-06 | 10 | -0/+21 |
* | ve_vfw.c: #include aviheader.h instead of wine avifmt.h | uau | 2008-03-06 | 1 | -1/+1 |
* | Fix ffvorbis decoder's output channel order with channel reordering function. | ulion | 2008-03-05 | 1 | -0/+2 |
* | Remove ugly workaround for conflicting dca.h headers, it is no longer | diego | 2008-03-03 | 1 | -3/+0 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 13 | -69/+6 |
* | 10l: Revert nonsense commit. | diego | 2008-02-25 | 1 | -0/+5 |
* | Remove old EMU_OLD cruft. | diego | 2008-02-25 | 1 | -5/+0 |
* | Do not use a global temps variable, this is ugly and does not compile with ICC. | reimar | 2008-02-24 | 1 | -39/+40 |
* | Get rid of pointless and confusing comments | reimar | 2008-02-24 | 1 | -3/+3 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 26 | -80/+78 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 | 1 | -3/+3 |
* | vf_sab mirrors coefficients past the edge of the picture instead of cropping: | diego | 2008-02-20 | 1 | -3/+3 |
* | Allow specifying a size for -vf rgbtest | reimar | 2008-02-17 | 1 | -6/+14 |
* | Avoid reinit of vo with the exactly same parameters over and over. | reimar | 2008-02-16 | 1 | -6/+20 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 16 | -69/+69 |
* | Fix typo. | cehoyos | 2008-02-13 | 1 | -1/+1 |
* | mark constants as such | reimar | 2008-01-30 | 1 | -9/+9 |
* | Simplify: use DECLARE_ASM_CONST | reimar | 2008-01-30 | 1 | -14/+15 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 2 | -4/+8 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 2 | -0/+6 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 2 | -0/+4 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 7 | -21/+21 |
* | Add multiple inclusion guards. | diego | 2008-01-27 | 3 | -2/+11 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 | 1 | -64/+69 |
* | Add global ass_force_reload flag. | eugeni | 2008-01-23 | 2 | -2/+2 |
* | Zero codec_inited in the init() function, so that it's cleared everytime | rtogni | 2008-01-23 | 1 | -0/+1 |
* | Use the proper option name for constant quantizer | iive | 2008-01-23 | 1 | -1/+1 |
* | Remove useless casts | reimar | 2008-01-21 | 1 | -2/+2 |
* | Avoid warning: | reimar | 2008-01-19 | 1 | -1/+1 |
* | Remove unused variable | reimar | 2008-01-12 | 1 | -3/+0 |
* | Move uselessly global variables | reimar | 2008-01-12 | 1 | -3/+2 |
* | Colourspace conversions do _not_ belong into a decoder! | reimar | 2008-01-12 | 1 | -42/+12 |
* | Cosmetics: get rid of huge amounts of trailing whitespace | reimar | 2008-01-12 | 1 | -13/+13 |
* | Remove an unused global variable | reimar | 2008-01-12 | 1 | -3/+0 |
* | Avoid uselessly global variables | reimar | 2008-01-12 | 1 | -2/+4 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 | 2 | -16/+21 |
* | Use malloc for codecdata. Fixes segfault in free_sh_sub. | eugeni | 2008-01-10 | 1 | -1/+2 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 2 | -2/+2 |
* | Do not pass timestamp to realvideo binary decoder | rtogni | 2008-01-06 | 1 | -1/+1 |
* | Remove unused definition. | diego | 2008-01-06 | 1 | -2/+0 |
* | remove code for colorspaces x264 doesn't support | lorenm | 2008-01-05 | 1 | -26/+1 |
* | fix artifacts in -vf fspp. regression in r23476. | lorenm | 2008-01-05 | 1 | -2/+2 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 10 | -2/+38 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 20 |