Mercurial > mplayer.hg
graph
-
Remove now useless parameters from demux_ty_CopyToDemuxPacket2007-09-15, by reimar
-
Remove more unused code and variables2007-09-15, by reimar
-
cosmetics: Fix typo in function name.2007-09-15, by diego
-
removed unused members from dvdnav_priv_t2007-09-15, by nicodvb
-
Removed dead code related to stills.2007-09-15, by nicodvb
-
updated changelog with recent monkey audio decoder support2007-09-15, by ben
-
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h2007-09-15, by zuxy
-
live recordings can contain 0-size type 0 chunks, ignore them instead2007-09-14, by reimar
-
Move some more variable declarations2007-09-14, by reimar
-
Remove tabs and trailing whitespace2007-09-14, by reimar
-
A few more useless ()2007-09-14, by reimar
-
Minor simplifications2007-09-14, by reimar
-
Further simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Optimize demux_ty_FindESHeader2007-09-14, by reimar
-
Remove some commented-out debugging code2007-09-14, by reimar
-
Fix demux_ty_FindESHeader so it won't overread2007-09-14, by reimar
-
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader2007-09-14, by reimar
-
Remove unused demux_ty_FindESPacket parameter2007-09-14, by reimar
-
Simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Move variable declarations into the block where they are used2007-09-14, by reimar
-
Another piece of duplicate code2007-09-14, by reimar
-
Avoid a big piece of duplicated code2007-09-14, by reimar
-
Get rid of more code duplication2007-09-14, by reimar
-
Simplify XDS handling2007-09-14, by reimar
-
Reduce code duplication2007-09-14, by reimar
-
Greatly simplify IsValidAudioPacket, though this might break something2007-09-14, by reimar
-
Simplify IsValidAudioPacket2007-09-14, by reimar
-
Do not misuse a_streams for private info, demuxer->priv is for that!2007-09-14, by reimar
-
Use AV_RB242007-09-14, by reimar
-
get rid of pointless pesFileId variables2007-09-14, by reimar
-
Simplify AV_RB32 / 256 -> AV_RB242007-09-14, by reimar
-
Use AV_RB32 instead of tivobuffer2hostlong2007-09-14, by reimar
-
Yet more cosmetics2007-09-14, by reimar
-
Move timestamps to int64_t and use MP_NOPTS_VALUE2007-09-14, by reimar
-
Demuxers are _not_ supposed to set ds->pts!2007-09-14, by reimar
-
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)2007-09-14, by reimar
-
Another ty simplification2007-09-14, by reimar
-
Remove unused variable2007-09-14, by reimar
-
tmf_totalsize is not used either, remove it2007-09-14, by reimar
-
More simplifications2007-09-14, by reimar
-
Get rid of some quite pointless variables2007-09-14, by reimar
-
Move boundary check before use!2007-09-14, by reimar
-
pthreads support is required for teletext2007-09-14, by voroshil
-
Remove unused tmf_totalchunks2007-09-14, by reimar
-
Simplify EOF handling2007-09-14, by reimar
-
Simplify tmf_filetooffset2007-09-14, by reimar
-
Small simplifications2007-09-14, by reimar
-
10l, placed terminating 0 at the wrong place.2007-09-14, by reimar
-
Avoid strlcpy, tar headers already have space to ensure 0-termination2007-09-14, by reimar
-
Do not ignore last chunk in .tmf files, it will cause part of the file to be2007-09-14, by reimar
-
Cosmetics: remove lots of useless () and {}.2007-09-14, by reimar
-
Use CHUNKSIZE define in a few more places2007-09-14, by reimar
-
Simplify ty_extensionis2007-09-14, by reimar
-
Make demux_ty internal functions static2007-09-14, by reimar
-
Use strtol instead of horribly suboptimal ty_octaltodecimal2007-09-14, by reimar
-
Fix ESD check: use an ESD function to actually check linking and do2007-09-14, by reimar
-
sigill_handler_sse is not needed and can not compile on 64 bit systems2007-09-14, by reimar
-
Do not check for X86_FXSR_MAGIC define, it is missing in newer2007-09-14, by reimar
-
Remove unused sigfpe handler2007-09-14, by reimar
-
Remove test for SSE exception support that has been commented out since ages.2007-09-14, by reimar
-
Fix off-by-one error if fsize is odd (does handling that case even make sense?)2007-09-14, by reimar
-
Mark DTS tables as const2007-09-14, by reimar
-
Fix 10l typo in syncword2007-09-14, by reimar
-
Improved comments, based on patches by Ulion [ulion2002 gmail com]2007-09-14, by reimar
-
Simplify and fix big-endian hwac3 header generation code.2007-09-14, by reimar
-
Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR2007-09-13, by reimar
-
Fix missing reset/initialization (with tv parameters) of2007-09-13, by voroshil
-
added monkey audio file extensions to extension table2007-09-13, by ben
-
Move AM_MEDIA_TYPE structure definition to mediatype.h.2007-09-13, by voroshil
-
Check wLongsPerEntry before using it.2007-09-13, by reimar
-
Remove useless preprocessor check, _WINGDI_H is never defined.2007-09-13, by diego
-
Add support for FFmpeg Monkey's Audio decoder2007-09-13, by uau
-
warning fixes:2007-09-13, by diego
-
Replace constant by appropriate define2007-09-13, by reimar
-
Remove leading underscores from multiple inclusion guards,2007-09-13, by diego
-
Fix include path.2007-09-13, by diego
-
Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.2007-09-12, by diego
-
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.2007-09-12, by diego
-
Remove useless #ifndef, __WINE_WINGDI_H is never defined.2007-09-12, by diego
-
Remove redundant multiple inclusion guard.2007-09-12, by diego
-
DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the2007-09-12, by reimar
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
Consistently use path as multiple inclusion guard.2007-09-12, by diego
-
synced with r244232007-09-12, by Gabrov
-
Add missing #include to fix compilation.2007-09-12, by diego
-
Do not replace _ by - if x86_64 is given in --target.2007-09-12, by reimar
-
sync w/r244232007-09-11, by gpoirier
-
Fix indentation after r24367.2007-09-10, by cehoyos
-
r24294: suboption consistency, add fixme document -vivo suboptions2007-09-10, by kraymer
-
Revert r24424.2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Fix for a lot of2007-09-10, by voroshil
-
Implementation of tv:// driver autodetection.2007-09-10, by voroshil
-
cosmetics: Add comments to some #endif preprocessor directives.2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
Fix for:2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Proper fix for:2007-09-10, by voroshil
-
cosmetics: Fix silly typo.2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
Revert the part of r24389 that broke compilation of mencoder.2007-09-10, by cehoyos
-
r24386: move lavc option out of XviD section, to lavc section2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil