aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Mark function not used outside of the file as static.Gravatar diego2008-07-08
* Remove declaration of extern inline function that is used nowhere from headerGravatar diego2008-07-08
* synced with r27236Gravatar ptt2008-07-08
* another alphabetical order correctionGravatar ptt2008-07-08
* moved o option beetwen m* and p*Gravatar ptt2008-07-08
* Add missing #include <sys/socket.h>, fixes the warnings:Gravatar diego2008-07-08
* Use correct PRIu64 length modifier for uint64_t value, fixes the warning:Gravatar diego2008-07-08
* Add support for MLP audio through FFmpeg.Gravatar diego2008-07-07
* Run bash-specific shell scripts with bash, not sh.Gravatar diego2008-07-07
* Give all shell scripts a .sh suffix for consistency.Gravatar diego2008-07-07
* Replace bash-specific [[]] construct by proper a proper [] test.Gravatar diego2008-07-07
* Replace == in []/test constructs with =, == is a bashism.Gravatar diego2008-07-07
* Remove unnecessary function keyword from shell script function declarations,Gravatar diego2008-07-07
* avoid unnecessary strdup(); patch by AurelGravatar nicodvb2008-07-06
* Update homepage and license info for NuppelVideo.Gravatar diego2008-07-06
* Add standard license header for NuppelVideo, i.e. GPL v2+.Gravatar diego2008-07-06
* Introduce DRIVER_OBJS variable for list of all driver targets.Gravatar diego2008-07-06
* Simplify codecs.conf.h generation rule.Gravatar diego2008-07-06
* Merge version.h dependency declarations.Gravatar diego2008-07-06
* Remove redundant dependencies for .rc files.Gravatar diego2008-07-06
* Add a generic rule for .rc files and use it.Gravatar diego2008-07-06
* cosmetics: Merge three lines into two.Gravatar diego2008-07-06
* Also remove dhahelper and dhahelperwin on distclean.Gravatar diego2008-07-06
* One more hack for PBOs on ATI cards.Gravatar reimar2008-07-06
* Move at-hack code a bit up for further changesGravatar reimar2008-07-06
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* Reindent. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-06
* fix a FIXME: give the URL of the list of mailing lists (since we don't have a...Gravatar gpoirier2008-07-05
* Surround stream cache specific code by an appropriate #ifdef; fixes linkingGravatar diego2008-07-05
* Sync with r27208.Gravatar diego2008-07-05
* dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER ...Gravatar nicodvb2008-07-05
* Add some more -identify information for CDDB.Gravatar diego2008-07-05
* Add disc ID to -identify output.Gravatar diego2008-07-05
* Rename ALLPARTSLIBS variable to FFMPEGLIBS.Gravatar diego2008-07-05
* Group some variable declarations together in sensible places.Gravatar diego2008-07-05
* Declare FFmpeg dependencies in a more elegant way using the PARTS variable.Gravatar diego2008-07-05
* r27182: apply parameter name change of no-correct-pts from r26842 to man pageGravatar kraymer2008-07-04
* 100l: finally understood ATI PBO problem: width must be a power of two.Gravatar reimar2008-07-04
* More stride alignment is needed to work reliably on ATI cards :-(Gravatar reimar2008-07-04
* Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.Gravatar diego2008-07-04
* cosmetics: in ifo_stream_oped() aligned the prototype to the styleGravatar nicodvb2008-07-04
* in ifo_stream_open() propagate the device based on the dirname of stream->url...Gravatar nicodvb2008-07-04
* dvd_device must be handled exclusively by the option parser; it can't be chan...Gravatar nicodvb2008-07-04
* added support for the device part in the url; patch byGravatar nicodvb2008-07-04
* Check stdata_len before accessing stdata. Fixes bug #1125Gravatar reimar2008-07-04
* Simplify tool generation rules with a pattern rule.Gravatar diego2008-07-04
* Only build loader tests on x86.Gravatar diego2008-07-04
* Fix liba52/test linking, it needs -lm.Gravatar diego2008-07-04
* spelling/grammar/wording overhaulGravatar diego2008-07-04