summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moved actual tuning code from check_status() to tune_it()nicodvb2007-01-061-18/+12
* don't add pid 0 if it's already present in the listnicodvb2007-01-061-6/+5
* update comment urlgpoirier2007-01-061-1/+1
* Simplify after last demux_ogg commitreimar2007-01-051-1/+1
* Do not access ogg_d->subs after freeing it.reimar2007-01-051-5/+5
* sizeof() is long, thus %d format in error message is wrong.reimar2007-01-051-5/+6
* Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,reimar2007-01-052-8/+8
* Do not abort on X11 errors, most are not at all fatal.reimar2007-01-051-1/+1
* move runtime cpu detection check after detection of host architecture,reimar2007-01-051-4/+4
* add autodetection support for docbook stuff installed in /opt, such as macpor...gpoirier2007-01-041-0/+4
* Use av_d2q to produce the fps fraction, this usually produces more sane fract...reimar2007-01-041-3/+5
* Fix printf types: AVRational members are ints, not 64 bit.reimar2007-01-041-1/+1
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-042-0/+34
* restore volume if muted at exitben2007-01-041-5/+6
* fix detection of rage128/radeon using vidix driver on powerpc (which seems to...ben2007-01-041-0/+2
* don't fatal if saving vesa state failed (this always fails on qemu, with this...ben2007-01-041-1/+0
* increased a bit max param length as it can be too short to declare tv channel...ben2007-01-041-1/+1
* support for vidix on ATI Radeon 9600SE cardsben2007-01-042-0/+4
* fix gprof support (aka work around gprof's brain dead design)gpoirier2007-01-041-10/+10
* Synced with r21760, typostorinthiel2007-01-041-5/+5
* translated r21748torinthiel2007-01-041-0/+99
* synced with r21537Gabrov2007-01-021-93/+168
* synced with r21737Gabrov2007-01-021-157/+218
* better wording and typos fixingvoroshil2007-01-021-218/+225
* r21791: avoid a possible confusion, as suggested by Wanderervoroshil2007-01-021-3/+3
* More free() that were forgotten in r21806 memleak fixrtogni2007-01-011-0/+3
* set dp->stream_pts only when feeding the video stream to workaroundnicodvb2007-01-011-1/+7
* Memleak fix (implement sdpplin_free() and use it)rtogni2007-01-012-1/+28
* Fix invalid memory access if identifier is unknownrtogni2007-01-011-1/+1
* Comment about lavf required for musepack and remove unneeded format entry.aurel2006-12-311-1/+1
* removed unused variablenicodvb2006-12-311-1/+0
* I've found a mistake in encoding-guide:rtogni2006-12-311-1/+1
* Fix potential buffer overflow in asm rules matching codertogni2006-12-313-3/+9
* use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)nicodvb2006-12-311-3/+3
* replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()...nicodvb2006-12-311-1/+19
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...nicodvb2006-12-312-2/+7
* sortmichael2006-12-311-1/+1
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-314-0/+16
* reindentationnicodvb2006-12-301-13/+13
* Fix double free of *http_hdr at server error.iive2006-12-301-2/+2
* avoid a possible confusion, as suggested by Wanderergpoirier2006-12-291-1/+1
* small oops fix from my last commitvayne2006-12-291-0/+2
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
* dont read index if -noidxmichael2006-12-291-0/+3
* first step toward amr-nb muxing supportmichael2006-12-293-0/+7
* fix to allow adding multiple files to the playlist with the open file dialog.vayne2006-12-292-1/+2
* sync with r21758gpoirier2006-12-291-12/+17
* spellfixnicodvb2006-12-291-1/+1
* don't compile demux_mpc.c when libmpcdec is disabledaurel2006-12-282-1/+3
* synced with r21612Gabrov2006-12-281-2130/+2318
* remove two unused functions.vayne2006-12-281-67/+0
* avoid code duplication.vayne2006-12-283-62/+34
* add support for musepack native decoder from ffmpeg (require -demuxer lavf)aurel2006-12-282-0/+9
* file added: Chinese translation for cd-dvd.xmlkraymer2006-12-271-0/+277
* synced with r21741Gabrov2006-12-261-35/+37
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()lucabe2006-12-263-15/+15
* Mark some variables as possibly unused to avoid warningslucabe2006-12-262-3/+5
* Add some explicit casts to avoid "assignment from incompatible pointer type"lucabe2006-12-262-15/+15
* Add some other casts, to remove void pointers arithmeticlucabe2006-12-261-3/+3
* Add some explicit casts to avoid some warningslucabe2006-12-261-4/+4
* Remove some void pointers arithmeticlucabe2006-12-261-3/+3
* synced with r21741Gabrov2006-12-261-96/+154
* synced with r21748Gabrov2006-12-261-246/+285
* synced with r21612Gabrov2006-12-261-77/+93
* synced with r21686Gabrov2006-12-261-66/+104
* Translation of menc-feat-telecine sect1 in encoding-guide.xml.voroshil2006-12-251-360/+379
* audio.xml & bugreports.xml synced with r21764Gabrov2006-12-252-99/+181
* Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xmlvoroshil2006-12-241-192/+187
* Translation of menc-feat-x264 sect1 in encoding-guide.xmlvoroshil2006-12-241-360/+354
* r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.voroshil2006-12-241-2/+2
* r21748: Reformatting round continuedvoroshil2006-12-246-29/+25
* Directly point to the Subversion instructions.diego2006-12-241-2/+2
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
* Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.diego2006-12-241-1/+1
* 100l syntax errordiego2006-12-241-1/+1
* cosmetics: Fix indentation after last commit.diego2006-12-241-13/+13
* Run less CPU checks when runtime CPU detection is enabled.diego2006-12-241-0/+11
* Exit when runtime CPU detection is requested on unsupported arches.diego2006-12-241-0/+4
* Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.diego2006-12-241-17/+20
* Extend runtime CPU detection to x86-64.diego2006-12-231-2/+3
* Synced with r21748torinthiel2006-12-235-620/+592
* Amiga OS 4 supportdiego2006-12-231-0/+1
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
* Reformatting round continuedtorinthiel2006-12-235-24/+24
* replace call to UDFFindFile() (that is not part of the public API) with DVDOp...nicodvb2006-12-231-6/+6
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
* r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.voroshil2006-12-237-7/+13
* Mention that you can use different image formats with mf://torinthiel2006-12-231-0/+6
* Synced with r21741 (or just tag bump)torinthiel2006-12-235-12/+16
* And <simpara> -> <para> continued, those languages somehow slipped by duringtorinthiel2006-12-2312-634/+634
* Massive <simpara> -> <para>, as no <simpara>'s are actually needed.torinthiel2006-12-2337-1649/+1649
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-232-2/+9
* Sync to libnut, nom->numods152006-12-231-7/+7
* r21736: Add <keycombo> barkup for key combinationsvoroshil2006-12-233-20/+29
* Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.torinthiel2006-12-232-4/+8
* Add <keycombo> markup for key combinationstorinthiel2006-12-232-11/+13
* Fix disabling individual demuxers, parsers and decodersdiego2006-12-231-22/+18
* cosmetics: Rename variables to simplify upcoming patches.diego2006-12-231-7/+10
* Remove x11grab hack, it's now disabled by default in FFmpeg.diego2006-12-231-4/+0
* smb:// can be used as an output streamnicodvb2006-12-221-2/+2
* sync with r21655, based on a file conversion of help_mp-zh_CN.hkraymer2006-12-221-434/+1900
* Clarify that yuv2rgb_init.c cannot be used under LGPLlucabe2006-12-221-2/+0
* r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a whilevoroshil2006-12-221-10/+18
* Remove useless include (not needed now that libswscale uses libavutil)lucabe2006-12-221-5/+0
* Must refer to option name instead of internal variable voroshil2006-12-221-1/+1
* fix correct addressing of user, some gram and ortographical fixes too - only ...reynaldo2006-12-221-61/+61
* wording and markup improvementsdiego2006-12-221-2/+11
* small wording/markup improvementsdiego2006-12-221-3/+3
* sync of Spanish translation for help_mp-es.hkraymer2006-12-211-10/+112
* ffv1 and ffvhuff haven't required vstrict=-2 for a whilelorenm2006-12-211-3/+3
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...nicodvb2006-12-211-2/+7
* Fix display of multiple simultaneous subtitles without libass.uau2006-12-211-1/+3
* Fixed wrong sync tagvoroshil2006-12-211-1/+1
* r21691: added smb:// to the list of allowed input urlsvoroshil2006-12-211-5/+4
* r21686: [cosmetocs] minor fixes after reformatting roundvoroshil2006-12-214-42/+56
* Typos, spelling fixesvoroshil2006-12-2114-184/+183
* Remove duplicate vo_sub extern definition.reimar2006-12-211-2/+0
* Pass quant tables to next filtersgpoirier2006-12-211-0/+1
* Fixed:voroshil2006-12-211-282/+281
* consistent naming for revision tagsdiego2006-12-215-5/+5
* Remove very outdated Italian translation.diego2006-12-2111-7909/+0
* Typosvoroshil2006-12-211-4/+4
* Synced with 21706torinthiel2006-12-212-240/+327
* Synced with 21537torinthiel2006-12-211-99/+174
* Move message translation outside <screen> tagstorinthiel2006-12-211-1/+1
* [cosmetics] <simpara> -> <para>, for consistencytorinthiel2006-12-211-2/+2
* Still some reformatting:torinthiel2006-12-212-32/+45
* reindented after yesterday's commitnicodvb2006-12-201-2/+2
* new file: DOCS/xml/zh_CN/mencoder.xmlkraymer2006-12-201-0/+709
* Fix compilation of non-MMX code with gcc 2.95lucabe2006-12-201-3/+3
* alsa messages for Spanish help filekraymer2006-12-201-0/+56
* Translation of menc-feat-video-for-windows sect1 in encoding-guide.xmlvoroshil2006-12-201-26/+27
* Allow to compile swscale's non-SIMD code under the LGPL license.lucabe2006-12-204-14/+428
* synced with r21697gpoirier2006-12-201-14/+33
* typo fix in denoise3d's chroma_tmp option descriptiongpoirier2006-12-201-1/+1
* Translation of menc-feat-xvid sect1 in encoding-guide.xmlvoroshil2006-12-201-167/+160
* sync with r21655kraymer2006-12-201-1/+90
* add source files comments to libass messageskraymer2006-12-201-0/+14
* Spanish translation for libass help messageskraymer2006-12-191-0/+50
* mentioned file:// and smb:// as alternative stream outputs for mencodernicodvb2006-12-191-1/+1
* added smb:// to the list of allowed input urlsnicodvb2006-12-191-1/+1
* support for writing over smb sharesnicodvb2006-12-191-6/+23
* in WRITE mode open the output file with mode 0666; umask will filter itnicodvb2006-12-191-1/+1
* Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xmlvoroshil2006-12-191-236/+241
* Sync tag bumped to 21686torinthiel2006-12-192-2/+2
* [cosmetics] minor fixes after reformatting roundtorinthiel2006-12-192-2/+2
* Synced with 21537torinthiel2006-12-193-100/+150
* Synced with 21624torinthiel2006-12-191-159/+197
* Synced with 21612torinthiel2006-12-193-173/+303
* r21465: [cosmetics] Reindent XML sourcekraymer2006-12-191-725/+717
* r21508: emphasis the fact that leaving black borders really hurts qualitykraymer2006-12-192-10/+12
* update the list of files I maintainnicodvb2006-12-181-0/+7
* r21425: Some fixes for previous commit, 10l for mekraymer2006-12-181-5/+5
* r21423: Consistent capitalization of table entrieskraymer2006-12-181-34/+45
* output streamsnicodvb2006-12-181-0/+2
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-1822-90/+121
* support functions for writing to streamsnicodvb2006-12-181-0/+28
* implemented STREAM_CTRL_GET_SIZEnicodvb2006-12-181-0/+17
* new STREAM_CTRL_GET_SIZE to get size of output streamnicodvb2006-12-181-0/+1
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...nicodvb2006-12-181-3/+6
* added member and definitions for output streamsnicodvb2006-12-181-0/+3
* Color console had a big bug nobody noticed, so mark this feature asreimar2006-12-181-1/+1
* Fix possible crashes with colorized mplayer outputreimar2006-12-181-3/+11
* remove outdated html docs, Chinese translationkraymer2006-12-1811-6066/+0
* doxify a commentreimar2006-12-181-1/+1
* Require 12 consecutive MPEG-audio headers before detecting as audio.reimar2006-12-181-1/+1
* svn move xml/zh to xml/zh_CNkraymer2006-12-186-1/+1
* -dvd-speednicodvb2006-12-171-0/+1
* lavc vp6 decoder now supports also VP60 and VP61rtogni2006-12-171-1/+1
* r21651: add missing line breakvoroshil2006-12-171-9/+25
* r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdied...voroshil2006-12-171-1/+6
* Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"voroshil2006-12-171-1456/+1578
* more sensible names for denoiser optionsgpoirier2006-12-171-4/+4
* typokraymer2006-12-171-1/+1
* r21654: add man page entry for new -dvd-speed optionkraymer2006-12-172-2/+23
* document hqdn3d and dn3d's 4th parametergpoirier2006-12-171-4/+6
* make messages for success/failure of setting dvd-speed more clearkraymer2006-12-171-2/+2
* add man page entry for new -dvd-speed optionkraymer2006-12-171-0/+14
* r21561: update vbuf_size and suggest 400 for HDTV videokraymer2006-12-171-10/+18
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)nicodvb2006-12-173-0/+98