| Commit message (Expand) | Author | Age |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 |
* | Add CXX include flags to dependency file generation CFLAGS to generate correct | diego | 2007-04-26 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | Add support for Bethesda Software VID video. | diego | 2007-04-25 |
* | compilation fix, manually include help_mp.h | ods15 | 2007-04-24 |
* | Cosmetics: remove duplicate space in ifdef | reimar | 2007-04-22 |
* | demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO | nicodvb | 2007-04-22 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files | reimar | 2007-04-16 |
* | Use lavf_preferred mechanism to replace more extension-based detection hacks | reimar | 2007-04-14 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 |
* | added :interleaving2, a better method to determine which stream whouls be flu... | nicodvb | 2007-04-08 |
* | in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufs... | nicodvb | 2007-04-08 |
* | reindentation | nicodvb | 2007-04-08 |
* | in the system header set audio_locked/video_locked only for dvd and vcd | nicodvb | 2007-04-08 |
* | small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 by... | nicodvb | 2007-04-08 |
* | Start to separate bad-autodetection hacks from other stuff in extension-based | reimar | 2007-04-07 |
* | .dxa files should be handled by libavformat. | diego | 2007-04-07 |
* | support for C93 video | diego | 2007-04-07 |
* | 10l, the scr must be reset before overwriting the first pack with the correct... | nicodvb | 2007-04-07 |
* | support for THP ADPCM audio | diego | 2007-04-07 |
* | reversed r22879 until I discover why it's giving so many sync problems; I'll ... | nicodvb | 2007-04-07 |
* | BMP support for mf:// | reimar | 2007-04-06 |
* | Use teardownMediaSession() instead of teardownMediaSubsession() | cehoyos | 2007-04-03 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | removed init_apts and init_vpts; added :adelay in addition to :vdelay | nicodvb | 2007-04-01 |
* | cosmetics: removed trailing spaces | nicodvb | 2007-04-01 |
* | Add support for the THP game format. | diego | 2007-04-01 |
* | in flush_buffers() removed code that required the presence of an amount of au... | nicodvb | 2007-04-01 |
* | Support h264 over rtsp | cehoyos | 2007-04-01 |
* | Cosmetics: Move variable declaration and initialization up. | cehoyos | 2007-04-01 |
* | Handle X-QT extradata in a slightly more correct way | cehoyos | 2007-03-26 |
* | Fix filepos calculation | cehoyos | 2007-03-22 |
* | Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3) | cehoyos | 2007-03-22 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 |
* | Move setting CXXFLAGS to configure. | diego | 2007-03-18 |
* | add fourcc for dxa files, approved by diego | compn | 2007-03-17 |
* | Matroska seeking fixes | uau | 2007-03-16 |
* | Use explicit path for headers from the loader/ directory. | diego | 2007-03-15 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Add live555 include flags to CXXFLAGS only. | diego | 2007-03-15 |
* | Check for eof in loop searching for data chunk. | reimar | 2007-03-15 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl... | nicodvb | 2007-03-12 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 |
* | remove some lines which should have never been in demux_nut.c, broke CPU | ods15 | 2007-03-09 |