| Commit message (Expand) | Author | Age |
* | 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 |
* | unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ... | nicodvb | 2006-05-10 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | in demux_ogg_read_packet initialize data to whole packet, reduces code and | reimar | 2006-03-08 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | fix crash with invalid -vid and no audio stream | reimar | 2005-12-18 |
* | fix | rathann | 2005-12-05 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |