summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mpegpes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28537Uoti Urpala2009-02-121-6/+19
|\
| * Add standard license headers, unify header formatting.diego2009-02-081-6/+19
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-9/+9
|\|
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-2/+2
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.diego2008-08-141-7/+7
* | mpeg ao/vo drivers: Fix packet-writing helper function typesUoti Urpala2008-08-121-1/+1
* | Make various functions staticUoti Urpala2008-08-121-6/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-5/+3
|\|
| * Set HAVE_DVB in configure when HAVE_DVB_HEAD is defineddiego2008-08-021-3/+1
| * cosmetics: typo fixesdiego2008-08-021-2/+2
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* when :card isn't specified by the user search the first available cardnicodvb2008-01-021-1/+16
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* 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