log libvo/vo_mpegpes.c @ 33614:79743a5cf4f0

age author description
2011-05-07 iive Remove the variable arguments from the libvo control() functions.
2010-09-11 diego Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
2010-06-20 diego Mark data parameter of my_write function as const.
2010-03-02 diego Drop support for old-style DVB code.
2010-02-27 cehoyos Remove unused static function send_lpcm_packet().
2010-02-16 diego libvo: Mark functions not used outside of their files as static.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-08 diego Add standard license headers, unify header formatting.
2008-08-14 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
2008-08-14 diego 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
2008-08-02 diego Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
2008-08-02 diego cosmetics: typo fixes
2008-01-02 nicodvb when :card isn't specified by the user search the first available card
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Make vo info structs const
2006-07-26 nicodvb split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately
2006-07-23 ben removed now unnecessary define
2006-07-23 ben removed now unnecessary variable
2006-07-23 nicodvb reuse send_mpeg_lpcm_packet() instead of the old packetizer
2006-07-22 ben fix compilation if DVB is not defined
2006-07-22 nicodvb my_write() must return the bytes written
2006-07-22 nicodvb simplified mpeg packetizer used by hw mpeg decoders/vo - first round
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2004-08-19 nicodvb user can select dvb card number to use (V3 api only)
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 =)