| Commit message (Expand) | Author | Age |
* | Support CODEC_ID_MOV_TEXT | reimar | 2008-01-28 |
* | Simplify a condition that probably is not necessary at all | reimar | 2008-01-28 |
* | sync with r25663 and misc. fixes, patch by JRaSH | kraymer | 2008-01-28 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 |
* | Use DECLARE_ASM_CONST where possible in libswscale code | reimar | 2008-01-28 |
* | sync w/ r25821 | gpoirier | 2008-01-28 |
* | vcd_read must read exactly VCD_SECTOR_DATA bytes. | reimar | 2008-01-28 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 |
* | port libmpdemux demuxers to libavformat or rewrite from scratch | ivo | 2008-01-28 |
* | Get rid of redundant dbg_printf redefinition. Fixes some warnings: | diego | 2008-01-28 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Fix compilation failure because bitfile was undefined: | diego | 2008-01-28 |
* | Add multiple inclusion guards. | diego | 2008-01-27 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 |
* | Add multiple inclusion guards to generated header file. | diego | 2008-01-27 |
* | Change format string so that the table is nicely aligned. | diego | 2008-01-27 |
* | The alaw tables should be const. | diego | 2008-01-27 |
* | Rename some identifiers to not use leading underscores. | diego | 2008-01-27 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 |
* | Change #warning to FIXME comments. | diego | 2008-01-27 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 |
* | Remove setting of ldconfig, it is unused. | diego | 2008-01-27 |
* | Reindent | reimar | 2008-01-27 |
* | Simplify subtitle handling with -ass | reimar | 2008-01-27 |
* | Support mov subtitle format directly instead of converting to text in the dem... | reimar | 2008-01-27 |
* | reindent after r25881 | ben | 2008-01-27 |
* | sub_scale command can now handle both ass and non-ass subs at a time | ben | 2008-01-27 |
* | Make sure sub_font is freed. | reimar | 2008-01-27 |
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 |
* | sync with r25821, patch by JRaSH (jrash06 163 com) | kraymer | 2008-01-27 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 |
* | Always use inline instead of _inline, the former is supported by all | reimar | 2008-01-27 |
* | Use the standard "static inline" instead of some broken ifdef mess | reimar | 2008-01-27 |
* | Prefer lavf mov demuxer over our own, it should work better most of the time ... | reimar | 2008-01-27 |
* | Simplify init_vobsub: pass palette via extradata. | reimar | 2008-01-26 |
* | Support vobsub palette in extradata, as exported by libavformat | reimar | 2008-01-26 |
* | 100l, inverted condition for AVSEEK_FLAG_BACKWARD | reimar | 2008-01-26 |
* | Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on | reimar | 2008-01-26 |
* | Cosmetics: remove some trailing whitespace | reimar | 2008-01-26 |
* | Add QDM2 codec identifier | reimar | 2008-01-26 |
* | Partially support vobsub subtitles from lavf demuxers (palette support missing) | reimar | 2008-01-26 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 |
* | added code to check and handle the presence of LATM streams in the init() and... | nicodvb | 2008-01-26 |
* | added AudioSpecificConfigFromBitfile() -that reads from an initizialized | nicodvb | 2008-01-26 |
* | generic functions and structures to parse and statekeep LATM streams | nicodvb | 2008-01-26 |
* | in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ... | nicodvb | 2008-01-26 |
* | factorize 2 tests | ben | 2008-01-26 |
* | Check for stream change in dvdnav. | ben | 2008-01-26 |
* | add a new state flag to dvdnav in order to notify if | ben | 2008-01-26 |