summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmpeg2 updated to 0.4.1diego2007-01-101-1/+1
* CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.diego2007-01-101-3/+3
* explain how to use MEncoder to create QuickTime-compatible filesgpoirier2007-01-101-2/+318
* Don't drop last rdt packet on eofrtogni2007-01-093-2/+9
* removed static declaration before non-instantiated struct; patch by cehoyos a...nicodvb2007-01-091-1/+1
* dont write an index and dont use memory to build one if -noidx is specifiedmichael2007-01-081-2/+2
* r21848: clarify a few things about the interaction between *cmp and mbd optionsvoroshil2007-01-081-6/+6
* r21848: clarify a few things about the interaction between *cmp and mbd optionsvoroshil2007-01-081-4/+9
* Two crash issues fixed:voroshil2007-01-081-1/+9
* Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.reimar2007-01-071-0/+1
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesreimar2007-01-071-1/+1
* in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaro...nicodvb2007-01-071-1/+1
* Document sub_add_text and sub_clear_textreimar2007-01-071-0/+18
* Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.diego2007-01-071-1/+0
* fix typogpoirier2007-01-071-1/+1
* clarify a few things about the interaction between *cmp and mbd optionsgpoirier2007-01-072-6/+13
* synced with r21624Gabrov2007-01-061-295/+354
* Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.reimar2007-01-061-40/+9
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesreimar2007-01-065-171/+110
* synced with r21748Gabrov2007-01-061-180/+194
* reindentednicodvb2007-01-061-16/+16
* init to 0 feparams before tuningnicodvb2007-01-061-0/+1
* Set default values for proc and iproc for x86_32 case.reimar2007-01-061-0/+2
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-063-24/+3
* Fix dependencies for pci_names.c.diego2007-01-061-2/+2
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-062-6/+25
* synced with r21741Gabrov2007-01-061-87/+112
* woops, actually fix URL this timegpoirier2007-01-061-1/+1
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()lucabe2007-01-061-6/+3
* removed useless reporting codenicodvb2007-01-061-55/+3
* 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/