aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* in dvd streams the title part ranges from 1 to 99Gravatar nicodvb2008-07-12
* Reindent after last commitGravatar reimar2008-07-11
* Check size of tkdata before using it in mov demuxer.Gravatar reimar2008-07-11
* Add atom_len sanity check to mov demuxer.Gravatar reimar2008-07-11
* Quick hack to fix demux_mov crashes where easily possible.Gravatar reimar2008-07-11
* Make really sure channels can only be 1 or 2 for imaadpcmGravatar reimar2008-07-11
* Simplify imaadpcm return statementGravatar reimar2008-07-11
* Check length of input buffer for msadpcmGravatar reimar2008-07-11
* Add a comment on shift vs. divisionGravatar reimar2008-07-11
* Scale msadpcm coefficients to fit into 8 bitsGravatar reimar2008-07-11
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andGravatar reimar2008-07-11
* Copy macro simplification from imaadpcm to msadpcmGravatar reimar2008-07-11
* Remove useless comments from ad_msadpcmGravatar reimar2008-07-11
* Make msadpcm arrays constGravatar reimar2008-07-11
* Remove unused macrosGravatar reimar2008-07-11
* Explicitly include inttypes.h in ad_imaadpcmGravatar reimar2008-07-11
* 1000l, fix demux_lavf compilationGravatar reimar2008-07-11
* Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
* Only read wav header cbSize when there is enough space in header.Gravatar reimar2008-07-10
* 100l, assignment introduced in r27246 was exactly the wrong way around.Gravatar reimar2008-07-10
* Cosmetics: reindentGravatar reimar2008-07-10
* Clean up reading of wav extradata.Gravatar reimar2008-07-10
* 100l, avoption splitted code added, I should double check with svn status...Gravatar lu_zero2008-07-10
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-09
* Fix stupid and almost pointless check-after-read code in asfheader.c.Gravatar reimar2008-07-09
* Fix \fn without an argument consuming the next '\'.Gravatar eugeni2008-07-09
* sync w/r27236Gravatar gpoirier2008-07-09
* Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines toGravatar diego2008-07-08
* 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