| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed possible uint8 overflow; assign progid to the newly created pmt | nicodvb | 2005-11-06 | 1 | -7/+9 |
* | more precise seeking based on calculated average video bitrate; works quite w... | nicodvb | 2005-10-31 | 1 | -6/+49 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -3/+0 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -5/+5 |
* | Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728" | gpoirier | 2005-08-23 | 1 | -0/+3 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -7/+27 |
* | pass along audio extradata if present | nicodvb | 2005-06-06 | 1 | -0/+7 |
* | set width, height and biCompression when the video stream contains avc1; reus... | nicodvb | 2005-04-09 | 1 | -13/+65 |
* | obvious gcc warning fix, approved by Nico | rathann | 2005-04-08 | 1 | -2/+2 |
* | allocate and fill extradata field for video_avc (raw nal units, extradata con... | nicodvb | 2005-04-03 | 1 | -52/+149 |
* | wrong binary operator | nicodvb | 2005-03-23 | 1 | -1/+1 |
* | consider parse random_access_point from the adaption_field to determine if th... | nicodvb | 2005-03-23 | 1 | -28/+25 |
* | SL payloads are pushed to audio and video fifo only when they are flagged wit... | nicodvb | 2005-03-22 | 1 | -7/+27 |
* | initial support for SL packetized data, with certain limitations; partly rewo... | nicodvb | 2005-03-20 | 1 | -177/+829 |
* | 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c... | nicodvb | 2005-02-25 | 1 | -16/+35 |
* | replaced bzero() with memset(); stream_type 0x0f is AAC | nicodvb | 2005-01-22 | 1 | -13/+4 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+16 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -7/+12 |
* | added support for 192 packet size, remove junk data after 188 bytes. Patch by... | nicodvb | 2004-11-20 | 1 | -10/+28 |
* | added language identifier (if any) to the caller during probing phase | nicodvb | 2004-11-15 | 1 | -0/+11 |
* | removed dependency on liba52 | nicodvb | 2004-10-11 | 1 | -7/+39 |
* | fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy... | nicodvb | 2004-10-07 | 1 | -0/+2 |
* | fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev... | reimar | 2004-10-07 | 1 | -0/+4 |
* | small fixes | rathann | 2004-08-28 | 1 | -3/+3 |
* | added support for ac3 in non-pes aligned private1 streams; removed useless an... | nicodvb | 2004-06-18 | 1 | -71/+131 |
* | removed unused and commented code; audio is pushed synchronously (reported to... | nicodvb | 2004-05-31 | 1 | -26/+18 |
* | fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t... | nicodvb | 2004-03-20 | 1 | -21/+35 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 1 | -0/+1 |
* | big demux_ts fix from Nico <nsabbi@libero.it> | attila | 2003-10-20 | 1 | -316/+715 |
* | Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by ... | mosu | 2003-09-08 | 1 | -1/+1 |
* | serious bugs - 1l absinth (changed to absinth against cola inflation) | alex | 2003-08-31 | 1 | -1/+1 |
* | - seek() is always synchronized to keyframes, so the decoders don't | arpi | 2003-08-24 | 1 | -160/+981 |
* | fix one missing #include, one missing extern and one 10l error. | rathann | 2003-06-19 | 1 | -0/+1 |
* | - discard soon non TS files (previously it took too long, as in the case | arpi | 2003-06-08 | 1 | -19/+41 |
* | - open new_ds_[audio | video] only when the relative streams are really avail... | arpi | 2003-06-07 | 1 | -598/+632 |
* | warning fixes by Dominik | alex | 2003-06-03 | 1 | -1/+1 |
* | fully reworked by Nico <nsabbi@libero.it> | alex | 2003-04-28 | 1 | -245/+216 |
* | wrong assignment of codec, patch by nsabbi@libero.it | alex | 2003-03-21 | 1 | -1/+1 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -0/+903 |