| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -3/+3 |
* | Fix unused variable warning. | diego | 2007-08-25 | 1 | -1/+1 |
* | Fix unused variable warning. | diego | 2007-08-24 | 1 | -1/+2 |
* | Remove unused variable. | diego | 2007-08-24 | 1 | -1/+0 |
* | Use new request_channels | reimar | 2007-08-23 | 1 | -0/+1 |
* | Runtime-patching for windows to fix crash with drv43260.dll | reimar | 2007-08-20 | 1 | -0/+44 |
* | printf in mp_image.h was changed to fprintf in r17972. | cehoyos | 2007-08-08 | 2 | -6/+6 |
* | make x264 work again after the h264-libx264 renaming | michael | 2007-08-07 | 1 | -0/+2 |
* | Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c. | cehoyos | 2007-08-04 | 3 | -0/+69 |
* | Revert setting audio output channel count for FFmpeg | uau | 2007-08-02 | 1 | -2/+0 |
* | Set lavc_context->channels before opening the codec, it is sufficient to | reimar | 2007-08-01 | 1 | -2/+2 |
* | allow to specify the audio bitrate in bits (some codecs need that ...) | michael | 2007-07-31 | 2 | -2/+5 |
* | make timestamps out of hot air | michael | 2007-07-31 | 1 | -0/+3 |
* | make a few more parameters accessable from mplayer | michael | 2007-07-31 | 1 | -1/+14 |
* | Move extern int audio_output_channels; to ad_internal.h | reimar | 2007-07-30 | 6 | -9/+1 |
* | Indicate desired number of output channels to ffmpeg audio decoder. | reimar | 2007-07-30 | 1 | -0/+3 |
* | Avoid void * arithmetic | reimar | 2007-07-30 | 1 | -2/+2 |
* | Use goto instead of useless recursion that might fill up the stack | reimar | 2007-07-30 | 1 | -2/+2 |
* | Do not use a return value for a void function | reimar | 2007-07-30 | 1 | -1/+2 |
* | Compilation fix workaround for dca.h conflict (it exists in libavcodec | rtogni | 2007-07-23 | 1 | -1/+1 |
* | DTS decoding via libdca | rtogni | 2007-07-22 | 3 | -0/+352 |
* | Put a compilation fix bandaid in place for the png.h issue. | diego | 2007-07-17 | 1 | -0/+3 |
* | Print the number of the Unknow color format, | iive | 2007-07-11 | 1 | -1/+4 |
* | remove unused variables | lorenm | 2007-07-11 | 1 | -9/+1 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 2 | -3/+3 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 7 | -14/+14 |
* | Get rid of my_memcpy_pic code duplication in many filters. | reimar | 2007-06-28 | 9 | -125/+9 |
* | config.h must be included before other headers | reimar | 2007-06-24 | 1 | -1/+1 |
* | Make sure we always have a swab() prototype when we use it, | reimar | 2007-06-24 | 2 | -0/+2 |
* | |