| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -1/+0 |
* | slight simplification in demux_control_ts: no need to check *arg with last_{a... | nicodvb | 2006-11-20 | 1 | -1/+1 |
* | in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical) | nicodvb | 2006-11-19 | 1 | -79/+33 |
* | during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x' | nicodvb | 2006-11-19 | 1 | -6/+20 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM | nicodvb | 2006-11-18 | 1 | -0/+85 |
* | COSMETICS: reformatted | nicodvb | 2006-11-16 | 1 | -4/+4 |
* | restored circular looping when changing audio and video stream (previously br... | nicodvb | 2006-11-16 | 1 | -2/+6 |
* | reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO | nicodvb | 2006-11-16 | 1 | -0/+2 |
* | implemented DEMUXER_CTRL_SWITCH_VIDEO | nicodvb | 2006-11-16 | 1 | -1/+75 |
* | a previous commit introduced a bug that prevented tables | nicodvb | 2006-10-29 | 1 | -8/+4 |
* | simplified assignment of subtitles stream in ts_parse() | nicodvb | 2006-10-29 | 1 | -14/+4 |
* | handle broken ts packets before parsing the rest | nicodvb | 2006-10-29 | 1 | -23/+16 |
* | cosmetics: reformatted after previous commit | nicodvb | 2006-10-29 | 1 | -8/+8 |
* | 1000l: fixed broken handling of the adaption field - part 2 | nicodvb | 2006-10-29 | 1 | -1/+11 |
* | fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ... | nicodvb | 2006-10-29 | 1 | -3/+3 |
* | ts_parse() move section handling after stream_read() rather than repeating it | nicodvb | 2006-10-29 | 1 | -49/+41 |
* | removed useless check: when is_start is set the size of the payload | nicodvb | 2006-10-28 | 1 | -6/+0 |
* | in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner | nicodvb | 2006-10-28 | 1 | -31/+23 |
* | readability cosmetics | nicodvb | 2006-10-28 | 1 | -3/+1 |
* | unconditionally assign the language code when available; | nicodvb | 2006-10-28 | 1 | -14/+13 |
* | reformatted ts_parse() after previous commit | nicodvb | 2006-10-28 | 1 | -34/+34 |
* | removed unreachable code (when len=pes_parse2() returns 0) | nicodvb | 2006-10-28 | 1 | -25/+2 |
* | 10l: fixed misplaced adaption field check | nicodvb | 2006-10-28 | 1 | -6/+6 |
* | removed commented crc32 code; I'll eventualy reuse the one in lavu | nicodvb | 2006-10-28 | 1 | -16/+0 |
* | slight simplifications | nicodvb | 2006-10-28 | 1 | -19/+11 |
* | fixed corner case previously mishandled: don't play an audio only stream when | nicodvb | 2006-10-17 | 1 | -1/+3 |
* | during stream detection always parse ts_probesize bytes (even with -nosound s... | nicodvb | 2006-10-15 | 1 | -6/+0 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -6/+3 |
* | don't try to autodetect aac in pes packets (the detection is prone to give wr... | nicodvb | 2006-08-26 | 1 | -17/+2 |
* | reduced standard verbosity and changed output messages to more uniform descri... | nicodvb | 2006-06-14 | 1 | -13/+13 |
* | support for audio stream switching | nicodvb | 2006-06-12 | 1 | -3/+98 |
* | support for dts (identified only by the PMT, not from the bitstream) | nicodvb | 2006-06-04 | 1 | -1/+11 |
* | fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't... | nicodvb | 2006-06-04 | 1 | -1/+1 |
* | one more a52 descriptor (dvb impl., untested) | nicodvb | 2006-06-04 | 1 | -1/+1 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -7/+0 |
* | where necesary, replaced all realloc() with realloc_struct() to prevent int o... | nicodvb | 2006-05-13 | 1 | -4/+14 |
* | when searching ac3 in unqualified pes_private1 streams there's no need to sca... | nicodvb | 2006-05-13 | 1 | -0/+3 |
* | allocate correct extradata size | nicodvb | 2006-05-12 | 1 | -1/+1 |
* | raised max extradata size and refuse to store more than the limit | nicodvb | 2006-05-12 | 1 | -1/+7 |
* | don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE... | nicodvb | 2006-05-12 | 1 | -2/+4 |
* | search ac3 in dvd substream only if pes_aligned flag is set in the pes header... | nicodvb | 2006-05-12 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -14/+7 |
* | segfault fix: assign param->apid (that is the audio id found) when inexistent... | nicodvb | 2006-04-05 | 1 | -0/+1 |
* | init variable in parse_mp4_object_descriptor before using it; fixes cid 237 | nicodvb | 2006-03-11 | 1 | -0/+1 |
* | print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track... | nicodvb | 2006-03-04 | 1 | -2/+4 |
* | 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 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 | 1 | -3/+6 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 1 | -1/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | 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 |