summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.diego2007-01-161-1/+1
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfnicodvb2007-01-161-2/+3
* at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer p...nicodvb2007-01-162-0/+5
* fix identation, broken by last commitgpoirier2007-01-161-12/+12
* speeds up mplayer execution by over FIVE times when all of the of the followi...gpoirier2007-01-162-0/+8
* fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2vhenry2007-01-162-0/+31
* Interlaced gif supportreimar2007-01-161-2/+20
* Change some types to uint8_t where appropriatereimar2007-01-161-2/+2
* "Cosmetics" Introduce a memcpy function doing both transparentreimar2007-01-161-15/+21
* one more #if 1 removednicodvb2007-01-151-2/+1
* removed useless #if1s added too long time agonicodvb2007-01-151-4/+0
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.nicodvb2007-01-151-1/+2
* get rid of two spaces after a period (instead of one)gpoirier2007-01-151-13/+13
* fixes suggested by Diegogpoirier2007-01-151-7/+7
* update and factorize information about x264's multi-threading modegpoirier2007-01-151-6/+22
* update x264's subq otion descriptiongpoirier2007-01-151-1/+10
* gcc_bug++;diego2007-01-151-2/+3
* demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)diego2007-01-151-0/+1
* 10l, fix inverted check for "<media" in smil playlistrtogni2007-01-141-1/+1
* Move toolame vs twolame logic into the $_toolame=auto case.diego2007-01-141-2/+5
* Move Paolo Tresoldi out of the GUI skin section.diego2007-01-141-4/+4
* Make twolame disable toolame.diego2007-01-141-0/+1
* Move twolame check before toolame check.diego2007-01-141-19/+19
* Adding me and Andrew Savchenko as authors of Russian docs translationvoroshil2007-01-141-0/+5
* r21882: sync to x264 r607 (update description of threads)voroshil2007-01-141-9/+6
* translation status updatevoroshil2007-01-141-1/+1
* spelling, wording fixvoroshil2007-01-141-48/+40
* sync tag updatevoroshil2007-01-141-1/+1
* r21917: typo fixesvoroshil2007-01-142-12/+50
* typo fixes:gpoirier2007-01-141-2/+2
* fix typo for gettimeofday()vayne2007-01-131-1/+1
* proper fix for avoiding file skipping when mplayer is already playing a file.vayne2007-01-133-4/+1
* Cosmeticsreimar2007-01-131-2/+2
* Implement gif transparencyreimar2007-01-131-0/+18
* Fix: refmodes 2 and 3 leave useref unchangedreimar2007-01-131-2/+1
* Cosmeticsreimar2007-01-131-7/+7
* Implement refmode == 2 in gif demuxerreimar2007-01-131-4/+8
* Partially support gif using "reference" imagesreimar2007-01-131-1/+17
* memset + malloc -> callocreimar2007-01-131-2/+1
* Nuke MSGTR_CopyCodecsConf, it's gone from the master file.diego2007-01-1323-23/+0
* DO NOT recommend or even suggest installing codecs.conf.diego2007-01-133-3/+0
* Cast SWidth/SHeight to uint16_t, since that's what they actually are.reimar2007-01-131-2/+2
* Forgot to adjust length of memsetreimar2007-01-131-1/+1
* Simplify gif demuxer by using memcpy_picreimar2007-01-131-8/+3
* One more bounds check, though IMO the gif lib really should do this.reimar2007-01-131-4/+4
* Simplifyreimar2007-01-131-2/+1
* Fix crash for gif images that have Top or Left setreimar2007-01-131-5/+11
* Fix invalid read for gifs with a palette for less than 256 colorsreimar2007-01-131-1/+3
* Move global variables in gif demuxer into priv structreimar2007-01-131-21/+22
* Rephrase mga_vid section.diego2007-01-131-8/+3
* Document vo_tdfx_vid.diego2007-01-131-0/+45
* Do not add libavutil unconditionally to CFLAGS.diego2007-01-131-1/+3
* cosmetics: typo fix pallete --> palettediego2007-01-131-7/+7
* Frametime was being read from the wrong offset, comparediego2007-01-131-1/+1
* cosmetics: typo pallete --> palettediego2007-01-132-4/+4
* Add missing config.mak entry for gettimeofday().diego2007-01-131-0/+3
* compile fix after latest swscaler changes (r21888)gpoirier2007-01-121-1/+1
* add support for avc1 in X-QT over RTSPgpoirier2007-01-121-0/+21
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()lucabe2007-01-121-1/+3
* Add "support for both orderings of the slices (top->down / bottom->up)"lucabe2007-01-121-10/+4
* sync tag updatevoroshil2007-01-121-1/+1
* r21879: fix wrong option names that were suggested to use to producevoroshil2007-01-121-1/+342
* spelling, wordingvoroshil2007-01-121-119/+115
* 100l misplaced #endifdiego2007-01-121-1/+1
* sync to x264 r607 (update description of threads)lorenm2007-01-111-6/+5
* r21865: Audio track switching works with DVDs as well.voroshil2007-01-111-2/+2
* Remove superfluous #ifdefs.diego2007-01-111-5/+0
* fix wrong option names that were suggested to use to producegpoirier2007-01-111-2/+2
* Typovoroshil2007-01-111-1/+1
* 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctlyreimar2007-01-101-1/+1
* Sync tag bumptorinthiel2007-01-101-1/+1
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.diego2007-01-105-38/+45
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.diego2007-01-104-19/+28
* Move #ifdef directives around complete files into the build system.diego2007-01-1011-33/+34
* Remove redundant ifdef, this file is only ever compiled on MinGW.diego2007-01-101-2/+0
* consistent include pathdiego2007-01-101-1/+1
* bswap.h --> mpbswap.hdiego2007-01-101-1/+1
* Remove misleading comment.diego2007-01-101-1/+0
* Remove generated pci_* files on clean, not just on distclean.diego2007-01-101-1/+1
* upgrade copyright yearsgpoirier2007-01-1018-10/+19
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-106-13/+17
* Audio track switching works with DVDs as well.diego2007-01-101-1/+1
* small updatesdiego2007-01-101-1/+3
* 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
*