| Commit message (Expand) | Author | Age |
* | support for audio stream switching | nicodvb | 2006-06-12 |
* | include stream_dvd's interface from libmpdemux/stream_dvd.h | nicodvb | 2006-06-11 |
* | moved stream_dvd's interface to stream_dvd.h | nicodvb | 2006-06-11 |
* | now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec... | nicodvb | 2006-06-11 |
* | Protect SIZE_MAX use | rtogni | 2006-06-09 |
* | Fix declaration mixed in among statements in the recent dvr-ms code | pacman | 2006-06-09 |
* | moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other... | nicodvb | 2006-06-09 |
* | support for vorbis in mp4/mov | nicodvb | 2006-06-09 |
* | decoderConfigLen can be larger than 255 bytes | nicodvb | 2006-06-09 |
* | first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1 | nicodvb | 2006-06-07 |
* | Patch from John Donaghy: "fix for audio and video in dvr-ms asf files" | pacman | 2006-06-06 |
* | Fix a few minor spelling errors in comments. | corey | 2006-06-05 |
* | Disable unsecure dumping of generic track with -v -v -v | rtogni | 2006-06-05 |
* | 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 |
* | configurable tuning timeout | nicodvb | 2006-06-04 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | metadata support | michael | 2006-05-30 |
* | psm longer than 1018 bytes is not allowed, thus invalid | nicodvb | 2006-05-18 |
* | Fix: | rathann | 2006-05-14 |
* | fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa... | gpoirier | 2006-05-14 |
* | Fix some potential integer overflow in memory allocation (mot of these | rtognimp | 2006-05-14 |
* | missing argument for mp_msg, fixes: | rathann | 2006-05-13 |
* | 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 |
* | prevent memleak | nicodvb | 2006-05-13 |
* | unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr... | nicodvb | 2006-05-13 |
* | accidentally committed this overflow fix with the declaration fix before. | rfelker | 2006-05-13 |
* | posix compliance, dont use ancient legacy name | rfelker | 2006-05-13 |
* | 10^100l c++ declarations | rfelker | 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 |
* | Fix potential integer overflows in memory allocation. Patch by Reimar and me,... | rtognimp | 2006-05-11 |
* | unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ... | nicodvb | 2006-05-10 |
* | moved code to set aspect ratio for mpeg12 away from video.c and into decoder ... | nicodvb | 2006-05-10 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 |
* | COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c | nicodvb | 2006-05-07 |
* | support for vfps OGM files | diego | 2006-05-06 |
* | Fix calculation of stream sizes when they are too big for a 32-bit variable | pacman | 2006-05-06 |
* | fixed %d->PRIu64 in read_mpeg_timestamp() | nicodvb | 2006-05-03 |
* | stream_read_word() returns _unsigned_ int | nicodvb | 2006-05-03 |
* | in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a... | nicodvb | 2006-05-03 |
* | 100000l to the fools who don't know C | rfelker | 2006-05-01 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 |
* | Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv. | diego | 2006-04-24 |
* | removed more unused stuff | nicodvb | 2006-04-24 |