summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable decoding of packet X/24, it is usual teletext linevoroshil2007-08-261-2/+2
* Split lschunks function further, it is simply too huge to do any useful chang...reimar2007-08-251-62/+72
* Get netstream closer to linking.diego2007-08-252-0/+3
* warning fix:diego2007-08-251-1/+1
* Fix subrip and vivodump linking.diego2007-08-251-2/+4
* Ignore modify_reg.diego2007-08-250-0/+0
* Mark vfw2menc as Windows-only.diego2007-08-251-1/+1
* warning fix:diego2007-08-251-1/+0
* warning fix:diego2007-08-251-3/+0
* warning fix:diego2007-08-251-1/+1
* Fix warning:diego2007-08-251-4/+0
* warning fix:diego2007-08-251-1/+0
* Fix warning:diego2007-08-251-1/+1
* Remove pointless variable declaration, the code that sets it is long-gone.diego2007-08-251-3/+0
* 10l: "&" should be done after ">>"voroshil2007-08-251-1/+1
* Remove stray comment, the code it commented is long-gone.diego2007-08-251-2/+0
* Language bits in teletext page header arevoroshil2007-08-251-1/+1
* Fix warnings:diego2007-08-251-3/+3
* Fix warning:diego2007-08-251-0/+1
* Fix warnings:diego2007-08-251-6/+0
* Extract a poor int declaration from within the uncouth grip of an if statementdiego2007-08-251-1/+1
* Fix warnings:diego2007-08-252-1/+1
* Fix warning:diego2007-08-251-1/+0
* Document xorg.conf option needed for Xv playback on Intel cards.rathann2007-08-251-0/+24
* Fix warning:diego2007-08-251-3/+0
* Fix warnings:diego2007-08-251-1/+0
* Fix warnings:diego2007-08-251-1/+0
* Add multiple inclusion guards.diego2007-08-251-0/+5
* Fix warning:diego2007-08-251-2/+0
* Move button variable into the if () where it is actually used.diego2007-08-251-1/+1
* Remove redundant extern declarations, #include the right headers instead.diego2007-08-253-4/+4
* sync w/r24084gpoirier2007-08-251-10/+32
* Fix redundant redeclaration warnings.diego2007-08-251-4/+0
* Fix unused variable warning when USE_DVDNAV is not defined.diego2007-08-251-1/+2
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-254-9/+4
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Remove redundant variable declarations.diego2007-08-251-3/+0
* Remove redundant variable declaration.diego2007-08-252-3/+0
* Remove redundant variable declarations.diego2007-08-251-4/+0
* Remove redundant variable declaration.diego2007-08-251-1/+0
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Fix some unused variable warnings.diego2007-08-251-3/+3
* Revert r24158, it is not necessary with unsigned bitfieldreimar2007-08-251-4/+2
* Change bitfield to unsigned so that we get the usual truth valuesreimar2007-08-251-6/+6
* synced with r24137Gabrov2007-08-251-22/+53
* Hack around broken bitfields in gcc 4.2reimar2007-08-251-2/+4
* Fix invalid fd check, the bug is somewhere else though.reimar2007-08-251-2/+2
* HACK: check added fds for validity because otherwise mplayerreimar2007-08-251-0/+12
* Fix loads of warningsreimar2007-08-251-6/+10
* Handle queued commands from input event functions immediatelyuau2007-08-251-0/+6
* Watch X11 fd in main input select() if using vo xvuau2007-08-251-0/+4
* Add separate event input type for terminal+vouau2007-08-253-3/+30
* Use a single select() for both key and slave inputuau2007-08-251-195/+117
* Clean up getch2() code somewhatuau2007-08-251-69/+102
* Make terminal input work more like VO key inputuau2007-08-255-21/+26
* Remove unused functionuau2007-08-251-18/+1
* Use bitfield instead of manual bit fiddling in input.cuau2007-08-251-28/+25
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Fix unused variable warning.diego2007-08-251-1/+1
* Add missing pixelformat conversion function prototypereimar2007-08-241-0/+2
* Move Apple gcc AltiVec vector declaration syntax to libavutil.diego2007-08-242-12/+0
* Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.diego2007-08-241-0/+2
* Remove redundant extern variable declaration.diego2007-08-241-1/+0
* Fix unused variable warning.diego2007-08-241-1/+2
* Remove unused variable.diego2007-08-241-1/+0
* Remove silly #ifdef around the complete file.diego2007-08-241-6/+0
* misc markup fixesdiego2007-08-241-20/+20
* Wording and markup improvements for the -tvscan option.diego2007-08-241-8/+9
* Leading underscores in identifiers are forbidden.diego2007-08-241-3/+3
* Remove fallback round implementation that is protected by a preprocessordiego2007-08-241-7/+0
* Remove unused extern variable declaration.diego2007-08-241-1/+0
* Remove redundant variable declaration along with the corresponding warning.diego2007-08-241-1/+0
* 1000l: Revert stray hunk that crept in with last commit.diego2007-08-241-1/+1
* Use consistent include path.diego2007-08-241-2/+2
* Removed uninitialized variable.cehoyos2007-08-231-2/+1
* Use new request_channelsreimar2007-08-231-0/+1
* 100l typo: ENTER --> KPENTERdiego2007-08-231-1/+1
* Fix KPENTER keycode value on Mac OS X.diego2007-08-231-1/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-2312-1/+187
* Fix blue color for yv12 and i420 image formats in "automute" screenvoroshil2007-08-231-5/+7
* Fix compilation of live555 support after FFmpegs r10173.cehoyos2007-08-221-1/+1
* CONFIG_DARWIN was removed from FFmpeg.diego2007-08-221-1/+1
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).diego2007-08-222-2/+2
* Finally fix --enable-debug compilationreimar2007-08-221-0/+2
* Fix [soc:eoc] stubs.voroshil2007-08-221-6/+10
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.voroshil2007-08-221-46/+76
* r24030: Document special A-V sync issues with FLV filesvoroshil2007-08-227-73/+280
* sync tag updatevoroshil2007-08-221-1/+1
* Remove Windows-only replacement gettimeofday() implementation, both Cygwindiego2007-08-212-16/+24
* Set DVD speed earlier to avoid drive spinup during openreimar2007-08-211-1/+1
* synced with r24110Gabrov2007-08-211-30/+38
* Remove unnecessary OSD visibility codeuau2007-08-211-2/+0
* Minor code cleanupuau2007-08-211-13/+13
* Add some missing libavcodec video encoders.diego2007-08-201-0/+8
* Sort libavcodec encoders.diego2007-08-201-28/+28
* reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than r...nicodvb2007-08-202-105/+123
* Runtime-patching for windows to fix crash with drv43260.dll reimar2007-08-201-0/+44
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.iive2007-08-203-51/+2
* We can support SEEK_END seeks only when stream->end_pos is knownreimar2007-08-201-1/+1
* Add support for AVSEEK_SIZE in demux_lavfreimar2007-08-201-0/+2
* -subfps makes sense for frame-based subtitle formats as well!reimar2007-08-201-1/+1
* Do not seek to an invalid position.reimar2007-08-191-0/+2
* added from dvdnav's dvdread getbits() code to be used in forthcoming patch to...nicodvb2007-08-191-0/+70
* Replace dvdread bswap.h by something more sane for us.reimar2007-08-192-209/+7
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.reimar2007-08-191-8/+2
* added proper e-mail addressnplourde2007-08-181-1/+1
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>nplourde2007-08-182-5/+33
* Functions that do not return a value must be voidreimar2007-08-182-4/+4
* Text files must end with a newlinereimar2007-08-181-1/+1
* Remove duplicate extern declarationreimar2007-08-181-5/+0
* increasing sync tag after Apple Remote message addedGabrov2007-08-181-1/+1
* synced with r24091Gabrov2007-08-188-85/+314
* Add libdvdcss-specific CFLAGS in the correct place.diego2007-08-181-1/+2
* Remove an unnecessary #ifdefuau2007-08-181-10/+0
* Complete the list of libavcodec audio encoders.diego2007-08-171-8/+209
* Ignore main.xml.diego2007-08-170-0/+0
* Reorder installation requirements list, wording/spelling.diego2007-08-171-14/+15
* Sync local diff with latest changes.diego2007-08-171-24/+18
* Sync libdvdread with version 0.9.7.diego2007-08-175-10/+21
* small libavcodec audio codec clarificationsdiego2007-08-161-3/+3
* misc fixes and additionsdiego2007-08-161-22/+25
* Explicitly mention the need to rebuild MPlayer after installing AMR libs.rathann2007-08-161-1/+1
* adding help for --ar --ranlibmhoffman2007-08-161-0/+2
* Move setting of res_comment for internal dvdread to a more sensible place.diego2007-08-161-1/+1
* allow setting of ranlib from the commandline of configuremhoffman2007-08-161-0/+3
* allow setting of ar from the commandline of configuremhoffman2007-08-161-0/+5
* Remove local MinGW gettimeofday() implementation, there is now a nativediego2007-08-162-24/+1
* Sync local diff with current version.diego2007-08-161-32/+5
* Sync libdvdread with version 0.9.6.diego2007-08-166-19/+255
* Sync local diff with current version.diego2007-08-151-236/+132
* cosmetics: Do not add trailing whitespace to lines we change.diego2007-08-151-3/+3
* Sync another change from upstream.diego2007-08-151-2/+0
* Remove modification comments from files that are no longer modified.diego2007-08-152-8/+0
* Sync libdvdread with version 0.9.5 (cosmetic changes).diego2007-08-1520-1385/+1406
* cosmetics: alphabetical orderdiego2007-08-151-3/+3
* 1000l: Forgot to add new files, *sigh*.diego2007-08-152-0/+601
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-1519-233/+1086
* Identifiers should not start with two underscores.diego2007-08-154-8/+8
* Remove unused variable.diego2007-08-151-1/+0
* cosmetics: Reorder lines for consistency.diego2007-08-151-1/+1
* Document how to encode with some more libavcodec audio codecs.diego2007-08-151-2/+12
* Clarify comment as pointed out by Ulion.diego2007-08-151-2/+2
* Remove pointless #ifdefuau2007-08-151-4/+0
* AC3 --> AC-3, as done in r24056gpoirier2007-08-146-52/+52
* Rename TMPO to TMPEXE, it is an executable, not an object file.diego2007-08-141-15/+15
* cosmetics: prettyprintdiego2007-08-141-3/+3
* Apple Remote supportdiego2007-08-1419-0/+625
* AC3 --> AC-3diego2007-08-136-50/+50
* Document how to encode with some libavcodec audio codecs.diego2007-08-131-7/+19
* Fix compilation on BSD.diego2007-08-131-1/+1
* Remove unused variables.diego2007-08-131-3/+0
* Fix likely mistake when using char*.cehoyos2007-08-132-4/+4
* Remove additional warnings when using icc - similar to -Wno-pointer-sign.cehoyos2007-08-131-1/+1
* MP3 audio encoder was renamed to libmp3lame in FFmpeg.diego2007-08-121-1/+1
* Remove unused definition.diego2007-08-121-5/+0
* Remove outdated lines.diego2007-08-121-3/+0
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromdiego2007-08-122-8/+1
* Fix UDP select timeout.diego2007-08-121-2/+2
* Change "object type complexity" parameter of FAAC in thegpoirier2007-08-091-2/+2
* The "svn copy" method for reverting has worked flawlessly for me withoutreimar2007-08-091-1/+0
* Move some more compiler flags to configure.diego2007-08-094-12/+21
* When a new subtitle stream becomes available check if it is the one thatreimar2007-08-091-0/+6
* Remove unused definition.diego2007-08-081-3/+0
* printf in mp_image.h was changed to fprintf in r17972.cehoyos2007-08-082-6/+6
* Fix warning: too many arguments for formatcehoyos2007-08-081-1/+1
* Cosmetics: Remove empty block.cehoyos2007-08-081-4/+1
* Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.cehoyos2007-08-081-0/+2
* r23920: Teletext support (and editor's info)kraymer2007-08-081-4/+7
* Add <application> tag around MEncoderreimar2007-08-081-2/+3
* synced with r24030ptt2007-08-081-1/+8
* synced with r23996ptt2007-08-081-2/+18
* Remove useless #include and silence warnings when compiling find_sub.c.cehoyos2007-08-081-4/+0
* Move some #defines into configure/config.h.diego2007-08-084-27/+14
* Document special A-V sync issues with FLV filesreimar2007-08-081-0/+5
* bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.cehoyos2007-08-081-4/+0
* Chinese man page translation is in sync nowkraymer2007-08-081-1/+1
* This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996kraymer2007-08-081-11/+80
* r23996: Hint at mf://@... syntaxkraymer2007-08-071-2/+2
* Kill two warnings.cehoyos2007-08-071-0/+4
* make x264 work again after the h264-libx264 renamingmichael2007-08-071-0/+2
* Move HAVE_INTTYPES_H definition to a more sensible place in config.h.diego2007-08-071-6/+6
* Improve error message.diego2007-08-071-1/+1
* HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.diego2007-08-072-15/+1
* synced with r23982ptt2007-08-071<