| Commit message (Expand) | Author | Age |
* | 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 |
* | Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined. | reimar | 2006-10-21 |
* | redone subcp_recode: get rid of static buffer, skip lines that failed to | reimar | 2006-10-18 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 |
* | in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin... | nicodvb | 2006-09-05 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 |
* | Move conditional compilation into the build system. | diego | 2006-07-06 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 |
* | Fix crash with all audio-only ogg files, the vorbis_info struct is not | reimar | 2006-06-17 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 |
* | moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other... | nicodvb | 2006-06-09 |
* | support for vorbis in mp4/mov | nicodvb | 2006-06-09 |
* | first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1 | nicodvb | 2006-06-07 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 |
* | accidentally committed this overflow fix with the declaration fix before. | rfelker | 2006-05-13 |
* | 10^100l c++ declarations | rfelker | 2006-05-13 |