index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_rawdv.c
Commit message (
Expand
)
Author
Age
*
Replace 'q' printf length modifier by 'll'
mplayer-svn
2012-08-03
*
demux_rawdv.c: fix change missing from recent 8079f4ff821
Uoti Urpala
2012-07-27
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
calloc instead of malloc+memset.
reimar
2009-11-20
*
Replace informal LGPL header by standard LGPL license header.
diego
2009-05-08
*
Fix lots and lots of other demuxers broken by r26301
reimar
2008-04-05
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se
reynaldo
2006-10-25
*
drops casts from void * on malloc/calloc from libmpdemux code
reynaldo
2006-07-13
*
Move conditional compilation into the build system.
diego
2006-07-06
*
Second-try commit of this patch.
corey
2006-02-17
*
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
corey
2006-02-09
*
1. Include audio_delay as an argument to demux_seek.
corey
2006-02-07
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
*
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
ods15
2005-09-02
*
Demuxer modularization
rtognimp
2005-08-05
*
Rather simple patch for RAWDV demuxer which lets it say whats the total
rtognimp
2005-03-09
*
support for raw DV >2Gb
gabucino
2003-08-07
*
removed nonsense stream_reset/seek in check_file()
arpi
2003-04-30
*
largefile support by Matthias Schwarzott <zzam@gmx.de>
alex
2003-03-21
*
10l
arpi
2003-01-19
*
Sanity checks.
filon
2003-01-06
*
-nosound fix
arpi
2002-10-08
*
This just corrects a function name to match the other demuxer's
arpi
2002-10-04
*
raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>
arpi
2002-08-05