| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -4/+4 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -1/+1 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
* | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -6/+6 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -3/+3 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -3/+3 |
* | Get rid of horrible code that relies on codec-set context variable, | reimar | 2008-07-26 | 1 | -25/+8 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -9/+4 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -4/+4 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -4/+4 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add some const/static qualifiers as appropriate | reimar | 2007-12-24 | 1 | -4/+4 |
* | Use realloc_struct in more places for consistency | reimar | 2007-12-24 | 1 | -3/+3 |
* | Get rid of some of the more excessive () and casts. | reimar | 2007-12-24 | 1 | -24/+24 |
* | Finally replace get_uint?? by AV_RL?? | reimar | 2007-12-01 | 1 | -35/+31 |
* | Get rid of annoying, space-wasting sizeof(uint32_t) | reimar | 2007-12-01 | 1 | -2/+2 |
* | Bigendian fix for ogg in AVI | reimar | 2007-12-01 | 1 | -2/+4 |
* | Use a loop instead of doing the same thing three times | reimar | 2007-12-01 | 1 | -14/+7 |
* | Use a pointer variable for extradata to simplify init_avi_with_ogg | reimar | 2007-12-01 | 1 | -4/+9 |
* | Create correct extradata for vorbis audio when used as avi sub-demuxer | reimar | 2007-12-01 | 1 | -0/+1 |
* | Fix some typos in comments, grammar is still bad. | reimar | 2007-12-01 | 1 | -3/+3 |
* | Remove redundant variable declaration. | diego | 2007-08-25 | 1 | -1/+0 |
* | cosmetics: misc typo fixes | diego | 2007-07-28 | 1 | -1/+1 |
* | Remove extern index_mode, it is already in demuxer.h | reimar | 2007-07-27 | 1 | -2/+0 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -3/+0 |
* | Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implemen... | reimar | 2007-05-17 | 1 | -49/+4 |
* | Ignore comments where no '=' follows the comment name (otherwise | reimar | 2007-05-09 | 1 | -1/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Simplify demux_ogg to use the sub_clear_text and sub_add_text functions. | reimar | 2007-01-06 | 1 | -40/+9 |
* | Simplify after last demux_ogg commit | reimar | 2007-01-05 | 1 | -1/+1 |
* | Do not access ogg_d->subs after freeing it. | reimar | 2007-01-05 | 1 | -5/+5 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 1 | -1/+1 |
* | Remove condition that should always be true | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix crash in ogg demuxer uninit with -aid | reimar | 2006-12-09 | 1 | -1/+1 |
* | made vorbis_info a member of ogg_stream rather than ogg_demuxer; | nicodvb | 2006-12-07 | 1 | -11/+17 |
* | vorbis_comment is only used locally, move it out of demuxer struct | reimar | 2006-12-07 | 1 | -4/+4 |
* | Remove unused ov_struct_t | reimar | 2006-12-07 | 1 | -14/+0 |
* | Fix memleaks caused by missing vorbis/theora_info/comment_clear calls. | reimar | 2006-12-06 | 1 | -0/+4 |
* | 10l, compilation error in r21054 | reimar | 2006-11-19 | 1 | -1/+1 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 | 1 | -12/+2 |
* | Make -slang work again, sub->id is -2 by default, so -slang would be ignored | reimar | 2006-11-19 | 1 | -1/+1 |
* | Create a sh_sub_t for ogg subtitles. | reimar | 2006-11-19 | 1 | -1/+1 |
* | Make sure we do not read beyond end of subtitle packet | reimar | 2006-10-29 | 1 | -1/+5 |
* | realloc subtitle buffers since subcp_recode might have decreased their size. | reimar | 2006-10-29 | 1 | -10/+5 |
* | Support new flac-in-ogg, fixes bug #229 | reimar | 2006-10-29 | 1 | -0/+15 |
* | Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined. | reimar | 2006-10-21 | 1 | -4/+0 |
* | redone subcp_recode: get rid of static buffer, skip lines that failed to | reimar | 2006-10-18 | 1 | -1/+1 |
* | Support for variable fps OGM files, blessed by Moritz. | diego | 2006-09-12 | 1 | -0/+3 |
* | in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, accordin... | nicodvb | 2006-09-05 | 1 | -1/+10 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -18/+8 |
* | Move store_ughvlc to demux_mov as demux_ogg is not always compiled in. | diego | 2006-08-04 | 1 | -16/+3 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 1 | -3/+3 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -1/+0 |
* | Move conditional compilation into the build system. | diego | 2006-07-06 | 1 | -4/+0 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 1 | -11/+11 |
* | Fix crash with all audio-only ogg files, the vorbis_info struct is not | reimar | 2006-06-17 | 1 | -1/+1 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 | 1 | -2/+0 |
* | moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other... | nicodvb | 2006-06-09 | 1 | -16/+16 |
* | support for vorbis in mp4/mov | nicodvb | 2006-06-09 | 1 | -1/+1 |
* | first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1 | nicodvb | 2006-06-07 | 1 | -0/+1 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -1/+1 |
* | accidentally committed this overflow fix with the declaration fix before. | rfelker | 2006-05-13 | 1 | -1/+1 |
* | 10^100l c++ declarations | rfelker | 2006-05-13 | 1 | -2/+5 |
* | unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ... | nicodvb | 2006-05-10 | 1 | -6/+27 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -25/+13 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -9/+9 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -5/+5 |
* | in demux_ogg_read_packet initialize data to whole packet, reduces code and | reimar | 2006-03-08 | 1 | -5/+2 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | fix crash with invalid -vid and no audio stream | reimar | 2005-12-18 | 1 | -1/+2 |
* | fix | rathann | 2005-12-05 | 1 | -0/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -4/+4 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 1 | -1/+33 |
* | Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla | reimar | 2005-11-01 | 1 | -5/+6 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -4/+0 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -1/+1 |
* | Don't pass NULL pointers to demux_info_add() | rtognimp | 2005-09-26 | 1 | -1/+1 |
* | Disassemble comments and pass it to the demux_info interface | alex | 2005-09-19 | 1 | -17/+28 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -7/+26 |
* | prevent possible exploit | nicodvb | 2005-05-13 | 1 | -1/+3 |
* | fixup the correct sh_a | nicodvb | 2005-05-12 | 1 | -0/+1 |
* | fixed too few parameters to mp_msg(); silence compilation warnings, removed u... | nicodvb | 2005-05-12 | 1 | -5/+5 |
* | don't call fixup_audio if there's no audio | nicodvb | 2005-05-12 | 1 | -2/+3 |
* | vorbis extradata is now passed from demuxer to decoder in matroska's way | nicodvb | 2005-05-12 | 1 | -0/+83 |
* | Fix the memleak fix: in case of error, demux_close_ogg should be called | reimar | 2005-05-02 | 1 | -4/+1 |
* | Nasty workaround for codec initialization data. In _at least_ one case (AAC) ... | mosu | 2005-05-01 | 1 | -1/+14 |
* | Fix the ogg fourcc nightmare!!! | rfelker | 2005-02-27 | 1 | -12/+15 |
* | Theora fixes: | henry | 2005-02-22 | 1 | -2/+2 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 | 1 | -6/+9 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mo... | mosu | 2005-01-22 | 1 | -8/+6 |
* | More user-friendly stream, -xid and -slang info output even in non-verbose mode. | mosu | 2005-01-21 | 1 | -5/+9 |
* | 100l, completely broken pointer arithmetic causing crashes. | reimar | 2005-01-19 | 1 | -2/+2 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+35 |
* | Fix member alignment for usage on 64bit processors. | mosu | 2004-11-05 | 1 | -1/+3 |
* | Declare a prototype for the function before it is used. Otherwise some compil... | mosu | 2004-10-30 | 1 | -0/+2 |
* | some memory leaks fixed | reimar | 2004-10-14 | 1 | -0/+5 |
* | show ogg subtitle language on OSD, if available | joey | 2004-09-28 | 1 | -0/+39 |
* | fix sub_select fiasco with global sub numbering. now multiple sub sources ca... | joey | 2004-09-28 | 1 | -0/+2 |
* | Do not use globals. Put the variables into the appropriate demuxer struct ins... | mosu | 2004-08-24 | 1 | -10/+34 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 1 | -1/+9 |
* | fixes a crash and unchecked string-handling in ENCA code. | reimar | 2004-07-28 | 1 | -1/+1 |
* | The granulepos does not depend on the number of channels, only on the sample ... | mosu | 2004-06-27 | 1 | -8/+15 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 | 1 | -1/+1 |
* | Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit... | mosu | 2004-05-07 | 1 | -28/+28 |
* | Be more verbose and tell the user which subtitle stream has been selected (if... | mosu | 2004-05-05 | 1 | -2/+4 |
* | Leave the subs uninitialized and not "forcefully off" if the user hasn't chos... | mosu | 2004-04-29 | 1 | -2/+5 |
* | 1000000000000l to bunkus | rfelker | 2004-04-23 | 1 | -4/+5 |
* | Clear subs in broken OGM files (those without empty subtitle packets) a bit l... | mosu | 2004-04-23 | 1 | -1/+1 |
* | Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ... | mosu | 2004-04-23 | 1 | -45/+98 |
* | Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ... | mosu | 2004-04-06 | 1 | -7/+18 |
* | Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and... | mosu | 2004-04-02 | 1 | -7/+86 |
* | Cleanup and small improvement in seeking if the final_granulepos is known. Pa... | mosu | 2004-01-31 | 1 | -11/+9 |
* | Properly set the file duration for audio-only Ogg files. Patch by Michael Beh... | mosu | 2004-01-06 | 1 | -0/+2 |
* | 1000l | alex | 2003-12-08 | 1 | -2/+2 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 | 1 | -1/+1 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 | 1 | -8/+48 |
* | Small format fixes. | mosu | 2003-11-15 | 1 | -2/+2 |
* | For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a... | mosu | 2003-11-15 | 1 | -2/+4 |
* | Clear subs a bit later than requested in order to avoid clearing the subs if ... | mosu | 2003-10-15 | 1 | -1/+1 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 | 1 | -0/+16 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | Do not automatically select a subtitle stream for display. | mosu | 2003-09-02 | 1 | -1/+0 |
* | Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>. | mosu | 2003-08-28 | 1 | -1/+4 |
* | Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz> | alex | 2003-08-18 | 1 | -1/+7 |
* | Spelling police: | diego | 2003-08-14 | 1 | -1/+1 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -6/+6 |
* | A little hack to be able to play ogg radio stream | albeu | 2003-07-02 | 1 | -2/+12 |
* | Preliminary Theora support. Patch by David Kuehling. | mosu | 2003-05-11 | 1 | -25/+128 |
* | 100l... ogg-in-avi (type 0xFFFE) fix | arpi | 2003-01-29 | 1 | -6/+7 |
* | mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p... | mosu | 2003-01-05 | 1 | -7/+6 |
* | mosu: subtitles will be cleared after their life time as given in the packet'... | mosu | 2003-01-04 | 1 | -4/+33 |
* | bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w... | mosu | 2002-12-30 | 1 | -2/+9 |
* | This patch adds a call to subcp_recode1(), so this subtitles too are | arpi | 2002-12-28 | 1 | -0/+11 |
* | Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c | rguyom | 2002-12-05 | 1 | -0/+1 |
* | Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c | rguyom | 2002-12-05 | 1 | -0/+4 |
* | Add Tremor (an integer-only Vorbis decoder) support. | rguyom | 2002-12-04 | 1 | -0/+5 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+5 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -4/+4 |
* | endianess independency (using get int 16/32/64 func instead of typecasting po... | arpi | 2002-10-22 | 1 | -24/+75 |
* | memleak fix | arpi | 2002-10-16 | 1 | -0/+1 |
* | removed dummy OGG functions - use #ifdef instead | arpi | 2002-09-15 | 1 | -22/+1 |
* | The granule position of pages contining Vorbis audio is in units of | arpi | 2002-09-14 | 1 | -2/+2 |
* | fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar... | alex | 2002-08-28 | 1 | -2/+2 |
* | ogg (.ogm) text subtitles support | arpi | 2002-08-14 | 1 | -4/+81 |
* | ogm audio format id is in hex, not dec | arpi | 2002-07-30 | 1 | -1/+1 |
* | 10L bugfix | albeu | 2002-05-23 | 1 | -2/+4 |
* | a/v stream selection - patch by alexander.werth@gmx.de | arpi | 2002-05-19 | 1 | -4/+4 |
* | Uninit added | albeu | 2002-04-24 | 1 | -0/+18 |
* | Add seeking without index (still not perfect). Use -forceidx for the | albeu | 2002-04-24 | 1 | -50/+83 |
* | Seeking implemented | albeu | 2002-04-20 | 1 | -42/+269 |
* | argh, some samples sue new header chunks - fixed | arpi | 2002-03-31 | 1 | -1/+5 |
* | BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds) | arpi | 2002-03-31 | 1 | -4/+9 |
* | fixed 10l bug: using ds instead of dp, and adding some debug prints | arpi | 2002-03-31 | 1 | -3/+10 |
* | Initial ogg demuxer. No seeking, a/v sync is broken. Support avi | albeu | 2002-03-16 | 1 | -0/+597 |