| Commit message (Expand) | Author | Age |
* | reduced standard verbosity and changed output messages to more uniform descri... | nicodvb | 2006-06-14 |
* | support for audio stream switching | nicodvb | 2006-06-12 |
* | support for dts (identified only by the PMT, not from the bitstream) | nicodvb | 2006-06-04 |
* | fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't... | nicodvb | 2006-06-04 |
* | one more a52 descriptor (dvb impl., untested) | nicodvb | 2006-06-04 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 |
* | where necesary, replaced all realloc() with realloc_struct() to prevent int o... | nicodvb | 2006-05-13 |
* | when searching ac3 in unqualified pes_private1 streams there's no need to sca... | nicodvb | 2006-05-13 |
* | allocate correct extradata size | nicodvb | 2006-05-12 |
* | raised max extradata size and refuse to store more than the limit | nicodvb | 2006-05-12 |
* | don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE... | nicodvb | 2006-05-12 |
* | search ac3 in dvd substream only if pes_aligned flag is set in the pes header... | nicodvb | 2006-05-12 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | segfault fix: assign param->apid (that is the audio id found) when inexistent... | nicodvb | 2006-04-05 |
* | init variable in parse_mp4_object_descriptor before using it; fixes cid 237 | nicodvb | 2006-03-11 |
* | print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track... | nicodvb | 2006-03-04 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | fixed possible uint8 overflow; assign progid to the newly created pmt | nicodvb | 2005-11-06 |
* | more precise seeking based on calculated average video bitrate; works quite w... | nicodvb | 2005-10-31 |
* | 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 |
* | Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728" | gpoirier | 2005-08-23 |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | pass along audio extradata if present | nicodvb | 2005-06-06 |
* | set width, height and biCompression when the video stream contains avc1; reus... | nicodvb | 2005-04-09 |
* | obvious gcc warning fix, approved by Nico | rathann | 2005-04-08 |
* | allocate and fill extradata field for video_avc (raw nal units, extradata con... | nicodvb | 2005-04-03 |
* | wrong binary operator | nicodvb | 2005-03-23 |
* | consider parse random_access_point from the adaption_field to determine if th... | nicodvb | 2005-03-23 |
* | SL payloads are pushed to audio and video fifo only when they are flagged wit... | nicodvb | 2005-03-22 |
* | initial support for SL packetized data, with certain limitations; partly rewo... | nicodvb | 2005-03-20 |
* | 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c... | nicodvb | 2005-02-25 |
* | replaced bzero() with memset(); stream_type 0x0f is AAC | nicodvb | 2005-01-22 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 |
* | added support for 192 packet size, remove junk data after 188 bytes. Patch by... | nicodvb | 2004-11-20 |
* | added language identifier (if any) to the caller during probing phase | nicodvb | 2004-11-15 |
* | removed dependency on liba52 | nicodvb | 2004-10-11 |
* | fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy... | nicodvb | 2004-10-07 |
* | fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev... | reimar | 2004-10-07 |
* | small fixes | rathann | 2004-08-28 |
* | added support for ac3 in non-pes aligned private1 streams; removed useless an... | nicodvb | 2004-06-18 |
* | removed unused and commented code; audio is pushed synchronously (reported to... | nicodvb | 2004-05-31 |
* | fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t... | nicodvb | 2004-03-20 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 |