aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* modified mplayer.c to rewert to PLAY after rewinding after 1 secGravatar atlka2001-08-13
* changes according to -utf8 option, draw_osd() function addedGravatar atlka2001-08-13
* PTS calc updates, fixes, cleanups, mess...Gravatar arpi2001-08-12
* seek.c moved to demuxer.c, stream_reset in new_demuxer()Gravatar arpi2001-08-12
* cleanup...Gravatar arpi2001-08-12
* better fix - now it's backward compatibleGravatar arpi2001-08-11
* VCD fixGravatar arpi2001-08-11
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tGravatar arpi2001-08-11
* AVI pts/seek fixes, VBR support, faster NI seekGravatar arpi2001-08-11
* 'too slow' message is fixed - better detection now based on both drop_cnt and...Gravatar arpi2001-08-10
* stream opening -> open.c, initialframes ignoredGravatar arpi2001-08-09
* format-specific seeking code moved to demuxer_ stuffGravatar arpi2001-08-08
* ffmpeg12 fix - now passing sequence headerGravatar arpi2001-08-08
* printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seekGravatar arpi2001-08-07
* old InitialFrames stuff disabled - should work without itGravatar arpi2001-08-07
* printfs cleanup - moved to higher -v level or moved to stderrGravatar arpi2001-08-06
* ehh. 10l again...Gravatar arpi2001-08-06
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plGravatar arpi2001-08-06
* -autoq option...Gravatar arpi2001-08-04
* missing unistd.h (requires for off_t under freebsd)Gravatar arpi2001-08-01
* contrast/brightness/etc patch (temporary)Gravatar arpi2001-08-01
* largefile patch by Stephen Davies <steve@daviesfam.org>Gravatar arpi2001-07-31
* libvo2 supportGravatar arpi2001-07-30
* nosound avi seeking fixedGravatar arpi2001-07-29
* removed obsolote frame_corr_* stuffGravatar arpi2001-07-29
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)Gravatar arpi2001-07-29
* small cosmetics fixGravatar arpi2001-07-28
* seeking code moved out from mplayer.c -> seek.cGravatar arpi2001-07-28
* mpeg seeking fixedGravatar arpi2001-07-28
* using sh_video->i_bps...Gravatar arpi2001-07-28
* stage2 step 1Gravatar arpi2001-07-28
* grab.mpg fixedGravatar arpi2001-07-23
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...Gravatar arpi2001-07-21
* a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used...Gravatar arpi2001-07-21
* Applied DATADIR patch by Vladimir KushnirGravatar arpi2001-07-20
* mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)Gravatar arpi2001-07-16
* some more cleanupGravatar arpi2001-07-16
* ds->type removed - using id-based audio format detection in mplayer.cGravatar arpi2001-07-16
* d_audio->type stuff fixedGravatar arpi2001-07-16
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...Gravatar arpi2001-07-16
* Fixed a typo and wrong varname.Gravatar atmos42001-07-10
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc h...Gravatar atmos42001-07-08
* mpeg2 timing & fps fix for ffmpeg12 codecGravatar arpi2001-07-08
* mpeg2 timing & fps fix for ffmpeg12 codecGravatar arpi2001-07-08
* video codec stuff moved to dec_video.cGravatar arpi2001-07-08
* some code clanup (first step to libdemuxer)Gravatar arpi2001-07-07
* Replaced LGBs video codec forcing change with mine for audio and video codecs...Gravatar atmos42001-07-07
* -vcodec option (maybe some other name would be better though) to select betwe...Gravatar lgb2001-07-06
* -dsp option removed, displaying help text (-ao oss:dsp_path)Gravatar alex2001-07-02
* libavcodec zero frame DivX flickering fixedGravatar arpi2001-06-30