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_pva.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
demux_pva: move functions, add "static"
diego
2010-11-02
*
demux_pva.c: Remove completely nonsensical le2me usages
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r29532
Uoti Urpala
2009-08-18
|
\
|
*
Fix 100l broken flag check found due to compiler warning.
reimar
2009-08-17
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Merge svn changes up to r29304
Uoti Urpala
2009-07-07
|
\
\
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
|
Make various functions static
Uoti Urpala
2008-08-12
|
/
*
Fix lots and lots of other demuxers broken by r26301
reimar
2008-04-05
*
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
*
Remove superfluous bswap.h include.
diego
2006-12-02
*
remove completely pointless != NULL check
reimar
2006-04-16
*
10l, checking for NULL after dereferencing makes no sense (though what is thi...
reimar
2006-03-22
*
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 demuxer seek and close functions return void, patch by Dominik Mierzejewski
wanderer
2005-12-11
*
Demuxer modularization
rtognimp
2005-08-05
*
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
michael
2002-11-23
*
* Fix for the broken MultiDec files I had originally posted with the
arpi
2002-10-07
*
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
arpi
2002-09-22
*
.PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer
arpi
2002-09-10