| Commit message (Expand) | Author | Age | Files | Lines |
* | Make diff apply cleanly to our tree again. | diego | 2009-07-26 | 1 | -84/+12 |
* | Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN. | diego | 2009-07-26 | 1 | -2/+5 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN. | cehoyos | 2009-07-26 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | mru | 2009-07-26 | 4 | -16/+15 |
* | Use the correct OSS format, where possible, for mplayer's packed 24-bit | cladisch | 2009-07-24 | 1 | -22/+4 |
* | Remove unnecessary #include <unistd.h> | mru | 2009-07-23 | 1 | -1/+0 |
* | grammar and sentence fix | ptt | 2009-07-22 | 1 | -1/+1 |
* | Remove unused variables. | ramiro | 2009-07-21 | 2 | -4/+0 |
* | Use correct ALSA sample format for 24-bit samples packed in three bytes. | cladisch | 2009-07-21 | 1 | -4/+4 |
* | Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists. | diego | 2009-07-19 | 1 | -1/+3 |
* | The Makefile variable names for external libraries in FFmpeg changed. | diego | 2009-07-19 | 1 | -9/+12 |
* | Move some variable declarations up to avoid the warnings: | diego | 2009-07-19 | 1 | -4/+4 |
* | Remove redundant ivtv VIDIX driver variable declarations. | diego | 2009-07-19 | 1 | -2/+0 |
* | The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the | diego | 2009-07-19 | 1 | -1/+0 |
* | Handle 24bit audio formats natively by ALSA. | iive | 2009-07-19 | 1 | -0/+12 |
* | Fix 24bit audio playback. | iive | 2009-07-19 | 1 | -0/+6 |
* | Change libamr support to libopencore-amr support. | diego | 2009-07-18 | 2 | -53/+49 |
* | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 | 2 | -0/+15 |
* | Cosmetics: make some variables constant to signify their intended use and, | eugeni | 2009-07-18 | 1 | -6/+5 |
* | Fix read after the end of allocated buffer. | eugeni | 2009-07-18 | 2 | -6/+19 |
* | sync with en/mplayer.1 r29413 | jrash | 2009-07-18 | 1 | -1/+18 |
* | Restore alphabetic order for HAVE_ defines. | cehoyos | 2009-07-17 | 1 | -1/+1 |
* | Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg. | diego | 2009-07-17 | 1 | -1/+0 |
* | Assume HAVE_ATTRIBUTE_PACKED. | cehoyos | 2009-07-17 | 1 | -0/+1 |
* | synced with r39413 | Gabrov | 2009-07-13 | 1 | -2/+22 |
* | Fix compilation after FFmpeg r19395. | cehoyos | 2009-07-11 | 1 | -1/+2 |
* | Disable libavcodec AAC encoder, there are too many systems where it doesn't c... | reimar | 2009-07-09 | 1 | -1/+1 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | ramiro | 2009-07-09 | 2 | -7/+10 |
* | 20% faster hqdn3d on x86_64 | lorenm | 2009-07-07 | 1 | -6/+6 |
* | new debanding filter | lorenm | 2009-07-07 | 4 | -0/+430 |
* | The AltiVec code in libswscale no longer is under GPL. | diego | 2009-07-05 | 1 | -1/+1 |
* | Add a section about handling external code to the policy. | diego | 2009-07-04 | 1 | -0/+9 |
* | add truemotion rt binary codec for TR20 fourcc | compn | 2009-07-03 | 1 | -0/+8 |
* | Use enum PixelFormat in sws_format_name() prototype | mru | 2009-07-01 | 1 | -1/+1 |
* | Print information about chapters with -identify. | reimar | 2009-06-28 | 1 | -0/+7 |
* | Make set_property chapter 0-based like all other chapter-related | reimar | 2009-06-28 | 1 | -2/+2 |
* | add binary codec for NTN1 and NTN2 fourcc | compn | 2009-06-27 | 1 | -0/+7 |
* | add 0xA106 twocc to aac decoders, fixes facebook sample | compn | 2009-06-27 | 1 | -0/+2 |
* | Fix some blu-ray samples: HDMV == H264 | cehoyos | 2009-06-26 | 1 | -0/+2 |
* | Increase slave mode buffer so that one can load files with a deeper | ben | 2009-06-26 | 1 | -1/+1 |
* | Use memcpy_pic2 instead of reimplementing it. | reimar | 2009-06-26 | 1 | -8/+2 |
* | Close /dev/tty again on uninit. | reimar | 2009-06-26 | 1 | -0/+2 |
* | Fix indentation broken in last patch | reimar | 2009-06-26 | 1 | -2/+2 |
* | Get rid of completely pointless vt_doit variable | reimar | 2009-06-26 | 1 | -5/+1 |
* | 10l, use fopen directly instead of open + fdopen | reimar | 2009-06-26 | 1 | -7/+2 |
* | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an | reimar | 2009-06-26 | 1 | -6/+8 |
* | Use FFALIGN and FFMAX3 | reimar | 2009-06-26 | 1 | -3/+3 |
* | Remove useless casts | reimar | 2009-06-26 | 1 | -4/+4 |
* | fbdev: remove pointless () | reimar | 2009-06-26 | 1 | -9/+9 |
* | Replace incorrect use of strncpy by av_strlcpy. | reimar | 2009-06-26 | 1 | -1/+2 |
* | Use the RESET_GEOMETRY macro in one more place instead of duplicating its code. | reimar | 2009-06-26 | 1 | -1/+1 |
* | 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a | reimar | 2009-06-26 | 1 | -1/+1 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | diego | 2009-06-25 | 1 | -5/+5 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | diego | 2009-06-25 | 1 | -1/+1 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | diego | 2009-06-25 | 1 | -2/+1 |
* | Modern Solaris versions have different default CD-ROM devices. | diego | 2009-06-24 | 1 | -0/+3 |
* | AVStream.language is deprecated, switch to av_get_metadata instead. | reimar | 2009-06-24 | 1 | -4/+5 |
* | Move allocation to avoid a possible memleak if new_sh_audio fails. | reimar | 2009-06-24 | 1 | -1/+2 |
* | Remove pointless stream count checks, new_sh_* already checks for that. | reimar | 2009-06-24 | 1 | -6/+0 |
* | Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends | reimar | 2009-06-24 | 1 | -2/+6 |
* | Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to | reimar | 2009-06-23 | 1 | -2/+2 |
* | Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams. | reimar | 2009-06-23 | 1 | -2/+4 |
* | Initialize es->lang to ensure a previous value does not get misattributed | reimar | 2009-06-23 | 1 | -0/+1 |
* | Do not use -rdynamic on Solaris, where the flag is unsupported. | diego | 2009-06-22 | 1 | -1/+1 |
* | Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already | reimar | 2009-06-21 | 1 | -2/+0 |
* | TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT... | reimar | 2009-06-21 | 1 | -9/+4 |
* | 1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf | kostya | 2009-06-20 | 1 | -1/+1 |
* | Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video | reimar | 2009-06-20 | 1 | -2/+2 |
* | fix missing event on move that breaks xmga window movement | attila | 2009-06-19 | 1 | -1/+2 |
* | Ignore XML files for which no translations exist yet. | diego | 2009-06-19 | 0 | -0/+0 |
* | Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used. | diego | 2009-06-19 | 1 | -2/+2 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | vitor | 2009-06-17 | 1 | -0/+2 |
* | enable fontconfig support by default. This change takes only in effect, | siretart | 2009-06-17 | 1 | -1/+1 |
* | Conform to the updated Desktop File Specification. Also improve the | siretart | 2009-06-17 | 1 | -5/+6 |
* | add .mp1/.mp2 mov audio fourcc to ffmp2 codec | compn | 2009-06-17 | 1 | -0/+2 |
* | Add a missing check for a NULL return value. | eugeni | 2009-06-16 | 1 | -0/+2 |
* | Do not auto-detect old libnut installations. | cehoyos | 2009-06-16 | 1 | -0/+1 |
* | Rename LIBVORBIS Makefile variable to VORBIS. | diego | 2009-06-14 | 2 | -3/+3 |
* | 100l: Add missing $s to default language variable checks, which prevented | diego | 2009-06-14 | 1 | -3/+3 |
* | Overhaul translation handling completely and add options to install specific | diego | 2009-06-14 | 1 | -43/+55 |
* | cosmetics: Drop leading underscore from _language* variables. | diego | 2009-06-14 | 1 | -11/+11 |
* | Allow setting message language separately from documentation language. | diego | 2009-06-14 | 1 | -4/+9 |
* | Drop redundant setting of message language to English when all languages | diego | 2009-06-14 | 1 | -1/+0 |
* | sync with ffmpeg | compn | 2009-06-13 | 1 | -5/+7 |
* | refine previous translation | jrash | 2009-06-12 | 1 | -31/+31 |
* | sync with ffmpeg | compn | 2009-06-12 | 1 | -0/+2 |
* | sync with ffmpeg | compn | 2009-06-12 | 1 | -0/+10 |
* | Kill warnings of possibly unused variables by using av_unused. | ramiro | 2009-06-11 | 1 | -8/+8 |
* | Fix compilation: #undef standard library functions that are | diego | 2009-06-11 | 1 | -0/+6 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | diego | 2009-06-11 | 1 | -0/+1 |
* | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 | 1 | -2/+2 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | stefano | 2009-06-06 | 1 | -16/+15 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | ramiro | 2009-06-04 | 2 | -6/+6 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | ramiro | 2009-06-04 | 1 | -2/+2 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | ramiro | 2009-06-04 | 2 | -39/+39 |
* | cosmetics: replace dead url | compn | 2009-06-03 | 1 | -1/+1 |
* | Files should be opened in binary mode on OS/2. | diego | 2009-06-03 | 1 | -3/+3 |
* | CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values. | diego | 2009-06-03 | 1 | -2/+2 |
* | Configure needs AS to be set for the Makefiles. | reimar | 2009-06-02 | 1 | -0/+1 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | kostya | 2009-06-02 | 1 | -0/+4 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 | 2 | -0/+57 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | kostya | 2009-06-02 | 3 | -1/+61 |
* | 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 |
* | Add const where appropriate, also gets rid of a compiler warning. | reimar | 2009-06-01 | 1 | -2/+2 |
* | 100l, do not read probe buffer if it will not be used because a format was fo... | reimar | 2009-06-01 | 1 | -6/+7 |
* | Add actually working support for PPC64 | reimar | 2009-06-01 | 1 | -4/+4 |
* | Use target_arch and target_subarch which is more similar to what FFmpeg uses | reimar | 2009-06-01 | 1 | -5/+5 |
* | Add some missing FFmpeg archs | reimar | 2009-06-01 | 1 | -1/+1 |
* | Using nl_langinfo in the asf mmst implementation makes no sense since | reimar | 2009-05-31 | 1 | -8/+1 |
* | Use a malloced string for the get_term_charset return value. | reimar | 2009-05-31 | 4 | -5/+14 |
* | Make ID_SEEKABLE depend on both the stream and the demuxer being seekable, | reimar | 2009-05-31 | 1 | -1/+2 |
* | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 | 7 | -7/+7 |
* | 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp. | reimar | 2009-05-30 | 1 | -1/+1 |
* | forgot a line :(; added | ptt | 2009-05-28 | 1 | -0/+2 |
* | synced with r2769 | ptt | 2009-05-28 | 1 | -18/+78 |
* | sync'ed to r29209 | ptt | 2009-05-28 | 1 | -655/+656 |
* | refine previous translation | jrash | 2009-05-28 | 1 | -107/+105 |
* | add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi | compn | 2009-05-26 | 1 | -2/+2 |
* | add binary decoder for YLC0 | compn | 2009-05-26 | 1 | -0/+8 |
* | Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a... | lu_zero | 2009-05-25 | 2 | -4/+9 |
* | Make sure -rtsp-stream-with-sctp is supported while building with libnemesi | lu_zero | 2009-05-25 | 1 | -4/+8 |
* | Move colorspace conversion functions implemented in pure C from template | kostya | 2009-05-25 | 2 | -137/+138 |
* | synced with r29305 | Gabrov | 2009-05-24 | 9 | -70/+43 |
* | cosmetics: alphabetically sort SRCS_MPLAYER | diego | 2009-05-21 | 1 | -4/+4 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | kostya | 2009-05-19 | 1 | -0/+2 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | kostya | 2009-05-19 | 2 | -0/+7 |
* | Set XVR100 make variable. Fixes compilation when support for xvr100 was detec... | reimar | 2009-05-19 | 1 | -0/+1 |
* | When used with shared_buffer, there's no need for a NSApp object, which cause... | adrian | 2009-05-18 | 1 | -4/+6 |
* | When used with shared_buffer, autorelease in each flip_page so objects don't ... | adrian | 2009-05-18 | 1 | -2/+4 |
* | sync w/r29244 | gpoirier | 2009-05-17 | 1 | -7/+20 |
* | Add a hack to detect when we are writing into a Windows pipe since the fseek | reimar | 2009-05-16 | 1 | -1/+11 |
* | Add missing path to find invocation for tags/TAGS creation. | diego | 2009-05-15 | 1 | -2/+2 |
* | Simplify find invocation in tags/TAGS generation command: | diego | 2009-05-15 | 1 | -2/+2 |
* | Revert whitespace removal for win-related code, because lack of ^M at | bircoph | 2009-05-13 | 3 | -380/+380 |
* | Restore old license file after whitspace removal in previous commit. | bircoph | 2009-05-13 | 1 | -5/+5 |
* | Remove all kind of trailing whitespaces from all MPlayer's files. | bircoph | 2009-05-13 | 132 | -1859/+1859 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 726 | -23216/+23216 |
* | Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories | diego | 2009-05-12 | 1 | -1/+1 |
* | Make sure that -I flags for internal library copies come before other CFLAGS | diego | 2009-05-12 | 1 | -5/+6 |
* | Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439. | diego | 2009-05-12 | 1 | -1/+1 |
* | libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4. | diego | 2009-05-12 | 1 | -1/+1 |
* | Add HAVE_PPC64 definition for FFmpeg. | diego | 2009-05-12 | 1 | -0/+3 |
* | Make sure CONFIG_MUXERS is always set. | diego | 2009-05-12 | 1 | -0/+1 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -9/+9 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -2/+2 |
* | Some reformating to avoid two too long lines | reynaldo | 2009-05-12 | 1 | -3/+3 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -21/+21 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -4/+4 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -76/+76 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -2/+2 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -1/+1 |
* | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -14/+14 |
* | chunk size = 0 is valid for DATA chunks (used in live streams), don't | rtogni | 2009-05-10 | 1 | -1/+1 |
* | Add const qualifier to param argument of sws_getContext() and | diego | 2009-05-10 | 2 | -4/+5 |
* | Move preprocessor condition before variable declaration, fixes the warning: | diego | 2009-05-10 | 1 | -1/+1 |
* | MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr... | rik | 2009-05-09 | 1 | -0/+2 |
* | Remove redundant information about configuring MPlayer for GUI support. | diego | 2009-05-09 | 1 | -42/+0 |
* | Move image formats section to a more appropriate place. | diego | 2009-05-09 | 1 | -12/+12 |
* | cosmetics: indentation fixes for the dvdread check | diego | 2009-05-09 | 1 | -9/+9 |
* | Fix misplaced 'fi' in external dvdread test. | diego | 2009-05-09 | 1 | -1/+1 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | diego | 2009-05-09 | 3 | -7/+11 |
* | Add standar |