aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_mpegpes.c
Commit message (Expand)AuthorAge
* cleanup: silence some clang warningsGravatar reimar2011-07-06
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\
| * Drop support for old-style DVB code.Gravatar diego2010-03-02
| * Remove unused static function send_lpcm_packet().Gravatar cehoyos2010-02-27
| * libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
* | mpeg ao/vo drivers: Fix packet-writing helper function typesGravatar Uoti Urpala2008-08-12
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
| * cosmetics: typo fixesGravatar diego2008-08-02
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* when :card isn't specified by the user search the first available cardGravatar nicodvb2008-01-02
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...Gravatar nicodvb2006-07-26
* removed now unnecessary defineGravatar ben2006-07-23
* removed now unnecessary variableGravatar ben2006-07-23
* reuse send_mpeg_lpcm_packet() instead of the old packetizerGravatar nicodvb2006-07-23
* fix compilation if DVB is not definedGravatar ben2006-07-22
* my_write() must return the bytes writtenGravatar nicodvb2006-07-22
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundGravatar nicodvb2006-07-22
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* user can select dvb card number to use (V3 api only)Gravatar nicodvb2004-08-19
* debugGravatar arpi2003-01-12
* DVB-HEAD (aka. NEWSTRUCT) detection & supportGravatar arpi2002-12-28
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* re-enabled a-v syncGravatar arpi2002-10-23
* - fixed a 10l bug: setting PTS flag even if no PTS storedGravatar arpi2002-10-08
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* re-enabled a-v sync, fixes 25fps playback problemsGravatar arpi2002-06-02
* warning fix (write()/close() require unistd.h)Gravatar pl2002-05-30
* open w/O_CREAT requires a third argument, mode!Gravatar rfelker2002-04-28
* libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, h...Gravatar arpi2002-04-28
* eeh 10l forogt to commit.Gravatar atmos42002-04-26
* VFCAP addedGravatar arpi2002-04-11
* uninit sig11 fixedGravatar arpi2002-04-11
* fame enabeldGravatar arpi2002-03-16
* 10lGravatar arpi2002-03-15
* place subtitles under the imageGravatar arpi2002-03-15
* 10l? frames_per_sequence==GOPsize... so it should be few secondsGravatar arpi2002-03-15