summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* av_logifylu_zero2007-01-281-8/+9
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
* Mark m_struct_t defaults as constreimar2007-01-2810-10/+10
* fix endianess, see bug #727lu_zero2007-01-281-12/+16
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
* Fix number of rows in interlaced mode.reimar2007-01-281-7/+11
* Accept rdt packets with "is-reliable" flag setrtogni2007-01-281-1/+1
* 10l, confused current "frame" with canvas width.reimar2007-01-281-3/+3
* set has_valid_timestamps and corresponding first and final pts only afternicodvb2007-01-281-46/+122
* Hack: use refmode == 1 instead of == 0, as browsers behave like thisreimar2007-01-281-0/+7
* Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c ...reimar2007-01-281-5/+2
* Call real_fix_timestamp() after seeking, to avoid video freezing rtogni2007-01-271-3/+13
* fix overlooked debug messagevoroshil2007-01-271-1/+1
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
* fix typos from previous commitvoroshil2007-01-271-2/+2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
* synced up to r21221ptt2007-01-271-245/+265
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Simplify and make lzo decompression code more similar to zlib one.reimar2007-01-271-2/+2
* Forgotten free on errorreimar2007-01-271-0/+2
* r21989: fix typovoroshil2007-01-271-10/+7
* *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *s...reimar2007-01-271-1/+1
* synced up to r21906ptt2007-01-271-7/+202
* Handle mp_msg_charset == NULL correctly in filename_recode.reimar2007-01-271-1/+2
* Cosmetics: remove tabs, almost all added during last patch, fromreimar2007-01-271-12/+12
* synced with r22016Gabrov2007-01-261-10/+8
* fastmemcpy.h always has to include inttypes.h on systems that need it.diego2007-01-261-1/+1
* filename double-conversion, especially usefull for CJK users :-)gpoirier2007-01-263-12/+56
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-264-8/+0
* get rid of void pointer arithmetic, as spotted by ICCgpoirier2007-01-261-8/+9
* Do not create font subdir of data directory, bitmap font support is deprecated.diego2007-01-251-1/+0
* Remove confusing line about forcing MP3 demuxing.diego2007-01-251-1/+0
* Remove comment printed by -demuxer help, it belongs in the copyright header.diego2007-01-251-1/+1
* Clarify -delay.diego2007-01-251-0/+2
* Remove ff_gcd prototype and include avutil.h instead where it is defined.reimar2007-01-251-2/+2
* 10l to Gabrov for breaking docs build.rathann2007-01-251-1/+1
* build fix: Disable libtheora encoding over lavc.diego2007-01-251-1/+1
* Sync with FFmpeg r7699.diego2007-01-251-0/+4
* Simplify conditional compilation handling.diego2007-01-251-6/+3
* Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.diego2007-01-241-8/+5
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-23/+21
* Quote some expressions, might help with some shells.diego2007-01-241-2/+2
* Use interleaver id to select the correct interleaver instead of guessing rtogni2007-01-241-8/+7
* Fix compilation if no libogg/libvoribs installedrtogni2007-01-241-1/+5
* Rename a few variables to match FFmpeg.diego2007-01-241-5/+5
* Fix compilation after ffmpeg changes in r7619rtogni2007-01-241-5/+41
* better autodetection of framerate in case of h264; it works correctly with b-...nicodvb2007-01-231-2/+8
* Include string.h to make sure memcpy is not used without prototypereimar2007-01-231-0/+1
* Pass a context to av_log(), when possiblelucabe2007-01-235-73/+78
* Bring MPlayer closer to compilation after latest FFmpeg changes.diego2007-01-231-3/+3
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removednicodvb2007-01-221-1/+1
* set priv->last_pts to the pts read only if the pts was really read; patch by ...nicodvb2007-01-221-1/+6
* Fix FSF address and otherwise broken license headers.diego2007-01-2217-46/+32
* Fix license headers and FSF postal address.diego2007-01-223-7/+6
* Sync with FFmpeg r7634.diego2007-01-211-4/+1
* Discard -Wdeclaration-after-statement warning.diego2007-01-211-1/+1
* synced with r21906Gabrov2007-01-211-2/+91
* synced with r21989Gabrov2007-01-214-67/+455
* fix typoGabrov2007-01-211-1/+1
* Fix compilation: define CONFIG_ZLIB in config.makreimar2007-01-211-0/+1
* r21959: Apply ancient double-click patch that nobody cares to comment on.voroshil2007-01-211-1/+12
* Instead of printing a useless "sig11 coming soon" message, just abort parsingreimar2007-01-211-1/+4
* Sanity-check sh_video->bih->biSizereimar2007-01-212-0/+4
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-213-20/+14
* Add ignore key bindreimar2007-01-211-0/+1
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-213-9/+2
* Another AVCodecTag compile fixreimar2007-01-211-1/+1
* Forgotten CodecTag -> AVCodecTagreimar2007-01-211-1/+1
* Fix compilation after lavf changesreimar2007-01-212-2/+2
* support -ffourcc with -of lavfreimar2007-01-212-1/+3
* Simplify install calls.diego2007-01-201-8/+6
* Remove redundant informative output.diego2007-01-201-1/+0
* Don't suppress make output during installation.diego2007-01-201-7/+7
* some simplificationsdiego2007-01-201-5/+3
* Move ldconfig platform differences into configure where they belong.diego2007-01-202-10/+8
* Move ranlib setting to a more sensible place.diego2007-01-201-7/+7
* in h264_parse_sps() reuse mp_unescape03()nicodvb2007-01-201-27/+4
* vc1 probing code: if sh_video->bih can't be callocated exitnicodvb2007-01-201-0/+4
* in vc1 probing code, all packets before the first sequence header must be ski...nicodvb2007-01-201-1/+1
* removed unused variables; replaced wrong call to realloc() with calloc() in v...nicodvb2007-01-201-3/+1
* decode vc1 sequence header and frame it in video_read_frame();nicodvb2007-01-201-0/+73
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...nicodvb2007-01-201-2/+37
* added function to parse vc1 sequence headernicodvb2007-01-202-0/+116
* BE_32 -> AV_RB32reimar2007-01-191-1/+1
* Compile fix: LE_* -> AV_RL*reimar2007-01-191-13/+13
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...nicodvb2007-01-191-1/+2
* sync w/ r21959gpoirier2007-01-181-17/+33
* synced with r21959Gabrov2007-01-183-823/+855
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-183-2/+47
* r21930: gcc_bug++;voroshil2007-01-183-18/+45
* In .srt, any line containing only spaces and tabs marks the end of theeugeni2007-01-181-2/+5
* grammar/spelling/wording in commentsdiego2007-01-181-39/+40
* r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a whilekraymer2007-01-171-3/+4
* "-lavdopts fast" has applied to mpeg4 and h264 for a whilelorenm2007-01-171-4/+4
* synced with r21952Gabrov2007-01-172-498/+571
* 1000l; fixed wrong operator precedencenicodvb2007-01-171-1/+1
* version bump (for changes in r21907)kraymer2007-01-171-1/+1
* r21727: Must refer to option name instead of internal variablekraymer2007-01-171-17/+22
* r21691: added smb:// to the list of allowed input urlskraymer2007-01-171-12/+21
* print_version() and others get executed before the command line has been pars...michael2007-01-171-0/+4
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusnicodvb2007-01-171-70/+75
* 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
*