| Commit message (Expand) | Author | Age |
* | Make various functions static | Uoti Urpala | 2008-08-12 |
* | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 |
|\ |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
| * | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 |
|\| |
|
| * | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 |
| * | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
| * | Get rid of horrible code that relies on codec-set context variable, | reimar | 2008-07-26 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 |
|/ |
|
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | Add some const/static qualifiers as appropriate | reimar | 2007-12-24 |
* | Use realloc_struct in more places for consistency | reimar | 2007-12-24 |
* | Get rid of some of the more excessive () and casts. | reimar | 2007-12-24 |
* | Finally replace get_uint?? by AV_RL?? | reimar | 2007-12-01 |
* | Get rid of annoying, space-wasting sizeof(uint32_t) | reimar | 2007-12-01 |
* | Bigendian fix for ogg in AVI | reimar | 2007-12-01 |
* | Use a loop instead of doing the same thing three times | reimar | 2007-12-01 |
* | Use a pointer variable for extradata to simplify init_avi_with_ogg | reimar | 2007-12-01 |
* | Create correct extradata for vorbis audio when used as avi sub-demuxer | reimar | 2007-12-01 |
* | Fix some typos in comments, grammar is still bad. | reimar | 2007-12-01 |
* | Remove redundant variable declaration. | diego | 2007-08-25 |
* | cosmetics: misc typo fixes | diego | 2007-07-28 |
* | Remove extern index_mode, it is already in demuxer.h | reimar | 2007-07-27 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen... | reimar | 2007-05-17 |
* | Ignore comments where no '=' follows the comment name (otherwise | reimar | 2007-05-09 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Simplify demux_ogg to use the sub_clear_text and sub_add_text functions. | reimar | 2007-01-06 |
* | Simplify after last demux_ogg commit | reimar | 2007-01-05 |
* | Do not access ogg_d->subs after freeing it. | reimar | 2007-01-05 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 |
* | Remove condition that should always be true | reimar | 2006-12-09 |
* | Fix crash in ogg demuxer uninit with -aid | reimar | 2006-12-09 |
* | made vorbis_info a member of ogg_stream rather than ogg_demuxer; | nicodvb | 2006-12-07 |
* | vorbis_comment is only used locally, move it out of demuxer struct | reimar | 2006-12-07 |
* | Remove unused ov_struct_t | reimar | 2006-12-07 |
* | Fix memleaks caused by missing vorbis/theora_info/comment_clear calls. | reimar | 2006-12-06 |
* | 10l, compilation error in r21054 | reimar | 2006-11-19 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 |
* | Make -slang work again, sub->id is -2 by default, so -slang would be ignored | reimar | 2006-11-19 |
* | Create a sh_sub_t for ogg subtitles. | reimar | 2006-11-19 |
* | Make sure we do not read beyond end of subtitle packet | reimar | 2006-10-29 |
* | realloc subtitle buffers since subcp_recode might have decreased their size. | reimar | 2006-10-29 |
* | Support new flac-in-ogg, fixes bug #229 | reimar | 2006-10-29 |