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_realaud.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Add header for AVI print functions; avoids many forward declarations.
diego
2010-02-18
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
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
*
Use interleaver id to select the correct interleaver instead of guessing
rtogni
2007-01-24
*
Remove superfluous bswap.h include.
diego
2006-12-02
*
drops casts from void * on malloc/calloc from libmpdemux code
reynaldo
2006-07-13
*
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
diego
2006-07-08
*
Remove unused prototype
rtogni
2006-07-08
*
Fix some potential integer overflow in memory allocation (mot of these
rtognimp
2006-05-14
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
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
*
Support sipr codec in old RealAudio files.
rtognimp
2006-01-15
*
Move audio packets reordering from codec interface to demuxers for real
rtognimp
2005-12-09
*
Sparcs do not like wild pointer typecasting (unaligned access).
reimar
2005-08-30
*
Demuxer modularization
rtognimp
2005-08-05
*
Fix very old ra files with no fourcc
rtognimp
2005-03-03
*
Fix some 28.8 ra files with four text strings
rtognimp
2005-03-03
*
10l
rtognimp
2003-11-30
*
Warning fixes, patch by Dominik Mierzejewski
rtognimp
2003-06-01
*
Remove byteswap hack with dnet audio
rtognimp
2003-05-17
*
Remove broker reset/seek and fix ;;
rtognimp
2003-04-30
*
Realaudio support
rtognimp
2003-04-30