Mercurial > mplayer.hg
graph
-
Check length of input buffer for msadpcmFri, 11 Jul 2008 19:27:35 +0000, by reimar
-
Add a comment on shift vs. divisionFri, 11 Jul 2008 19:00:49 +0000, by reimar
-
Scale msadpcm coefficients to fit into 8 bitsFri, 11 Jul 2008 18:59:03 +0000, by reimar
-
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andFri, 11 Jul 2008 18:51:12 +0000, by reimar
-
Copy macro simplification from imaadpcm to msadpcmFri, 11 Jul 2008 18:36:21 +0000, by reimar
-
Remove useless comments from ad_msadpcmFri, 11 Jul 2008 18:14:16 +0000, by reimar
-
Make msadpcm arrays constFri, 11 Jul 2008 18:13:11 +0000, by reimar
-
Remove unused macrosFri, 11 Jul 2008 18:12:15 +0000, by reimar
-
Explicitly include inttypes.h in ad_imaadpcmFri, 11 Jul 2008 18:10:06 +0000, by reimar
-
1000l, fix demux_lavf compilationFri, 11 Jul 2008 18:04:36 +0000, by reimar
-
Correct stream-seekability tests in demux_audio and demux_lavfFri, 11 Jul 2008 17:25:37 +0000, by reimar
-
Only read wav header cbSize when there is enough space in header.Thu, 10 Jul 2008 20:10:11 +0000, by reimar
-
100l, assignment introduced in r27246 was exactly the wrong way around.Thu, 10 Jul 2008 20:06:43 +0000, by reimar
-
Cosmetics: reindentThu, 10 Jul 2008 19:30:23 +0000, by reimar
-
Clean up reading of wav extradata.Thu, 10 Jul 2008 19:29:02 +0000, by reimar
-
100l, avoption splitted code added, I should double check with svn status...Thu, 10 Jul 2008 15:37:06 +0000, by lu_zero
-
Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniWed, 09 Jul 2008 22:43:08 +0000, by lu_zero
-
Fix stupid and almost pointless check-after-read code in asfheader.c.Wed, 09 Jul 2008 18:24:48 +0000, by reimar
-
Fix \fn without an argument consuming the next '\'.Wed, 09 Jul 2008 15:05:56 +0000, by eugeni
-
sync w/r27236Wed, 09 Jul 2008 08:12:42 +0000, by gpoirier
-
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines toTue, 08 Jul 2008 16:11:58 +0000, by diego
-
Mark function not used outside of the file as static.Tue, 08 Jul 2008 15:55:32 +0000, by diego
-
Remove declaration of extern inline function that is used nowhere from headerTue, 08 Jul 2008 15:54:31 +0000, by diego
-
synced with r27236Tue, 08 Jul 2008 14:38:09 +0000, by ptt
-
another alphabetical order correctionTue, 08 Jul 2008 13:34:03 +0000, by ptt
-
moved o option beetwen m* and p*Tue, 08 Jul 2008 13:22:57 +0000, by ptt
-
Add missing #include <sys/socket.h>, fixes the warnings:Tue, 08 Jul 2008 08:20:39 +0000, by diego
-
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:Tue, 08 Jul 2008 08:17:50 +0000, by diego
-
Add support for MLP audio through FFmpeg.Mon, 07 Jul 2008 12:17:46 +0000, by diego
-
Run bash-specific shell scripts with bash, not sh.Mon, 07 Jul 2008 09:32:21 +0000, by diego
-
Give all shell scripts a .sh suffix for consistency.Mon, 07 Jul 2008 09:30:22 +0000, by diego
-
Replace bash-specific [[]] construct by a proper [] test.Mon, 07 Jul 2008 06:47:01 +0000, by diego
-
Replace == in []/test constructs with =, == is a bashism.Mon, 07 Jul 2008 06:43:45 +0000, by diego
-
Remove unnecessary function keyword from shell script function declarations,Mon, 07 Jul 2008 06:30:24 +0000, by diego
-
avoid unnecessary strdup(); patch by AurelSun, 06 Jul 2008 18:04:14 +0000, by nicodvb
-
Update homepage and license info for NuppelVideo.Sun, 06 Jul 2008 15:13:04 +0000, by diego
-
Add standard license header for NuppelVideo, i.e. GPL v2+.Sun, 06 Jul 2008 15:12:32 +0000, by diego
-
Introduce DRIVER_OBJS variable for list of all driver targets.Sun, 06 Jul 2008 13:41:08 +0000, by diego
-
Simplify codecs.conf.h generation rule.Sun, 06 Jul 2008 13:36:17 +0000, by diego
-
Merge version.h dependency declarations.Sun, 06 Jul 2008 13:31:53 +0000, by diego
-
Remove redundant dependencies for .rc files.Sun, 06 Jul 2008 13:28:45 +0000, by diego
-
Add a generic rule for .rc files and use it.Sun, 06 Jul 2008 13:26:30 +0000, by diego
-
cosmetics: Merge three lines into two.Sun, 06 Jul 2008 13:18:29 +0000, by diego
-
Also remove dhahelper and dhahelperwin on distclean.Sun, 06 Jul 2008 13:06:05 +0000, by diego
-
One more hack for PBOs on ATI cards.Sun, 06 Jul 2008 07:59:19 +0000, by reimar
-
Move at-hack code a bit up for further changesSun, 06 Jul 2008 07:53:36 +0000, by reimar
-
Remove ASSERT() macro. SoC Patch from Keiji CostantiniSun, 06 Jul 2008 03:32:47 +0000, by lu_zero
-
Reindent. SoC Patch from Keiji CostantiniSun, 06 Jul 2008 03:27:31 +0000, by lu_zero
-
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniSun, 06 Jul 2008 03:26:32 +0000, by lu_zero
-
fix a FIXME: give the URL of the list of mailing lists (since we don't have a direct link to the list of archives)Sat, 05 Jul 2008 18:02:17 +0000, by gpoirier
-
Surround stream cache specific code by an appropriate #ifdef; fixes linkingSat, 05 Jul 2008 14:22:57 +0000, by diego
-
Sync with r27208.Sat, 05 Jul 2008 13:12:12 +0000, by diego
-
dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER mathieu.schroeter gamesover chSat, 05 Jul 2008 12:45:55 +0000, by nicodvb
-
Add some more -identify information for CDDB.Sat, 05 Jul 2008 11:44:13 +0000, by diego
-
Add disc ID to -identify output.Sat, 05 Jul 2008 11:39:43 +0000, by diego
-
Rename ALLPARTSLIBS variable to FFMPEGLIBS.Sat, 05 Jul 2008 09:08:22 +0000, by diego
-
Group some variable declarations together in sensible places.Sat, 05 Jul 2008 09:07:24 +0000, by diego
-
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.Sat, 05 Jul 2008 08:02:06 +0000, by diego
-
r27182: apply parameter name change of no-correct-pts from r26842 to man pageFri, 04 Jul 2008 22:09:55 +0000, by kraymer
-
100l: finally understood ATI PBO problem: width must be a power of two.Fri, 04 Jul 2008 21:19:27 +0000, by reimar