log libvo/vo_mpegpes.c @ 12098:73ee9bd3b537

age author description
2003-01-12 arpi debug
2002-12-28 arpi DVB-HEAD (aka. NEWSTRUCT) detection & support
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-23 arpi re-enabled a-v sync
2002-10-08 arpi - fixed a 10l bug: setting PTS flag even if no PTS stored
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-06-02 arpi re-enabled a-v sync, fixes 25fps playback problems
2002-05-30 pl warning fix (write()/close() require unistd.h)
2002-04-28 rfelker open w/O_CREAT requires a third argument, mode!
2002-04-28 arpi libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, height checks added to config()
2002-04-26 atmos4 eeh 10l forogt to commit.
2002-04-11 arpi VFCAP added
2002-04-11 arpi uninit sig11 fixed
2002-03-16 arpi fame enabeld
2002-03-15 arpi 10l
2002-03-15 arpi place subtitles under the image
2002-03-15 arpi 10l? frames_per_sequence==GOPsize... so it should be few seconds
2002-03-13 arpi using libFAME...
2002-02-17 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
2002-02-09 arpi 10000hl to Holm... control MUST BE static...
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-01-31 nick new info for tuning
2002-01-26 nick Extensions for video accelerated architecture
2002-01-24 arpi qscale 3->2 (Thank you Michael)
2002-01-24 arpi vo_pts fix (10l)
2002-01-22 arpi cleanup of video packet writer, PTS sent only once
2002-01-22 arpi LPCM write code rewritten, thanks to Marcus at mocm@convergence.de
2001-11-05 jaf autodetecting for dvb-cards
2001-11-05 jaf Sorry, my laptop has no dvb-card
2001-11-05 arpi audio packet writting added
2001-10-27 nick libffmpeg.so support
2001-10-03 arpi using poll() only for DVB card - not required for file write
2001-09-27 arpi Y clipping fixed
2001-09-23 arpi software OSD support
2001-09-22 atmos4 10l cola Arpi =)
2001-09-22 arpi YV12 support (using libavcodec for mpeg1-I encoding)
2001-09-09 arpi PS multiplexing fixed
2001-09-08 arpi file writer implemented
2001-09-08 arpi Mpeg PES added