| Commit message (Expand) | Author | Age |
* | 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 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 |
* | Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla | reimar | 2005-11-01 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 |
* | Don't pass NULL pointers to demux_info_add() | rtognimp | 2005-09-26 |
* | Disassemble comments and pass it to the demux_info interface | alex | 2005-09-19 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | prevent possible exploit | nicodvb | 2005-05-13 |
* | fixup the correct sh_a | nicodvb | 2005-05-12 |
* | fixed too few parameters to mp_msg(); silence compilation warnings, removed u... | nicodvb | 2005-05-12 |
* | don't call fixup_audio if there's no audio | nicodvb | 2005-05-12 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 |
* | Fix the memleak fix: in case of error, demux_close_ogg should be called | reimar | 2005-05-02 |
* | Nasty workaround for codec initialization data. In _at least_ one case (AAC) ... | mosu | 2005-05-01 |
* | Fix the ogg fourcc nightmare!!! | rfelker | 2005-02-27 |
* | Theora fixes: | henry | 2005-02-22 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mo... | mosu | 2005-01-22 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mode. | mosu | 2005-01-21 |
* | 100l, completely broken pointer arithmetic causing crashes. | reimar | 2005-01-19 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 |
* | Fix member alignment for usage on 64bit processors. | mosu | 2004-11-05 |