| Commit message (Expand) | Author | Age | Files | Lines |
* | r21612: replace " with ", better readability | voroshil | 2006-12-14 | 12 | -58/+58 |
* | transliteration -> translation for "dB" and "intra" | voroshil | 2006-12-14 | 1 | -2/+2 |
* | replace " with ", better readability | torinthiel | 2006-12-14 | 12 | -50/+50 |
* | Add missing redirect to /dev/null. | corey | 2006-12-13 | 1 | -1/+1 |
* | r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players | voroshil | 2006-12-13 | 2 | -12/+19 |
* | spelling fix | voroshil | 2006-12-13 | 1 | -11/+11 |
* | __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386". | diego | 2006-12-13 | 2 | -2/+2 |
* | Ugly hotfix for --disable-mencoder. | diego | 2006-12-13 | 1 | -2/+17 |
* | wording | diego | 2006-12-12 | 1 | -4/+4 |
* | Always use tcgetattr/tcsetattr instead of #ifdef mess | reimar | 2006-12-12 | 1 | -18/+0 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 4 | -5/+2 |
* | Add missing buf.memory = V4L2_MEMORY_MMAP; initializations. | reimar | 2006-12-12 | 1 | -0/+3 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 | 1 | -0/+14 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 | 1 | -1/+6 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 | 1 | -3/+5 |
* | vstrict=0 is required to create DVDs decodable by standalone dvd players | gpoirier | 2006-12-12 | 1 | -6/+13 |
* | Mark utf8_get_char parameter as const and fix a compiler warning | reimar | 2006-12-11 | 2 | -7/+7 |
* | Another simplification | reimar | 2006-12-11 | 1 | -3/+1 |
* | Reuse utf8_get_char in subtitle rendering code. | reimar | 2006-12-11 | 1 | -13/+6 |
* | More ChangeLog updates | reimar | 2006-12-11 | 1 | -1/+5 |
* | count needs to be even | henry | 2006-12-11 | 1 | -1/+1 |
* | sync w/r21561 | gpoirier | 2006-12-11 | 1 | -8/+10 |
* | sync w/ r21506 and misc | gpoirier | 2006-12-11 | 1 | -6/+45 |
* | sync w/ r21486 | gpoirier | 2006-12-11 | 1 | -6/+34 |
* | Fix --extra-libs-mplayer and --extra-libs-mencoder. | diego | 2006-12-11 | 1 | -0/+2 |
* | small updates, cosmetics | diego | 2006-12-11 | 1 | -5/+7 |
* | 10l, forgot to add _inc_x11 to X11 cc check | reimar | 2006-12-11 | 1 | -1/+1 |
* | (hopefully) the rest of PPC modifications | henry | 2006-12-11 | 3 | -12/+64 |
* | OpenAL volume control | reimar | 2006-12-10 | 1 | -0/+14 |
* | Better default CFLAGS for non-gnu, non-intel compilers | reimar | 2006-12-10 | 1 | -0/+2 |
* | Respect -noidx in lavf demuxer | reimar | 2006-12-10 | 1 | -0/+2 |
* | Make sure closesocket is called. | reimar | 2006-12-10 | 1 | -0/+10 |
* | STREAM_UNSUPPORTED is -1, so use the former for return value in all places. | reimar | 2006-12-10 | 1 | -4/+2 |
* | Make sure stream->fd is set correct (esp. to -1 on error when fd is closed) | reimar | 2006-12-10 | 1 | -1/+2 |
* | Revert my previous, broken commit | torinthiel | 2006-12-10 | 0 | -0/+0 |
* | Only increase buffer size to avoid crashes when seeking in | reimar | 2006-12-10 | 1 | -2/+5 |
* | check that stream_type is DVD before calling dvd_lang_from_aid | nicodvb | 2006-12-10 | 1 | -1/+1 |
* | show subtitle language in OSD ; patch by Otvos Attila | nicodvb | 2006-12-10 | 1 | -0/+13 |
* | added function to return the language of the specified subtitle id. Patch by | nicodvb | 2006-12-10 | 2 | -0/+22 |
* | Fix realvideo size changes by using our own malloced buffer and export type mpi. | reimar | 2006-12-10 | 1 | -13/+20 |
* | Add x11 include path only to _inc_extra if X11 is actually enabled. | reimar | 2006-12-10 | 1 | -2/+2 |
* | Remove no longer needed always_inline hack in mpbswap.h | reimar | 2006-12-10 | 1 | -2/+0 |
* | Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene... | reimar | 2006-12-10 | 2 | -5/+17 |
* | Avoid deprecated _sleep, instead include windows.h and use Sleep just like | reimar | 2006-12-10 | 1 | -1/+2 |
* | ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs. | reimar | 2006-12-10 | 1 | -1/+1 |
* | ffmjpeg uses RGB24 for JPEG-LS | reimar | 2006-12-10 | 1 | -0/+1 |
* | r21561: update vbuf_size and suggest 400 for HDTV video | voroshil | 2006-12-10 | 1 | -2/+3 |
* | vo_macosx, fix crash when closing window | nplourde | 2006-12-10 | 1 | -4/+8 |
* | Fix a compiler warning | reimar | 2006-12-10 | 1 | -1/+1 |
* | Set frequency and correct frequency getting | reimar | 2006-12-10 | 1 | -4/+7 |
* | Set AVFMT_FLAG_GENPTS if -correct-pts is used. | uau | 2006-12-10 | 1 | -0/+4 |
* | Remove a disabled and completely outdated sample rate mismatch warning. | reimar | 2006-12-10 | 1 | -4/+0 |
* | vo_macosx.m disable window animation when going to fullscreen | nplourde | 2006-12-09 | 1 | -5/+5 |
* | update vbuf_size and suggest 400 for HDTV video | nicodvb | 2006-12-09 | 1 | -1/+2 |
* | align vbuf_size to the max value allowed by main profile @ high level | nicodvb | 2006-12-09 | 1 | -1/+1 |
* | synced with r21558 | Gabrov | 2006-12-09 | 3 | -128/+227 |
* | Fix misplaced http_free | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix potential endless loop in http_streaming_start due | reimar | 2006-12-09 | 1 | -0/+1 |
* | Fix lots and lots of potential memory/fd leaks in http_streaming_start | reimar | 2006-12-09 | 1 | -19/+28 |
* | use dvdnav's palette if available | nicodvb | 2006-12-09 | 1 | -1/+2 |
* | export spu palette; part of a patch by Otvos Attila | nicodvb | 2006-12-09 | 2 | -0/+13 |
* | Avoid memory and fd leaks in asf streaming open code. | reimar | 2006-12-09 | 1 | -15/+15 |
* | Forgotten closesocket on error, patch by | reimar | 2006-12-09 | 1 | -1/+4 |
* | Close fd on error. | reimar | 2006-12-09 | 1 | -1/+2 |
* | Fix ppc without altivec compilation | reimar | 2006-12-09 | 2 | -1/+12 |
* | cscd produces BGR15, not BGR16 | reimar | 2006-12-09 | 1 | -1/+1 |
* | Replace another MIN macro by FFMIN | reimar | 2006-12-09 | 1 | -10/+5 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 10 | -34/+22 |
* | Improve OpenAL speaker positions a bit. | reimar | 2006-12-09 | 1 | -5/+6 |
* | Remove condition that should always be true | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix crash in ogg demuxer uninit with -aid | reimar | 2006-12-09 | 1 | -1/+1 |
* | Half-properly set up OpenAL position stuff | reimar | 2006-12-09 | 1 | -2/+13 |
* | sync to libmpeg2-0.4.1 | henry | 2006-12-09 | 15 | -97/+38 |
* | r21537: General reformatting round: | voroshil | 2006-12-09 | 18 | -4406/+4890 |
* | do not force arch and isysroot in osx | nplourde | 2006-12-09 | 1 | -6/+1 |
* | Fix bmovl-test build error | voroshil | 2006-12-08 | 1 | -1/+1 |
* | Ignore .depend properly | torinthiel | 2006-12-08 | 0 | -0/+0 |
* | General reformatting round: | torinthiel | 2006-12-08 | 18 | -4463/+5111 |
* | .norecurse should be ignored | torinthiel | 2006-12-08 | 0 | -0/+0 |
* | made vorbis_info a member of ogg_stream rather than ogg_demuxer; | nicodvb | 2006-12-07 | 1 | -11/+17 |
* | r21531: Document geq filter. | kraymer | 2006-12-07 | 1 | -1/+32 |
* | r21529: spelling | voroshil | 2006-12-07 | 1 | -6/+38 |
* | Typo | voroshil | 2006-12-07 | 1 | -1/+1 |
* | Document geq filter. | diego | 2006-12-07 | 1 | -0/+31 |
* | r21529: spelling | kraymer | 2006-12-07 | 1 | -3/+3 |
* | spelling | diego | 2006-12-07 | 1 | -2/+2 |
* | Fix mplayer-rc.o build. | diego | 2006-12-07 | 1 | -1/+1 |
* | r21503: updated documentation of -mpegopts :tele* | kraymer | 2006-12-07 | 1 | -11/+9 |
* | Synced with 30.11.2006 | jheryan | 2006-12-07 | 2 | -237/+418 |
* | vorbis_comment is only used locally, move it out of demuxer struct | reimar | 2006-12-07 | 1 | -4/+4 |
* | Remove unused ov_struct_t | reimar | 2006-12-07 | 1 | -14/+0 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 35 | -34/+42 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 | 6 | -17/+114 |
* | Translated section "GENERAL ENCODING OPTIONS" | voroshil | 2006-12-06 | 1 | -118/+126 |
* | Simplify NEXT_LINE macro and put most of it in a separate function. | reimar | 2006-12-06 | 1 | -16/+16 |
* | remove useless and incorrect const-removing cast | reimar | 2006-12-06 | 1 | -1/+1 |
* | Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is | reimar | 2006-12-06 | 1 | -2/+0 |
* | Properly free fontconfig patterns | reimar | 2006-12-06 | 1 | -1/+7 |
* | Fix memleaks caused by missing vorbis/theora_info/comment_clear calls. | reimar | 2006-12-06 | 1 | -0/+4 |
* | Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea... | reimar | 2006-12-06 | 1 | -0/+2 |
* | Fix memleak if vd_ffmpeg init fails | reimar | 2006-12-06 | 1 | -1/+3 |
* | Also free ass_library_t members in ass_library_done | reimar | 2006-12-06 | 1 | -1/+5 |
* | r21503: updated documentation of -mpegopts :tele* | voroshil | 2006-12-05 | 1 | -8/+8 |
* | r21508: emphasis the fact that leaving black borders really hurts quality | voroshil | 2006-12-05 | 1 | -3/+3 |
* | Translation of "VIDEO FILTERS" section. | voroshil | 2006-12-05 | 1 | -935/+1042 |
* | Make sure invalid protocols are rejected instead of treated | reimar | 2006-12-05 | 1 | -1/+2 |
* | emphasis the fact that leaving black borders really hurts quality | gpoirier | 2006-12-05 | 1 | -1/+2 |
* | update local diff after r20779 | gpoirier | 2006-12-05 | 1 | -19/+27 |
* | wording fix suggested by Diego | nicodvb | 2006-12-05 | 1 | -2/+2 |
* | fix include clash for mmap_anon on darwin ppc | nplourde | 2006-12-05 | 1 | -1/+1 |
* | force ppc arch and 10.3.9 sys lib on ppc mac | nplourde | 2006-12-04 | 1 | -0/+2 |
* | updated documentation of -mpegopts :tele* | nicodvb | 2006-12-04 | 1 | -6/+6 |
* | disable telecining when it can't be applied | nicodvb | 2006-12-04 | 1 | -0/+13 |
* | since display_frames in increased by a possibly negative number it had better... | nicodvb | 2006-12-04 | 1 | -1/+1 |
* | cosmetics | nicodvb | 2006-12-04 | 1 | -16/+15 |
* | removed dead code | nicodvb | 2006-12-04 | 1 | -17/+1 |
* | reimplemented :telecine and :film2pal in terms of dgpulldown | nicodvb | 2006-12-04 | 1 | -76/+15 |
* | pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa... | nicodvb | 2006-12-04 | 1 | -5/+4 |
* | Move cddb "autodetection" so it also works for libcdio | reimar | 2006-12-04 | 1 | -1/+1 |
* | Add full support for en-/disabling cddb support | reimar | 2006-12-04 | 2 | -4/+22 |
* | r21372: Some punctuation cosmetics and better wording | kraymer | 2006-12-04 | 3 | -11/+11 |
* | help_mp-de.h: | kraymer | 2006-12-04 | 2 | -20/+68 |
* | fix sentence, reformat | kraymer | 2006-12-04 | 1 | -3/+4 |
* | r21484: documented -mpegopts :tele_src and :tele_dest | voroshil | 2006-12-04 | 1 | -6/+31 |
* | r21476: Open embedded fonts directly from memory.... | voroshil | 2006-12-04 | 1 | -1/+3 |
* | Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, | diego | 2006-12-04 | 2 | -1/+6 |
* | slight clarification | diego | 2006-12-04 | 1 | -1/+1 |
* | document s3fb suboption, note that it's a Linux-only driver (to the best of m... | gpoirier | 2006-12-04 | 1 | -1/+7 |
* | Improoving readability of pullup filter section | voroshil | 2006-12-04 | 1 | -4/+13 |
* | 10l: wrong bitmask when patching the pce_ptr in soft_telecine() | nicodvb | 2006-12-04 | 1 | -1/+3 |
* | documented -mpegopts :tele_src and :tele_dest | nicodvb | 2006-12-04 | 1 | -0/+10 |
* | added generalized teleciner by Donald Graft | nicodvb | 2006-12-04 | 1 | -4/+61 |
* | Remove unused function pointers, they probably had incorrect prototypes | reimar | 2006-12-03 | 2 | -20/+4 |
* | remove headers included twice | aurel | 2006-12-03 | 1 | -2/+0 |
* | use strchr() instead of index() | aurel | 2006-12-03 | 1 | -1/+1 |
* | sync w/ r21452 | gpoirier | 2006-12-03 | 1 | -14/+31 |
* | mmap memory area for generated code to avoid crashes on machines which | reimar | 2006-12-03 | 1 | -2/+9 |
* | Fix 21381, make sure gcc does not make any ip-relative calls or similar. | reimar | 2006-12-03 | 1 | -5/+14 |
* | Open embedded fonts directly from memory. | eugeni | 2006-12-03 | 6 | -9/+69 |
* | One FIXME (CC subtitles related) resolved. | voroshil | 2006-12-03 | 1 | -7/+7 |
* | Keep embedded fonts in ass_library_t and perform actual disk write | eugeni | 2006-12-03 | 9 | -85/+123 |
* | Compile fix, BE_32 definition has been moved | reimar | 2006-12-03 | 1 | -0/+1 |
* | r21462: mention all other image formats | voroshil | 2006-12-03 | 1 | -93/+126 |
* | Rename: ass_process_font -> ass_add_font. | eugeni | 2006-12-03 | 3 | -6/+6 |
* | Use libavutil LE_* macros instead of pointer casts which can result | reimar | 2006-12-03 | 1 | -6/+6 |
* | Avoid calling validate_fname() twice for one string. | eugeni | 2006-12-03 | 1 | -3/+1 |
* | Do not call usec_sleep when we are not supposed to sleep. | reimar | 2006-12-03 | 1 | -2/+3 |
* | Synced with r21466 | torinthiel | 2006-12-03 | 1 | -109/+141 |
* | [cosmetics] Consistent XML source formatting | torinthiel | 2006-12-03 | 1 | -8/+43 |
* | [cosmetics] Reindent XML source | torinthiel | 2006-12-03 | 1 | -102/+102 |
* | cosmetics: anti-chaos reindentation | nicodvb | 2006-12-03 | 1 | -15/+13 |
* | Synced with r21462 | torinthiel | 2006-12-03 | 1 | -3/+4 |
* | mention all other image formats | torinthiel | 2006-12-03 | 1 | -2/+2 |
* | Unicode support for demuxer info in ASF demuxer. | reimar | 2006-12-03 | 1 | -50/+56 |
* | Open vobsub output files in binary mode, otherwise the OS might | reimar | 2006-12-03 | 1 | -2/+2 |
* | 100l typo in 21380 disabled OSD with at least xvmc. | reimar | 2006-12-03 | 1 | -1/+1 |
* | fix two overlooked typos in previous sync cause build error | voroshil | 2006-12-03 | 1 | -2/+2 |
* | Fix translation error in previous sync | voroshil | 2006-12-03 | 1 | -1/+1 |
* | muxer FIXME resolved | voroshil | 2006-12-03 | 1 | -2/+1 |
* | r21423: Consistent capitalization of table entries | voroshil | 2006-12-03 | 1 | -27/+43 |
* | fixed missing tag update | voroshil | 2006-12-03 | 1 | -1/+1 |
* | r21430: documented -mpegopts :[va]buf_size | voroshil | 2006-12-03 | 1 | -13/+25 |
* | document s3fb video out driver | gpoirier | 2006-12-03 | 1 | -0/+8 |
* | Use fallback XAnim and Real codecs directories when autodetection is skipped. | diego | 2006-12-02 | 1 | -2/+2 |
* | Remove warning about missing codecs directory, the condition is always true. | diego | 2006-12-02 | 1 | -14/+1 |
* | Merge dga/nodga suboption of vo_vesa, no short forms. | diego | 2006-12-02 | 1 | -5/+3 |
* | Simplify: 1 > 0 seems to be a rather safe assumption to make ;-) | reimar | 2006-12-02 | 1 | -7/+1 |
* | synced with r21446 | Gabrov | 2006-12-02 | 1 | -8/+2 |
* | Remove long-deprecated -vop option. | diego | 2006-12-02 | 5 | -29/+2 |
* | Replace deprecated vo_plugin_args by vf_settings. | diego | 2006-12-02 | 2 | -33/+33 |
* | cosmetics: Rename functions and variable names from vop to vf. | diego | 2006-12-02 | 5 | -19/+19 |
* | Set video aspect ratio for libass in vf_vo. | eugeni | 2006-12-02 | 1 | -0/+1 |
* | Update comment, video output plugins are deprecated. | diego | 2006-12-02 | 1 | -1/+1 |
* | Audio track switching works for AVI and libavformat as well. | diego | 2006-12-02 | 1 | -1/+1 |