| Commit message (Expand) | Author | Age | Files | Lines |
* | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -2/+3 |
* | demux_ty: disable -subcc functionality (demux_ty_osd) | Uoti Urpala | 2011-03-24 | 1 | -0/+4 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | | demux_ty: fix "seek to negative position" warning | Uoti Urpala | 2011-01-21 | 1 | -0/+1 |
|/ |
|
* | demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame() | diego | 2010-11-02 | 1 | -1/+1 |
* | demux_ty: Cleanup some code, possibly fix vstream support (untested) | reimar | 2010-11-02 | 1 | -7/+3 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\ |
|
| * | Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations. | diego | 2010-02-17 | 1 | -1/+1 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -1/+2 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -1/+2 |
|\| |
|
| * | Move 128kB buffer from stack to demuxer context. | reimar | 2009-11-20 | 1 | -1/+2 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -1/+1 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -1/+1 |
|/ |
|
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -9/+9 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Avoid one more code duplication | reimar | 2007-09-15 | 1 | -17/+3 |
* | get rid of pointless size parameter for tmf_load_chunk | reimar | 2007-09-15 | 1 | -8/+6 |
* | Avoid using demux->stream->end_pos, it rarely does any good. | reimar | 2007-09-15 | 1 | -3/+0 |
* | Slightly simplify IsValidAudioPacket | reimar | 2007-09-15 | 1 | -3/+0 |
* | Simplify another two ifs into one | reimar | 2007-09-15 | 1 | -7/+1 |
* | Make one mp_msg call out of 3 | reimar | 2007-09-15 | 1 | -17/+5 |
* | Simpler and more robust tar parsing | reimar | 2007-09-15 | 1 | -26/+10 |
* | Get rid of bloated ty_extension function | reimar | 2007-09-15 | 1 | -11/+3 |
* | Do not uselessly name structs | reimar | 2007-09-15 | 1 | -2/+2 |
* | Remove another variable and reorder to avoid wasting space due to alignment | reimar | 2007-09-15 | 1 | -5/+2 |
* | PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -1/+1 |
* | Remove now useless parameters from demux_ty_CopyToDemuxPacket | reimar | 2007-09-15 | 1 | -6/+4 |
* | Remove more unused code and variables | reimar | 2007-09-15 | 1 | -10/+0 |
* | cosmetics: Fix typo in function name. | diego | 2007-09-15 | 1 | -2/+2 |
* | live recordings can contain 0-size type 0 chunks, ignore them instead | reimar | 2007-09-14 | 1 | -1/+1 |
* | Move some more variable declarations | reimar | 2007-09-14 | 1 | -6/+6 |
* | Remove tabs and trailing whitespace | reimar | 2007-09-14 | 1 | -124/+124 |
* | A few more useless () | reimar | 2007-09-14 | 1 | -4/+4 |
* | Minor simplifications | reimar | 2007-09-14 | 1 | -4/+4 |
* | Further simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -11/+11 |
* | Optimize demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -8/+9 |
* | Remove some commented-out debugging code | reimar | 2007-09-14 | 1 | -29/+2 |
* | Fix demux_ty_FindESHeader so it won't overread | reimar | 2007-09-14 | 1 | -1/+1 |
* | Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -32/+10 |
* | Remove unused demux_ty_FindESPacket parameter | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify demux_ty_FindESHeader | reimar | 2007-09-14 | 1 | -12/+7 |
* | Move variable declarations into the block where they are used | reimar | 2007-09-14 | 1 | -19/+10 |
* | Another piece of duplicate code | reimar | 2007-09-14 | 1 | -13/+2 |
* | Avoid a big piece of duplicated code | reimar | 2007-09-14 | 1 | -52/+7 |
* | Get rid of more code duplication | reimar | 2007-09-14 | 1 | -35/+6 |
* | Simplify XDS handling | reimar | 2007-09-14 | 1 | -12/+5 |
* | Reduce code duplication | reimar | 2007-09-14 | 1 | -21/+2 |
* | Greatly simplify IsValidAudioPacket, though this might break something | reimar | 2007-09-14 | 1 | -30/+2 |
* | Simplify IsValidAudioPacket | reimar | 2007-09-14 | 1 | -9/+2 |
* | Do not misuse a_streams for private info, demuxer->priv is for that! | reimar | 2007-09-14 | 1 | -22/+7 |
* | Use AV_RB24 | reimar | 2007-09-14 | 1 | -1/+1 |
* | get rid of pointless pesFileId variables | reimar | 2007-09-14 | 1 | -19/+3 |
* | Simplify AV_RB32 / 256 -> AV_RB24 | reimar | 2007-09-14 | 1 | -2/+1 |
* | Use AV_RB32 instead of tivobuffer2hostlong | reimar | 2007-09-14 | 1 | -12/+6 |
* | Yet more cosmetics | reimar | 2007-09-14 | 1 | -23/+5 |
* | Move timestamps to int64_t and use MP_NOPTS_VALUE | reimar | 2007-09-14 | 1 | -29/+15 |
* | Demuxers are _not_ supposed to set ds->pts! | reimar | 2007-09-14 | 1 | -1/+0 |
* | Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp) | reimar | 2007-09-14 | 1 | -15/+11 |
* | Another ty simplification | reimar | 2007-09-14 | 1 | -8/+2 |
* | Remove unused variable | reimar | 2007-09-14 | 1 | -1/+0 |
* | tmf_totalsize is not used either, remove it | reimar | 2007-09-14 | 1 | -7/+0 |
* | More simplifications | reimar | 2007-09-14 | 1 | -13/+4 |
* | Get rid of some quite pointless variables | reimar | 2007-09-14 | 1 | -18/+2 |
* | Move boundary check before use! | reimar | 2007-09-14 | 1 | -2/+4 |
* | Remove unused tmf_totalchunks | reimar | 2007-09-14 | 1 | -8/+0 |
* | Simplify EOF handling | reimar | 2007-09-14 | 1 | -10/+4 |
* | Simplify tmf_filetooffset | reimar | 2007-09-14 | 1 | -21/+9 |
* | Small simplifications | reimar | 2007-09-14 | 1 | -7/+4 |
* | 10l, placed terminating 0 at the wrong place. | reimar | 2007-09-14 | 1 | -1/+1 |
* | Avoid strlcpy, tar headers already have space to ensure 0-termination | reimar | 2007-09-14 | 1 | -4/+6 |
* | Do not ignore last chunk in .tmf files, it will cause part of the file to be | reimar | 2007-09-14 | 1 | -3/+1 |
* | Cosmetics: remove lots of useless () and {}. | reimar | 2007-09-14 | 1 | -151/+85 |
* | Use CHUNKSIZE define in a few more places | reimar | 2007-09-14 | 1 | -2/+2 |
* | Simplify ty_extensionis | reimar | 2007-09-14 | 1 | -8/+5 |
* | Make demux_ty internal functions static | reimar | 2007-09-14 | 1 | -5/+5 |
* | Use strtol instead of horribly suboptimal ty_octaltodecimal | reimar | 2007-09-14 | 1 | -21/+1 |
* | Replace constant by appropriate define | reimar | 2007-09-13 | 1 | -1/+1 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -2/+3 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+0 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV... | reimar | 2006-10-10 | 1 | -3/+3 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -2/+0 |
* | name array is too small, use strlcpy instead of strncpy | reimar | 2006-03-08 | 1 | -3/+3 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -9/+9 |
* | make demuxer seek and close functions return void, patch by Dominik Mierzejewski | wanderer | 2005-12-11 | 1 | -2/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -2/+0 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -10/+10 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -2/+2 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -3/+44 |
* | a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork. | joey | 2005-05-28 | 1 | -95/+413 |
* | fix audio init crash | joey | 2005-05-28 | 1 | -1/+11 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -5/+0 |
* | embarassing typo | diego | 2004-07-19 | 1 | -1/+1 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -2/+2 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -0/+1056 |