summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mpegpes.c
Commit message (Expand)AuthorAgeFilesLines
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-261-30/+1
* removed now unnecessary defineben2006-07-231-3/+0
* removed now unnecessary variableben2006-07-231-2/+0
* reuse send_mpeg_lpcm_packet() instead of the old packetizernicodvb2006-07-231-78/+1
* fix compilation if DVB is not definedben2006-07-221-1/+1
* my_write() must return the bytes writtennicodvb2006-07-221-1/+3
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-221-38/+2
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-2/+2
* user can select dvb card number to use (V3 api only)nicodvb2004-08-191-14/+27
* debugarpi2003-01-121-0/+2
* DVB-HEAD (aka. NEWSTRUCT) detection & supportarpi2002-12-281-2/+29
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* re-enabled a-v syncarpi2002-10-231-1/+1
* - fixed a 10l bug: setting PTS flag even if no PTS storedarpi2002-10-081-8/+15
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* re-enabled a-v sync, fixes 25fps playback problemsarpi2002-06-021-1/+1
* warning fix (write()/close() require unistd.h)pl2002-05-301-2/+2
* open w/O_CREAT requires a third argument, mode!rfelker2002-04-281-1/+1
* libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, h...arpi2002-04-281-210/+18
* eeh 10l forogt to commit.atmos42002-04-261-1/+1
* VFCAP addedarpi2002-04-111-2/+2
* uninit sig11 fixedarpi2002-04-111-1/+2
* fame enabeldarpi2002-03-161-1/+1
* 10larpi2002-03-151-1/+1
* place subtitles under the imagearpi2002-03-151-3/+10
* 10l? frames_per_sequence==GOPsize... so it should be few secondsarpi2002-03-151-2/+2
* using libFAME...arpi2002-03-131-74/+78
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-2/+7
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* new info for tuningnick2002-01-311-1/+1
* Extensions for video accelerated architecturenick2002-01-261-0/+9
* qscale 3->2 (Thank you Michael)arpi2002-01-241-1/+1
* vo_pts fix (10l)arpi2002-01-241-2/+3
* cleanup of video packet writer, PTS sent only oncearpi2002-01-221-14/+20
* LPCM write code rewritten, thanks to Marcus at mocm@convergence.dearpi2002-01-221-29/+44
* autodetecting for dvb-cardsjaf2001-11-051-1/+2
* Sorry, my laptop has no dvb-cardjaf2001-11-051-1/+1
* audio packet writting addedarpi2001-11-051-4/+67
* libffmpeg.so supportnick2001-10-271-1/+4
* using poll() only for DVB card - not required for file writearpi2001-10-031-2/+8
* Y clipping fixedarpi2001-09-271-2/+3
* software OSD supportarpi2001-09-231-1/+20
* 10l cola Arpi =)atmos42001-09-221-1/+1
* YV12 support (using libavcodec for mpeg1-I encoding)arpi2001-09-221-11/+173
* PS multiplexing fixedarpi2001-09-091-24/+151
* file writer implementedarpi2001-09-081-2/+41
* Mpeg PES addedarpi2001-09-081-0/+70