summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* aspect ratio prescaling fixed for 0.0/1.0 casesarpi2001-10-011-4/+4
* baz.. fixed wrong cvs merge.atmos42001-10-011-5/+4
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-5/+29
* wine headers changedarpi2001-09-291-1/+5
* -delay fixedarpi2001-09-271-1/+1
* -ac help / -vc helparpi2001-09-271-12/+23
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-6/+6
* fixed VO time usage (now including page-flip)arpi2001-09-251-1/+5
* stop bug fix.pontscho2001-09-251-7/+0
* compile bug fixed.pontscho2001-09-251-8/+10
* fix, bugpontscho2001-09-121-2/+5
* add new sumbolspontscho2001-09-121-0/+3
* Applied fix for mixercontrol w/alsa ossemu by Christian Ohm.atmos42001-09-111-8/+3
* reset module status after uninitarpi2001-09-061-0/+2
* fixed lirc uninitarpi2001-09-051-1/+1
* uninit fixedarpi2001-09-051-29/+68
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-13/+14
* fix osd volume bar handling in guipontscho2001-09-021-0/+10
* fix volumepontscho2001-09-021-0/+3
* time zero after stop fixpontscho2001-09-011-0/+2
* fixed interaction between commandlien and fileselectorarpi2001-08-311-4/+6
* fixed 'n' key bug :)arpi2001-08-311-4/+2
* GUI_MSG bug fixed - thanx Attila Kinaliarpi2001-08-311-1/+1
* endless loop (bad/missing file) fixedarpi2001-08-311-1/+2
* stop fixedarpi2001-08-311-2/+2
* async reply fix ?pontscho2001-08-311-5/+5
* fix after stop redraw. vagy nem.pontscho2001-08-311-8/+9
* fix stop subimagepontscho2001-08-311-0/+5
* gui status maintaining - now pause from console works, and gui display is in ...arpi2001-08-301-0/+9
* nosound fixed. again. :(arpi2001-08-301-4/+4
* stop fix, fileselector worxarpi2001-08-301-4/+6
* stop fixed, fileselector supp. maybe not work, couldn't testarpi2001-08-301-7/+16
* stop/pause/seek guiarpi2001-08-301-9/+3
* pause/playarpi2001-08-301-0/+10
* set current_module for OSDarpi2001-08-301-0/+3
* normal sizepontscho2001-08-301-4/+3
* -dumpsub works for avi, then dumps .sub filearpi2001-08-291-1/+3
* resizepontscho2001-08-291-1/+15
* add filename drawingpontscho2001-08-291-0/+3
* nosound problems fixedarpi2001-08-281-6/+5
* getch2 vs. gui fixedarpi2001-08-281-9/+0
* gui seekbar position fixedarpi2001-08-281-3/+9
* cleanup, sorrypontscho2001-08-281-6/+0
* fix hprogressbarpontscho2001-08-281-62/+29
* changes according to OSD calculationsatlka2001-08-281-5/+5
* corrections to OSD progbar position calculationsatlka2001-08-281-10/+6
* checking range of vo_osd_progbar_value addedatlka2001-08-281-1/+5
* GUI stuff. now seeking works, and xmga renders to video windowarpi2001-08-271-35/+46
* GUI integration, step 1arpi2001-08-271-14/+42
* GUI support (--enable-gui)arpi2001-08-251-0/+9
* -vo help fixedarpi2001-08-251-13/+14
* Show filename on beginning of playback.atmos42001-08-241-0/+1
* file_format -> demuxer->file_formatarpi2001-08-231-7/+7
* dec_video uninitarpi2001-08-231-1/+9
* fixed duplicated loading of subarpi2001-08-231-9/+13
* make automatic subfile detection working with many filesatlka2001-08-231-16/+19
* free stream/demuxer. continue playback with next file if error foundarpi2001-08-221-19/+33
* initial multifile supportarpi2001-08-221-128/+163
* multifile support in config parserarpi2001-08-221-1/+9
* absolute seek debugging with 1-8 keys (disabled by default)arpi2001-08-221-3/+20
* removed ugly switch/goto hackarpi2001-08-221-4/+3
* if option -sub filename.utf then switch sub_utf8 onatlka2001-08-211-0/+4
* libDVDread supportarpi2001-08-201-4/+5
* more messages for translator :)arpi2001-08-181-2/+4
* ehh. mp_msgt->mp_msgarpi2001-08-181-4/+4
* erros emssages moved to help_mp.h for translationarpi2001-08-181-45/+39
* printf->mp_msg/mp_dbgarpi2001-08-171-105/+86
* mp_msg initarpi2001-08-161-0/+3
* changes according to proper subfont bar positioning and char spaceing - sub.catlka2001-08-161-5/+5
* display number of decoded frames (for progr. mpeg2)arpi2001-08-161-2/+3
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-131-3/+5
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-13/+21
* PTS calc updates, fixes, cleanups, mess...arpi2001-08-121-35/+31
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-121-1/+1
* cleanup...arpi2001-08-121-42/+21
* better fix - now it's backward compatiblearpi2001-08-111-1/+1
* VCD fixarpi2001-08-111-0/+1
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-111-6/+1
* AVI pts/seek fixes, VBR support, faster NI seekarpi2001-08-111-2/+4
* 'too slow' message is fixed - better detection now based on both drop_cnt and...arpi2001-08-101-11/+11
* stream opening -> open.c, initialframes ignoredarpi2001-08-091-95/+18
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-081-6/+8
* ffmpeg12 fix - now passing sequence headerarpi2001-08-081-1/+2
* printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seekarpi2001-08-071-0/+13
* old InitialFrames stuff disabled - should work without itarpi2001-08-071-1/+1
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-8/+19
* ehh. 10l again...arpi2001-08-061-1/+1
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-3/+6
* -autoq option...arpi2001-08-041-8/+80
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-6/+6
* contrast/brightness/etc patch (temporary)arpi2001-08-011-0/+87
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-311-12/+21
* libvo2 supportarpi2001-07-301-3/+69
* nosound avi seeking fixedarpi2001-07-291-7/+7
* removed obsolote frame_corr_* stuffarpi2001-07-291-19/+7
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-2/+2
* small cosmetics fixarpi2001-07-281-2/+2
* seeking code moved out from mplayer.c -> seek.carpi2001-07-281-226/+9
* mpeg seeking fixedarpi2001-07-281-1/+1
* using sh_video->i_bps...arpi2001-07-281-4/+2
* stage2 step 1arpi2001-07-281-9/+10
* grab.mpg fixedarpi2001-07-231-1/+1
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...arpi2001-07-211-363/+24
* a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used...arpi2001-07-211-52/+51
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-201-1/+5
* mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)arpi2001-07-161-1/+13
* some more cleanuparpi2001-07-161-41/+15
* ds->type removed - using id-based audio format detection in mplayer.carpi2001-07-161-5/+4
* d_audio->type stuff fixedarpi2001-07-161-4/+0
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-161-48/+12
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc h...atmos42001-07-081-2/+21
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-20/+6
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-0/+8
* video codec stuff moved to dec_video.carpi2001-07-081-330/+27
* some code clanup (first step to libdemuxer)arpi2001-07-071-54/+33
* Replaced LGBs video codec forcing change with mine for audio and video codecs...atmos42001-07-071-16/+10
* -vcodec option (maybe some other name would be better though) to select betwe...lgb2001-07-061-0/+11
* -dsp option removed, displaying help text (-ao oss:dsp_path)alex2001-07-021-2/+14
* libavcodec zero frame DivX flickering fixedarpi2001-06-301-1/+3
* optional libavcodec (ffmpeg) supportarpi2001-06-301-0/+64
* -dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)arpi2001-06-291-0/+2
* Added some nice vo/ao info.atmos42001-06-271-1/+22
* fatal-error printfs moved stdout->stderrarpi_esp2001-06-241-28/+28
* sub at key=0 fixedarpi_esp2001-06-231-1/+1
* egy hulye kis checking kimaradt az strcspn fv. jovoltabolal3x2001-06-211-8/+14
* vo/ao_subdevice implementedal3x2001-06-211-17/+32
* FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>arpi_esp2001-06-211-0/+11
* has_audio checkings at reset and exit addedal3x2001-06-181-72/+73
* -frames 0 fixedarpi_esp2001-06-131-5/+5
* -frames and -benchmark options to make chl & gabucino happyarpi_esp2001-06-131-4/+33
* remoevd unneeded soundcard.h includesarpi_esp2001-06-081-5/+0
* libao2 uninit fixedarpi_esp2001-06-071-2/+2
* Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>arpi_esp2001-06-061-6/+4
* avi streaming fixedarpi_esp2001-06-061-1/+1
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-29/+64
* Did some cleanup around STREAMING defined.bertrand2001-06-051-26/+0
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-0/+8
* -dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_devic...lgb2001-06-051-2/+2
* some cleanup, old unused stuff removedarpi_esp2001-06-051-64/+7
* fixed punkso's mess... local variables moved back to main()arpi_esp2001-06-051-40/+54
* finished .asf seekingarpi_esp2001-06-041-0/+16
* terminal reset bug with gui fixedpontscho2001-06-041-2/+13
* Streaming function return the file_format and should be tested.bertrand2001-06-041-4/+31
* Fix missing cast.atmosfear2001-06-041-1/+1
* -framedrop fixed for VfW (I hope :))arpi_esp2001-06-031-2/+3
* keyframe flag addedarpi_esp2001-06-031-0/+4
* new option: -sratearpi_esp2001-06-031-1/+3
* -framedrop worx fro mpeg filesarpi_esp2001-06-031-1/+1
* audio_out cvs conflict fixedarpi_esp2001-06-031-4/+1
* cdrom.h is not required herearpi_esp2001-06-031-5/+0
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-2/+7
* '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for...lgb2001-06-031-3/+29
* libao supportarpi_esp2001-06-021-201/+25
* -fps 1 fixedarpi_esp2001-06-021-27/+8
* Subtitle sync with 'z' and 'x'laaz2001-06-011-0/+6
* when using -ss:laaz2001-06-011-4/+13
* -nobps seeking fixedarpi_esp2001-06-011-1/+4
* bugfix: font_name -> sub_name (when error)laaz2001-06-011-1/+1
* Extended message for misisng codecsarpi_esp2001-05-311-0/+4
* Changed streaming functions call.bertrand2001-05-291-10/+8
* mpeg fourcc changedarpi_esp2001-05-271-1/+1
* implemented ~/.mplayer/sub/filename.sub stuffarpi_esp2001-05-271-3/+3
* AVI -bps desync problem solvedarpi_esp2001-05-271-30/+22
* ehh...arpi_esp2001-05-241-2/+2
* opendivx NEW_DECORE fixedarpi_esp2001-05-241-6/+10
* support for new opendivx decore APIarpi_esp2001-05-221-2/+28
* Now Check if the 'filename' is an URL and connect to the server.bertrand2001-05-201-5/+34
* i_bps vs. nAvgBytesPerSecarpi_esp2001-05-161-1/+2
* frame dropping...arpi_esp2001-05-141-9/+24
* opendivx 0.50cvs stuff added (disabled by default)arpi_esp2001-05-141-1/+14
* dump stuff moved before header parsingarpi_esp2001-05-131-31/+33
* audio buffering fixedarpi_esp2001-05-131-4/+4
* audio sync cleanup and -bps fixedarpi_esp2001-05-131-58/+81
* removed dummy audio track for -nosound, vo: flip detectionarpi_esp2001-05-121-33/+69
* Added -flip passing to init.atmosfear2001-05-111-6/+9
* better audio out buffering & sample_format addedarpi_esp2001-05-111-5/+16
* *** empty log message ***pontscho2001-05-101-2/+1
* configfiles bugfixszabii2001-05-101-0/+2
* stime compile bug fixed. and GUI_MSG macro defined.pontscho2001-05-101-52/+22
* new audio playback and A-V sync cod