| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2007-12-31 | 12 | -12/+12 |
* | Remove unused static variable pass, fixes the warning: | diego | 2007-12-27 | 1 | -2/+0 |
* | Add a missing free of the avctx | reimar | 2007-12-25 | 1 | -0/+1 |
* | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ... | rik | 2007-12-18 | 2 | -2/+2 |
* | Make init_video function in dec_video static, it is not used outside that file. | reimar | 2007-12-11 | 2 | -4/+1 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 7 | -0/+71 |
* | Prevent from outputing mass of 'skip' log messages in verbose level. | ulion | 2007-12-05 | 1 | -1/+1 |
* | Use correct printf length modifiers, fixes the following warnings: | diego | 2007-12-03 | 1 | -15/+15 |
* | 10l, len may change after initialization time | rfelker | 2007-12-03 | 1 | -1/+1 |
* | fix declaration after statement, take 2 | rfelker | 2007-12-03 | 1 | -9/+10 |
* | fix declaration after statement | rfelker | 2007-12-03 | 1 | -2/+2 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 | 2 | -2/+2 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 | 1 | -1/+1 |
* | get/set video colors string is constant | reimar | 2007-12-02 | 2 | -4/+4 |
* | vf_equalizer_t string is constant | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make all vf_info_t structs const | reimar | 2007-12-02 | 70 | -71/+71 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 1 | -2/+2 |
* | Remove completely outdated commented-out code | reimar | 2007-12-02 | 1 | -1/+0 |
* | Add support for Apple's yuv2 raw format | reimar | 2007-11-30 | 1 | -0/+7 |
* | Fix warnings: | ulion | 2007-11-27 | 1 | -2/+2 |
* | Simplify convert_14bits_to_16bits function in ad_hwac3 | reimar | 2007-11-26 | 1 | -18/+10 |
* | Support convert 14-bit DTS stream into 16-bit stream if needed, | ulion | 2007-11-24 | 1 | -6/+65 |
* | Make hwdts support more dts format identification, 14bits or 16bits, LE or BE. | ulion | 2007-11-21 | 1 | -24/+128 |
* | Replace stupid "unsigned long" by the correct uint32_t. | reimar | 2007-11-12 | 1 | -21/+21 |
* | Use proper inttypes.h types instead of broken uint32 etc. defines | reimar | 2007-11-12 | 1 | -13/+9 |
* | Add missing header files, fixes the warnings: | diego | 2007-11-09 | 2 | -0/+2 |
* | Add missing header file, fixes the warnings: | diego | 2007-11-09 | 1 | -0/+1 |
* | Remove misleading comment and remove unnecessary #includes. | diego | 2007-11-09 | 1 | -4/+0 |
* | Rearrange headers to get rid of an #undef and remove unnecessary headers. | diego | 2007-11-09 | 1 | -13/+4 |
* | Remove unnecessary dsputil.h #include, fixes the warnings: | diego | 2007-11-09 | 1 | -1/+0 |
* | #include libavcodec/eval.h instead of manually declaring ff_eval. | diego | 2007-11-09 | 1 | -7/+1 |
* | const fix | rfelker | 2007-11-09 | 1 | -1/+1 |
* | ack, can't believe i wrote this crap with void pointer arithmetic | rfelker | 2007-11-09 | 1 | -38/+0 |
* | begin moving const filter data to .text/.rodata sections | rfelker | 2007-11-09 | 6 | -19/+19 |
* | stage 1 of applying const to vf structs | rfelker | 2007-11-09 | 2 | -86/+86 |
* | vf_screenshot does not depend on libpng; it uses libavcodec now | rfelker | 2007-11-09 | 1 | -2/+0 |
* | Simplify decode_audio function a bit. | reimar | 2007-11-08 | 1 | -16/+12 |
* | Remove a check+abort, this case should never happen anyway, and if it does | reimar | 2007-11-03 | 1 | -3/+0 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 | 2 | -21/+5 |
* | audio: simplify buffer allocation code | uau | 2007-11-01 | 1 | -13/+2 |
* | Change decode_audio() interface | uau | 2007-11-01 | 2 | -74/+102 |
* | Replace hopefully unreachable code with abort() | uau | 2007-11-01 | 1 | -7/+2 |
* | dec_audio.c: Make some functions static | uau | 2007-11-01 | 2 | -5/+3 |
* | Simplify audio buffer allocation logic | uau | 2007-11-01 | 1 | -7/+5 |
* | Reindent dec_audio.c | uau | 2007-11-01 | 1 | -332/+373 |
* | Comment out uninit function, its use is commented out. Fixes warning: | diego | 2007-10-30 | 1 | -0/+2 |
* | Remove commented-out and unused fmt_list array. | diego | 2007-10-30 | 1 | -17/+0 |
* | Remove unused fmt_list array, fixes the warnings: | diego | 2007-10-30 | 3 | -39/+0 |
* | Remove unused functions, fixes the warnings: | diego | 2007-10-30 | 1 | -41/+0 |
* | Change the frame format passed to lavc realvideo decoders to adapt for | rtogni | 2007-10-28 | 1 | -15/+12 |
* | fix warning: | diego | 2007-10-22 | 1 | -1/+1 |
* | Check ICDecompressGetFormatSize to avoid crashes. | reimar | 2007-10-21 | 1 | -0/+5 |
* | reminder that this filter has broken global vars | rfelker | 2007-10-19 | 1 | -0/+2 |
* | Remove unused static function get_image(). | zuxy | 2007-10-17 | 1 | -17/+0 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 | 1 | -1/+23 |
* | Reorder #includes to get rid of the FIXME | zuxy | 2007-10-12 | 1 | -10/+4 |
* | Remove unnecessary #include <malloc.h> | zuxy | 2007-10-12 | 1 | -4/+0 |
* | Silence a gcc warning: "wrong type argument to increment". | zuxy | 2007-10-11 | 1 | -1/+1 |
* | Make vf_screenshot use the libavcodec PNG encoder | reimar | 2007-10-09 | 2 | -44/+37 |
* | Fix output channle ordering | rtogni | 2007-10-07 | 1 | -25/+24 |
* | Typo | rtogni | 2007-10-06 | 1 | -1/+1 |
* | change double arrays to float (this should be accurate enough) | michael | 2007-10-04 | 1 | -8/+8 |
* | fix infinite loop | michael | 2007-10-04 | 1 | -3/+7 |
* | overcomplete wavelet denoiser | michael | 2007-10-03 | 3 | -0/+341 |
* | Disable direct rendering for ROQ video, the buffer management used by | rtogni | 2007-09-30 | 1 | -1/+1 |
* | Define profiles_t as const to fix a warning. Prevent profiles[] from been exp... | iive | 2007-09-28 | 1 | -2/+2 |
* | Disable unused query_format functions for now until they are | diego | 2007-09-26 | 3 | -0/+6 |
* | Disable buggy unused function via #if 0, blessed by Rich. | diego | 2007-09-26 | 1 | -0/+2 |
* | Remove unused crappy hash_pic function, blessed by Rich. | diego | 2007-09-26 | 1 | -19/+0 |
* | MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns | diego | 2007-09-18 | 1 | -1/+1 |
* | Replace stdint.h #include by functionally equivalent inttypes.h. | diego | 2007-09-18 | 1 | -1/+1 |
* | Make vd_ffmpeg work with lavf demuxer also for RealVideo. | reimar | 2007-09-16 | 1 | -1/+1 |
* | Copy AC-3 bsmod field into IEC data-type field as required by the specs | reimar | 2007-09-15 | 1 | -0/+1 |
* | Handle swab when input length is odd (treat it as if there was an additional | reimar | 2007-09-15 | 1 | -2/+10 |
* | Fix off-by-one error if fsize is odd (does handling that case even make sense?) | reimar | 2007-09-14 | 1 | -2/+1 |
* | Mark DTS tables as const | reimar | 2007-09-14 | 1 | -2/+2 |
* | Fix 10l typo in syncword | reimar | 2007-09-14 | 1 | -1/+1 |
* | Improved comments, based on patches by Ulion [ulion2002 gmail com] | reimar | 2007-09-14 | 1 | -6/+6 |
* | Simplify and fix big-endian hwac3 header generation code. | reimar | 2007-09-14 | 1 | -17/+13 |
* | Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR | reimar | 2007-09-13 | 1 | -10/+10 |
* | warning fix: | diego | 2007-09-09 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-09 | 1 | -0/+2 |
* | Add a check for c->head being NULL in pullup_free_context(). | gpoirier | 2007-09-08 | 1 | -0/+1 |
* | Support lowdelay flag | reimar | 2007-09-06 | 1 | -0/+3 |
* | warnig fix (blessed by Rich): | diego | 2007-09-04 | 1 | -1/+1 |
* | added .stream_aspect to st_video_t: if non-zero and if not specified otherwise | nicodvb | 2007-09-01 | 1 | -0/+1 |
* | Remove imported rational calculation code and use the original one from avutil. | iive | 2007-09-01 | 1 | -83/+11 |
* | Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function | diego | 2007-08-28 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -3/+3 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+1 |
* | cosmetics: Add some explanatory comments to #endif directives. | diego | 2007-08-28 | 1 | -2/+2 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+0 |
* | Add code to clear left and right borders not only top and bottom. | reimar | 2007-08-28 | 1 | -2/+20 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 2 | -4/+0 |
* | Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf | reimar | 2007-08-27 | 1 | -0/+2 |
* | warning fix: | diego | 2007-08-25 | 1 | -1/+0 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -2/+0 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 2 | -3/+0 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -2/+0 |
* | Fix some unused variable warnings. | diego | 2007-08-25 | 1 | |