| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused (static) function prototype. | reimar | 2007-06-24 | 1 | -1/+0 |
* | Move variable into the block where it actually used | reimar | 2007-06-24 | 1 | -1/+1 |
* | Remove unused query_format function in vf_harddup. | reimar | 2007-06-24 | 1 | -12/+0 |
* | Avoid more void * arithmetic | reimar | 2007-06-24 | 1 | -2/+4 |
* | 100l, fix compile error in r23498 due to bad copy in paste | reimar | 2007-06-07 | 1 | -1/+1 |
* | RGB8/BGR8 IMGFMTs are paletted in case of swscale input. | reimar | 2007-06-07 | 1 | -0/+2 |
* | Do not use fast_memcpy when data is read again immediately afterwards. | reimar | 2007-06-05 | 1 | -2/+2 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 3 | -4/+4 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 25 | -80/+80 |
* | Use avcodec_decode_audio2 in ad_ffmpeg.c | reimar | 2007-06-05 | 1 | -2/+3 |
* | mjpeg support for v4l2 tv:// driver | voroshil | 2007-06-01 | 1 | -0/+1 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 2 | -2/+1 |
* | Move variable declaration into conditional to avoid an unused variable warning. | diego | 2007-05-28 | 1 | -1/+1 |
* | Remove unused variables. | diego | 2007-05-28 | 1 | -2/+0 |
* | Removed useless fastmemcpy.h includes in video decoders | reimar | 2007-05-27 | 2 | -2/+0 |
* | Remove useless fastmemcpy.h include for filters that do not even do any memcpy. | reimar | 2007-05-27 | 30 | -46/+0 |
* | compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables | rik | 2007-05-27 | 1 | -8/+8 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 1 | -0/+1 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 | 2 | -0/+2 |
* | Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand | reimar | 2007-05-14 | 1 | -1/+2 |
* | Add DV fourcc. | corey | 2007-05-13 | 1 | -0/+2 |
* | Fix "inline keyword not at beginning of declaration" warning. | diego | 2007-05-05 | 1 | -1/+1 |
* | add "level" as lavc option | cehoyos | 2007-05-03 | 1 | -0/+3 |
* | Remove unused variable, | reimar | 2007-04-29 | 1 | -1/+0 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 | 3 | -4/+5 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 | 2 | -3/+3 |
* | Add config.h variables for static FFmpeg libraries. | diego | 2007-04-26 | 1 | -1/+1 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 | 1 | -4/+1 |
* | cosmetics: Rename Makefile variable CONFIG_ASS --> ASS. | diego | 2007-04-25 | 1 | -1/+1 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 | 1 | -7/+7 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | support format=y8 with -ovc raw | lorenm | 2007-04-11 | 1 | -0/+4 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 3 | -4/+4 |
* | Fix double close() in ve_vfw.c | iive | 2007-03-24 | 1 | -1/+0 |
* | cosmetics: Merge #ifdefs for better readability. | diego | 2007-03-23 | 1 | -6/+2 |
* | allows to de- and reactivate kerndeint on the fly | cehoyos | 2007-03-22 | 1 | -2/+22 |
* | Conditionally compile vf_bmovl.c instead of enclosing all of the file | diego | 2007-03-21 | 2 | -5/+1 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 2 | -2/+2 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -3/+0 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 24 | -64/+62 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 15 | -22/+22 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 9 | -9/+8 |
* | Use explicit header location, don't use CFLAGS for simple subdirectories. | diego | 2007-03-15 | 3 | -4/+3 |
* | Include loader/ prefix in #include path everywhere. | diego | 2007-03-15 | 12 | -20/+19 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -101/+99 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -42/+40 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 | 1 | -2/+2 |
* | Allow demuxers to return packets with no pts in -correct-pts mode | uau | 2007-03-11 | 1 | -3/+10 |
* | Reindent messy functions before working on them | uau | 2007-03-11 | 1 | -68/+71 |
* | Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ... | gpoirier | 2007-03-07 | 1 | -1/+4 |
* | Discard earlier failure in building filter chain when trying a new codec. | reimar | 2007-03-03 | 1 | -0/+3 |
* | Use libavutil's av_clip* instead of unreadable MIN/MAX chaos. | reimar | 2007-03-01 | 2 | -15/+8 |
* | Adding an extra -I.. parameter is no longer necessary. | diego | 2007-02-27 | 1 | -3/+1 |
* | compilation fix clip_uint8 -> av_clip_uint8 | rik | 2007-02-27 | 1 | -1/+1 |
* | cosmetics: Fix some common typos, appropiate --> appropRiate, | diego | 2007-02-24 | 2 | -2/+2 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 2 | -3/+3 |
* | reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael | nicodvb | 2007-02-20 | 1 | -7/+4 |
* | Controllable quality setting of VFW enconding, through the dumped state of th... | alex | 2007-02-18 | 1 | -2/+51 |
* | Make liblzo conditional to the appropriate #defines. | diego | 2007-02-18 | 2 | -1/+3 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 4 | -3333/+1 |
* | Use liblzo2 instead of liblzo1, it's not bigger but faster. | diego | 2007-02-18 | 1 | -1/+1 |
* | Use external liblzo instead of internal minilzo. | diego | 2007-02-18 | 1 | -1/+1 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -1/+1 |
* | swap palette on big endian | michael | 2007-02-17 | 1 | -2/+13 |
* | palette init code for IMGFMT_RGB4 and IMGFMT_RG4B | michael | 2007-02-17 | 1 | -0/+11 |
* | add IMGFMT_RGB8 palette init code what moron actually added init code just fo... | michael | 2007-02-17 | 1 | -0/+13 |
* | another ridiculous palette bug which has nothing to do with the new palete su... | michael | 2007-02-17 | 1 | -0/+2 |
* | mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ... | michael | 2007-02-17 | 1 | -1/+1 |
* | PAL8 ... | michael | 2007-02-16 | 1 | -0/+2 |
* | Fix memory leak when changing playback speed | uau | 2007-02-10 | 1 | -0/+2 |
* | Avoid crash when uninit is called without ever calling config in x264 encoder | reimar | 2007-02-08 | 1 | -0/+1 |
* | Revert part of commit r22170. | iive | 2007-02-07 | 1 | -2/+2 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 | 2 | -5/+5 |
* | Add missing checks in RealVideo slice handling code. | reimar | 2007-02-06 | 1 | -3/+5 |
* | 10l | michael | 2007-02-05 | 1 | -1/+1 |
* | skip first (green) frame | michael | 2007-02-05 | 1 | -4/+8 |
* | Cosmetics | reimar | 2007-02-03 | 1 | -5/+5 |
* | Avoid crash in uninit if codec not found | reimar | 2007-02-03 | 1 | -0/+2 |
* | Add global field dominance flag instead of duplicating this "everywhere" | reimar | 2007-02-02 | 1 | -0/+7 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 | 1 | -20/+12 |
* | use ffmpeg's LZO | reimar | 2007-01-31 | 1 | -21/+9 |
* | Use export type mpi, everything else is a fragile hack. | reimar | 2007-01-31 | 1 | -25/+24 |
* | Avoid a static variable and instead use variable in context | reimar | 2007-01-31 | 1 | -4/+5 |
* | Swap palette on bigendian. | reimar | 2007-01-31 | 1 | -0/+11 |
* | cosmetics: remove useless commented-out stuff. | reimar | 2007-01-30 | 1 | -4/+0 |
* | More simplification | reimar | 2007-01-30 | 1 | -2/+1 |
* | Simplify | reimar | 2007-01-30 | 1 | -3/+1 |
* | Fix vd_lzo, broken since r18069, i.e. April 2006! | reimar | 2007-01-30 | 1 | -1/+1 |
* | fix a segfault if -x264encopts is the last commandline option (with no argument) | lorenm | 2007-01-28 | 1 | -0/+5 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 | 9 | -9/+9 |
* | Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16 | reimar | 2007-01-27 | 1 | -6/+15 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 3 | -5/+3 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 | 1 | -6/+2 |
* | Another AVCodecTag compile fix | reimar | 2007-01-21 | 1 | -1/+1 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 | 1 | -1/+1 |
* | include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple... | nicodvb | 2007-01-19 | 1 | -1/+2 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 | 1 | -8/+1 |
* | |