| Commit message (Expand) | Author | Age |
* | in dvd streams the title part ranges from 1 to 99 | nicodvb | 2008-07-12 |
* | Reindent after last commit | reimar | 2008-07-11 |
* | Check size of tkdata before using it in mov demuxer. | reimar | 2008-07-11 |
* | Add atom_len sanity check to mov demuxer. | reimar | 2008-07-11 |
* | Quick hack to fix demux_mov crashes where easily possible. | reimar | 2008-07-11 |
* | Make really sure channels can only be 1 or 2 for imaadpcm | reimar | 2008-07-11 |
* | Simplify imaadpcm return statement | reimar | 2008-07-11 |
* | Check length of input buffer for msadpcm | reimar | 2008-07-11 |
* | Add a comment on shift vs. division | reimar | 2008-07-11 |
* | Scale msadpcm coefficients to fit into 8 bits | reimar | 2008-07-11 |
* | Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and | reimar | 2008-07-11 |
* | Copy macro simplification from imaadpcm to msadpcm | reimar | 2008-07-11 |
* | Remove useless comments from ad_msadpcm | reimar | 2008-07-11 |
* | Make msadpcm arrays const | reimar | 2008-07-11 |
* | Remove unused macros | reimar | 2008-07-11 |
* | Explicitly include inttypes.h in ad_imaadpcm | reimar | 2008-07-11 |
* | 1000l, fix demux_lavf compilation | reimar | 2008-07-11 |
* | Correct stream-seekability tests in demux_audio and demux_lavf | reimar | 2008-07-11 |
* | Only read wav header cbSize when there is enough space in header. | reimar | 2008-07-10 |
* | 100l, assignment introduced in r27246 was exactly the wrong way around. | reimar | 2008-07-10 |
* | Cosmetics: reindent | reimar | 2008-07-10 |
* | Clean up reading of wav extradata. | reimar | 2008-07-10 |
* | 100l, avoption splitted code added, I should double check with svn status... | lu_zero | 2008-07-10 |
* | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | lu_zero | 2008-07-09 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 |
* | Fix \fn without an argument consuming the next '\'. | eugeni | 2008-07-09 |
* | sync w/r27236 | gpoirier | 2008-07-09 |
* | Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to | diego | 2008-07-08 |
* | Mark function not used outside of the file as static. | diego | 2008-07-08 |
* | Remove declaration of extern inline function that is used nowhere from header | diego | 2008-07-08 |
* | synced with r27236 | ptt | 2008-07-08 |
* | another alphabetical order correction | ptt | 2008-07-08 |
* | moved o option beetwen m* and p* | ptt | 2008-07-08 |
* | Add missing #include <sys/socket.h>, fixes the warnings: | diego | 2008-07-08 |
* | Use correct PRIu64 length modifier for uint64_t value, fixes the warning: | diego | 2008-07-08 |
* | Add support for MLP audio through FFmpeg. | diego | 2008-07-07 |
* | Run bash-specific shell scripts with bash, not sh. | diego | 2008-07-07 |
* | Give all shell scripts a .sh suffix for consistency. | diego | 2008-07-07 |
* | Replace bash-specific [[]] construct by proper a proper [] test. | diego | 2008-07-07 |
* | Replace == in []/test constructs with =, == is a bashism. | diego | 2008-07-07 |
* | Remove unnecessary function keyword from shell script function declarations, | diego | 2008-07-07 |
* | avoid unnecessary strdup(); patch by Aurel | nicodvb | 2008-07-06 |
* | Update homepage and license info for NuppelVideo. | diego | 2008-07-06 |
* | Add standard license header for NuppelVideo, i.e. GPL v2+. | diego | 2008-07-06 |
* | Introduce DRIVER_OBJS variable for list of all driver targets. | diego | 2008-07-06 |
* | Simplify codecs.conf.h generation rule. | diego | 2008-07-06 |
* | Merge version.h dependency declarations. | diego | 2008-07-06 |
* | Remove redundant dependencies for .rc files. | diego | 2008-07-06 |
* | Add a generic rule for .rc files and use it. | diego | 2008-07-06 |
* | cosmetics: Merge three lines into two. | diego | 2008-07-06 |