| Commit message (Expand) | Author | Age | Files | Lines |
* | libmpcodecs: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 7 | -32/+41 |
* | #include corresponding .h files in .c files. | diego | 2010-02-16 | 1 | -0/+1 |
* | Add header for init_global_rawdv_decoder() instead of forward declaring it. | diego | 2010-02-16 | 3 | -3/+28 |
* | Add header file for mplayer_audio_read() instead of forward declaring it. | diego | 2010-02-16 | 2 | -0/+25 |
* | Add support for decoding 4:2:2 and 4:4:4 Theora files. | reimar | 2010-02-14 | 1 | -8/+19 |
* | Move movie_aspect extern declaration to libmpcodecs/vd.h. | diego | 2010-02-14 | 1 | -0/+1 |
* | Reindent | reimar | 2010-02-14 | 1 | -26/+25 |
* | Just use goto instead of reimplementing it badly with a do { } while (0) and | reimar | 2010-02-14 | 1 | -21/+8 |
* | Change aspect calculation code to switch to floating point earlier so integer | reimar | 2010-02-14 | 1 | -2/+2 |
* | Return NULL instead of 0 for function returning a pointer. | reimar | 2010-02-14 | 1 | -1/+1 |
* | Mark uninit() as static; it is only used within the file. | diego | 2010-02-14 | 1 | -1/+1 |
* | Remove useless casts. | reimar | 2010-02-14 | 1 | -2/+2 |
* | Remove useless code, QUERY_FORMAT already ensures the requested format is sup... | reimar | 2010-02-14 | 1 | -10/+0 |
* | Make vd_functions_t describing codecs const. | reimar | 2010-02-14 | 2 | -23/+23 |
* | Make vd_info_t const for pointer in vd_functions, avoids some warnings about | reimar | 2010-02-14 | 1 | -1/+1 |
* | Remove excessive () | reimar | 2010-02-14 | 1 | -1/+1 |
* | Remove stray '/' from comment block, fixes the warning: | diego | 2010-02-13 | 1 | -1/+1 |
* | Mark all ad_info_t/vd_info_t structure declarations as const. | diego | 2010-02-12 | 47 | -47/+47 |
* | libass: fix PAR correction | greg | 2010-02-09 | 2 | -3/+4 |
* | Estimate pts of additional frame generated by tfields also if correct-pts is | reimar | 2010-02-01 | 1 | -4/+9 |
* | Enable query_format for vf_tfields to make sure it isn't used for formats | reimar | 2010-02-01 | 1 | -4/+5 |
* | Fix -vf tfields=1 so it does not read out of bounds or leave parts of the | reimar | 2010-02-01 | 1 | -3/+9 |
* | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 135 | -64/+2461 |
* | Remove confusing comment. | diego | 2010-01-30 | 1 | -2/+0 |
* | Support more qscale types in most post-processing filters. | reimar | 2010-01-29 | 5 | -4/+19 |
* | Add an option to cropdetect to periodically reset the detected area. | reimar | 2010-01-26 | 1 | -4/+16 |
* | Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash... | reimar | 2010-01-24 | 1 | -0/+2 |
* | Reset the parser on seek. Should fix some cases of audio "blips" after seeking. | reimar | 2010-01-24 | 1 | -0/+1 |
* | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 2 | -0/+6 |
* | Switch -vf halfpack to use only public API of libswscale. | reimar | 2010-01-23 | 1 | -4/+20 |
* | Make the scale filter prefer yuv conversions that do not need chroma scaling. | reimar | 2010-01-23 | 1 | -7/+41 |
* | Remove the query_format_cache, it is extra complexity that makes improvements | reimar | 2010-01-23 | 1 | -6/+1 |
* | Simplify loop condition | reimar | 2010-01-23 | 1 | -1/+1 |
* | Make sure that a qstride of 0 (intentional or not) does not completely break | reimar | 2010-01-23 | 2 | -5/+17 |
* | Remove any auto-inserted lavc filter. | reimar | 2010-01-22 | 1 | -2/+9 |
* | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | Reuse the fmt-conversion code instead of duplicating the functionality. | reimar | 2010-01-17 | 1 | -24/+4 |
* | Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats. | reimar | 2010-01-17 | 1 | -0/+16 |
* | We only need to disable seeking back in ad_ffmpeg when we actually _use_ | reimar | 2010-01-15 | 1 | -1/+1 |
* | 100l, fix typo that caused ad_hwac3 to fail to compile. | reimar | 2010-01-12 | 1 | -1/+1 |
* | Attempt a simple hack to fix -ac hwdts | reimar | 2010-01-12 | 1 | -0/+3 |
* | More changes needed to make ad_hwac3 truly independent from liba52. | reimar | 2010-01-11 | 2 | -7/+1 |
* | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 | 1 | -16/+7 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+1 |
* | Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication, | reimar | 2010-01-11 | 1 | -16/+40 |
* | vf crop: do not generate 0-size slices, they are pointless and also confuse | reimar | 2010-01-08 | 1 | -1/+1 |
* | Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding | zuxy | 2010-01-07 | 1 | -0/+2 |
* | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). | reimar | 2010-01-03 | 2 | -5/+5 |
* | Add missing avcodec_close to vf_screenshot. | reimar | 2010-01-03 | 1 | -0/+1 |
* | One more fix for -vf scale with alpha. | reimar | 2010-01-01 | 1 | -1/+1 |
* | Also pass alpha plane to swscale, avoids crashes when converting between | reimar | 2010-01-01 | 1 | -4/+4 |
* | Add support for YUV format with alpha and fix the codecs.conf entry for vp6a | reimar | 2009-12-31 | 5 | -3/+17 |
* | Also pass the 4th plane for planar formats on to libavcodec. | reimar | 2009-12-31 | 1 | -0/+4 |
* | Try to put the list of output formats for vf_scale in a more sensible | reimar | 2009-12-31 | 1 | -6/+6 |
* | Deduplicate the mp_image planes allocation code. | reimar | 2009-12-31 | 2 | -63/+35 |
* | Add support for 16-bit per component YUV formats. | reimar | 2009-12-31 | 6 | -14/+73 |
* | Support 440P in scale filter. | reimar | 2009-12-30 | 1 | -0/+2 |
* | Add support for 440p colorspace. | reimar | 2009-12-30 | 3 | -0/+6 |
* | Add a helper function to get the chroma scale shift and use to simplify mpi s... | reimar | 2009-12-30 | 3 | -33/+50 |
* | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -2/+13 |
* | Support mp_image with allocated palette. | reimar | 2009-12-26 | 3 | -7/+13 |
* | Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly | reimar | 2009-12-26 | 1 | -1/+0 |
* | Restore the old value of planes[1] in vf_palette at the end to ensure | reimar | 2009-12-26 | 1 | -0/+2 |
* | Some ugly hacks to make compiling against a newer external version of libass ... | reimar | 2009-12-24 | 2 | -0/+8 |
* | Remove more direct includes of libass/ass.h | reimar | 2009-12-24 | 2 | -2/+0 |
* | when using -v, print also which lavc codec has been used, not | attila | 2009-11-28 | 1 | -1/+1 |
* | Fix initialization values for vf_expand priv struct. | reimar | 2009-11-22 | 1 | -0/+2 |
* | Remove unused variable. | reimar | 2009-11-22 | 1 | -2/+0 |
* | Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_... | reimar | 2009-11-22 | 1 | -2/+2 |
* | Switch ad_ffmpeg to avcodec_decode_audio3 | reimar | 2009-11-22 | 1 | -1/+5 |
* | Remove unused variable. | reimar | 2009-11-22 | 1 | -1/+0 |
* | Remove unreachable parsing code: for filters that use the option parser, | reimar | 2009-11-21 | 7 | -135/+0 |
* | Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form... | reimar | 2009-11-21 | 1 | -0/+2 |
* | Add a define for IMGFMT_RGB48NE that depends on machine endianness. | reimar | 2009-11-21 | 1 | -0/+2 |
* | Use avcodec_align_dimensions to appropriately align width and height in | reimar | 2009-11-17 | 1 | -5/+2 |
* | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 | 2 | -0/+2 |
* | Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output. | diego | 2009-11-10 | 1 | -0/+1 |
* | Add support for DVB teletext. | reimar | 2009-11-10 | 2 | -0/+27 |
* | Add support for 8 channel audio. | tack | 2009-11-10 | 2 | -3/+5 |
* | Properly free the pthread mutex for teletext. | reimar | 2009-11-09 | 1 | -0/+2 |
* | Allow teletext compilation without pthreads | reimar | 2009-11-09 | 1 | -0/+11 |
* | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -4/+0 |
* | Factorise vbi_decode(). | cehoyos | 2009-11-07 | 1 | -30/+39 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 | 2 | -6/+16 |
* | Only call avcodec_close if the open succeeded before, otherwise avcodec_close | reimar | 2009-11-06 | 1 | -1/+2 |
* | ad_ffmpeg: Fix channel layout for ffvorbis and ffaac | tack | 2009-11-04 | 1 | -8/+1 |
* | Teletext display does support font scaling via OSD font scaling, remove | cehoyos | 2009-10-31 | 1 | -1/+0 |
* | Replace two more occurences of tvi_vbi with dec_teletext. | cehoyos | 2009-10-31 | 1 | -2/+2 |
* | Remove incorrect comment. | cehoyos | 2009-10-31 | 1 | -2/+0 |
* | Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths | cehoyos | 2009-10-29 | 2 | -57/+61 |
* | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 2 | -0/+1987 |
* | sync to x264-r1296 | lorenm | 2009-10-19 | 1 | -1/+1 |
* | Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN. | diego | 2009-10-19 | 1 | -0/+2 |
* | Mark some functions that do not need external visibility as static. | diego | 2009-09-30 | 2 | -2/+2 |
* | Reduce console output verbosity: Move colorspace information to verbose mode. | diego | 2009-09-30 | 1 | -2/+5 |
* | Change type to avoid void * arithmetic. | reimar | 2009-09-25 | 1 | -1/+1 |
* | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 | 2 | -0/+4 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 | 2 | -0/+3 |
* | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 | 1 | -4/+2 |
* | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 | 1 | -33/+8 |
* | Add several HAVE_EBX_AVAILABLE conditions where necessary | reimar | 2009-09-14 | 3 | -2/+10 |
* | %lf is not a valid printf format specifier, use just %f instead. | reimar | 2009-09-14 | 1 | -1/+1 |
* | Always keep a backup of the expand values from the command-line, so values | reimar | 2009-09-10 | 1 | -8/+19 |
* | Reindent | reimar | 2009-08-26 | 1 | -1/+1 |
* | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 | 1 | -0/+3 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 2 | -15/+7 |
* | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 | 1 | -1/+1 |
* | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 | 1 | -1/+1 |
* | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 | 3 | -0/+6 |
* | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 | 1 | -1/+3 |
* | Replace macro: MAX -> FFMAX | ben | 2009-08-06 | 1 | -6/+5 |
* | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 5 | -6/+6 |
* | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 | 1 | -0/+4 |
* | 20% faster hqdn3d on x86_64 | lorenm | 2009-07-07 | 1 | -6/+6 |
* | new debanding filter | lorenm | 2009-07-07 | 2 | -0/+409 |
* | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 | 1 | -2/+2 |
* | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 | 1 | -2/+7 |
* | Initialize local variable, avoids a possible crash due to using an | reimar | 2009-06-01 | 1 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 128 | -1289/+1289 |
* | MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr... | rik | 2009-05-09 | 1 | -0/+2 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 2 | -10/+10 |
* | Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT. | diego | 2009-04-25 | 1 | -2/+2 |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 | 2 | -2/+0 |
* | Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash. | diego | 2009-04-20 | 1 | -1/+1 |
* | follow renaming of pbBufPtr() to put_bits_ptr() by stefano | rik | 2009-04-13 | 1 | -1/+1 |
* | Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3, | diego | 2009-04-12 | 1 | -1/+2 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 18 | -96/+0 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib... | reimar | 2009-03-29 | 4 | -22/+18 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 | 2 | -6/+4 |
* | Use x86_reg instead of long in several video filters to fix compilation on Mi... | reimar | 2009-03-27 | 4 | -11/+11 |
* | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 | 3 | -5/+4 |
* | Support FFmpeg codecs that decode to other formats than S16. | reimar | 2009-03-18 | 1 | -1/+10 |
* | Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le) | reimar | 2009-03-15 | 1 | -0/+1 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 | 4 | -7/+4 |
* | Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi... | reimar | 2009-03-13 | 2 | -4/+4 |
* | Use the same code as in vf_decimate to select diff_MMX | reimar | 2009-03-13 | 1 | -3/+2 |
* | Add missing ecx clobber in diff_MMX code (yes, that function is duplicated). | reimar | 2009-03-13 | 2 | -2/+2 |
* | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 | 1 | -18/+17 |
* | Fix type of zlen, fixes crashes on 64 bit systems. | reimar | 2009-03-09 | 1 | -1/+2 |
* | Do not calculate the same value twice | reimar | 2009-03-09 | 1 | -1/+1 |
* | Allocate buffer for lzo compression correctly also for large frame sizes. | reimar | 2009-03-09 | 1 | -4/+4 |
* | nuv encoder 64 bit fix: avoid using long/sizeof(long) | reimar | 2009-03-09 | 1 | -5/+7 |
* | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 5 | -1552/+0 |
* | Get rid of pointless debugging code | reimar | 2009-03-08 | 1 | -18/+0 |
* | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 | 1 | -257/+0 |
* | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 | 1 | -384/+0 |
* | Mark everything not used outside the file as "static" | reimar | 2009-03-08 | 1 | -36/+36 |
* | Remove functions not used by MPlayer from header | reimar | 2009-03-08 | 1 | -15/+0 |
* | Remove useless "extern" in function declarations. | reimar | 2009-03-08 | 1 | -22/+22 |
* | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 | 2 | -2/+2 |
* | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 | 1 | -1/+4 |
* | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 | 1 | -1/+5 |
* | 10l, replace a tab that slipped in. | reimar | 2009-03-01 | 1 | -1/+1 |
* | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 | 1 | -19/+23 |
* | Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the | diego | 2009-02-21 | 1 | -0/+2 |
* | Remove unused and unreachable code hunk that was surrounded by a misspelled | diego | 2009-02-19 | 1 | -4/+0 |
* | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 | 1 | -2/+2 |
* | Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for | reimar | 2009-02-18 | 2 | -0/+4 |
* | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 | 1 | -0/+1 |
* | Make it possible for mpcodecs_get_image to return NULL as the | reimar | 2009-02-17 | 1 | -1/+1 |
* | Print an error and return NULL in vf_get_image if we try to allocate | reimar | 2009-02-17 | 1 | -1/+6 |
* | |