aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* support for audio stream switchingGravatar nicodvb2006-06-12
* include stream_dvd's interface from libmpdemux/stream_dvd.hGravatar nicodvb2006-06-11
* moved stream_dvd's interface to stream_dvd.hGravatar nicodvb2006-06-11
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec...Gravatar nicodvb2006-06-11
* Protect SIZE_MAX useGravatar rtogni2006-06-09
* Fix declaration mixed in among statements in the recent dvr-ms codeGravatar pacman2006-06-09
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other...Gravatar nicodvb2006-06-09
* support for vorbis in mp4/movGravatar nicodvb2006-06-09
* decoderConfigLen can be larger than 255 bytesGravatar nicodvb2006-06-09
* first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1Gravatar nicodvb2006-06-07
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"Gravatar pacman2006-06-06
* Fix a few minor spelling errors in comments.Gravatar corey2006-06-05
* Disable unsecure dumping of generic track with -v -v -vGravatar rtogni2006-06-05
* support for dts (identified only by the PMT, not from the bitstream)Gravatar nicodvb2006-06-04
* fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't...Gravatar nicodvb2006-06-04
* one more a52 descriptor (dvb impl., untested)Gravatar nicodvb2006-06-04
* configurable tuning timeoutGravatar nicodvb2006-06-04
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* metadata supportGravatar michael2006-05-30
* psm longer than 1018 bytes is not allowed, thus invalidGravatar nicodvb2006-05-18
* Fix:Gravatar rathann2006-05-14
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...Gravatar gpoirier2006-05-14
* Fix some potential integer overflow in memory allocation (mot of theseGravatar rtognimp2006-05-14
* missing argument for mp_msg, fixes:Gravatar rathann2006-05-13
* where necesary, replaced all realloc() with realloc_struct() to prevent int o...Gravatar nicodvb2006-05-13
* when searching ac3 in unqualified pes_private1 streams there's no need to sca...Gravatar nicodvb2006-05-13
* prevent memleakGravatar nicodvb2006-05-13
* unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr...Gravatar nicodvb2006-05-13
* accidentally committed this overflow fix with the declaration fix before.Gravatar rfelker2006-05-13
* posix compliance, dont use ancient legacy nameGravatar rfelker2006-05-13
* 10^100l c++ declarationsGravatar rfelker2006-05-13
* allocate correct extradata sizeGravatar nicodvb2006-05-12
* raised max extradata size and refuse to store more than the limitGravatar nicodvb2006-05-12
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...Gravatar nicodvb2006-05-12
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...Gravatar nicodvb2006-05-12
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...Gravatar nicodvb2006-05-10
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...Gravatar nicodvb2006-05-10
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cGravatar nicodvb2006-05-07
* support for vfps OGM filesGravatar diego2006-05-06
* Fix calculation of stream sizes when they are too big for a 32-bit variableGravatar pacman2006-05-06
* fixed %d->PRIu64 in read_mpeg_timestamp()Gravatar nicodvb2006-05-03
* stream_read_word() returns _unsigned_ intGravatar nicodvb2006-05-03
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...Gravatar nicodvb2006-05-03
* 100000l to the fools who don't know CGravatar rfelker2006-05-01
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.Gravatar diego2006-04-24
* removed more unused stuffGravatar nicodvb2006-04-24