aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_mpegpes.c
Commit message (Collapse)AuthorAge
* cleanup: silence some clang warningsGravatar reimar2011-07-06
| | | | | | | | | | | | | | | | | Cosmetics: vo_mpegpes.c: Fix strange space placement Avoids clang warning that =- might have been intended as -=. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33797 b3059339-0415-0410-9bf9-f77b7e298cf2 vo_jpeg: Use "const char *" type for paths. Fixes a clang warning due to sign mismatch when calling open(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33799 b3059339-0415-0410-9bf9-f77b7e298cf2 mga_template.c: Remove pointless and in addition incorrect cast. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33800 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32154 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | | | | | Change 'struct vf_instance' pointer arguments to more standard style as in the subject. Also some other minor formatting fixes. Patch by Diego Biurrun.
* Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\
| * Drop support for old-style DVB code.Gravatar diego2010-03-02
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30818 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused static function send_lpcm_packet().Gravatar cehoyos2010-02-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30766 b3059339-0415-0410-9bf9-f77b7e298cf2
| * libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30598 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| |
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28481 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
| | | | | | | | | | | | | | It is the standard location as defined by the Open Group. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27463 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27462 b3059339-0415-0410-9bf9-f77b7e298cf2
* | mpeg ao/vo drivers: Fix packet-writing helper function typesGravatar Uoti Urpala2008-08-12
| | | | | | | | | | Add missing 'const' to callback functions passed to send_mpeg_pes_packet() / send_mpeg_lpcm_packet().
* | Make various functions staticGravatar Uoti Urpala2008-08-12
| |
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cfg-common-opts.h command.c configure input/input.c libmpcodecs/dec_video.c libmpcodecs/vd.c libmpdemux/stheader.h libvo/sub.c libvo/video_out.c libvo/vo_xv.c libvo/vosub_vidix.c libvo/x11_common.c libvo/x11_common.h mp_core.h mplayer.c stream/stream.h
| * Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
| | | | | | | | | | | | | | instead of doing in redundantly in DVB-specific files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27401 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: typo fixesGravatar diego2008-08-02
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27400 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/ | | | | No voctrl uses them any more, and using them would not be a good idea because it makes forwarding arguments to other functions harder.
* when :card isn't specified by the user search the first available cardGravatar nicodvb2008-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
| | | | | | | | This is not possible for xover and anything supporting vidix due to horrible hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make vo info structs constGravatar reimar2007-12-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25244 b3059339-0415-0410-9bf9-f77b7e298cf2
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the ↵Gravatar nicodvb2006-07-26
| | | | | | devices can be used separately git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19189 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed now unnecessary defineGravatar ben2006-07-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19168 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed now unnecessary variableGravatar ben2006-07-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19167 b3059339-0415-0410-9bf9-f77b7e298cf2
* reuse send_mpeg_lpcm_packet() instead of the old packetizerGravatar nicodvb2006-07-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19166 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation if DVB is not definedGravatar ben2006-07-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19158 b3059339-0415-0410-9bf9-f77b7e298cf2
* my_write() must return the bytes writtenGravatar nicodvb2006-07-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19155 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundGravatar nicodvb2006-07-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
| | | | | | | | return values can be negative (VO_ERROR, VO_NOTAVAIL and VO_NOTIMPL), so it's changed to int now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16172 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15213 b3059339-0415-0410-9bf9-f77b7e298cf2
* user can select dvb card number to use (V3 api only)Gravatar nicodvb2004-08-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13049 b3059339-0415-0410-9bf9-f77b7e298cf2
* debugGravatar arpi2003-01-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8918 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB-HEAD (aka. NEWSTRUCT) detection & supportGravatar arpi2002-12-28
| | | | | | | patch by Dimitrios Dimitrakos <mail@dimitrios.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8595 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
* re-enabled a-v syncGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7861 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed a 10l bug: setting PTS flag even if no PTS storedGravatar arpi2002-10-08
| | | | | | | - support for file-writing even if --enable-dvb: -vo mpegpes:filename.mpg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7673 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
* re-enabled a-v sync, fixes 25fps playback problemsGravatar arpi2002-06-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6274 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (write()/close() require unistd.h)Gravatar pl2002-05-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6240 b3059339-0415-0410-9bf9-f77b7e298cf2
* open w/O_CREAT requires a third argument, mode!Gravatar rfelker2002-04-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5882 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, ↵Gravatar arpi2002-04-28
| | | | | | height checks added to config() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5878 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l forogt to commit.Gravatar atmos42002-04-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5845 b3059339-0415-0410-9bf9-f77b7e298cf2
* VFCAP addedGravatar arpi2002-04-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5567 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit sig11 fixedGravatar arpi2002-04-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5561 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame enabeldGravatar arpi2002-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5142 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-03-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5093 b3059339-0415-0410-9bf9-f77b7e298cf2
* place subtitles under the imageGravatar arpi2002-03-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5081 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l? frames_per_sequence==GOPsize... so it should be few secondsGravatar arpi2002-03-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5079 b3059339-0415-0410-9bf9-f77b7e298cf2