aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* cosmetic changes (defines will be used later in other parts of the code)Gravatar ben2006-06-21
* better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)Gravatar ben2006-06-21
* support for audio stream switchingGravatar nicodvb2006-06-20
* fix a buffer overflow causing a segfaultGravatar aurel2006-06-20
* Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...Gravatar nicodvb2006-06-19
* feed any audio track present in the mux; switch to any of the available audio...Gravatar nicodvb2006-06-19
* try to reduce the distance between consecutive frames with pts to no more tha...Gravatar nicodvb2006-06-18
* prevent buffer overflow in the STD; simplified fill_packet() (moving part of ...Gravatar nicodvb2006-06-18
* Fix crash with all audio-only ogg files, the vorbis_info struct is notGravatar reimar2006-06-17
* removed old dvdnav codeGravatar nicodvb2006-06-16
* reduced standard verbosity and changed output messages to more uniform descri...Gravatar nicodvb2006-06-14
* workaround: at every read update demux->movi_end with stream->end_pos; needed...Gravatar nicodvb2006-06-14
* restored support for dvdnav only in the stream layer; all other functionaliti...Gravatar nicodvb2006-06-14
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Remove extern declaration for free_sh_audio() that is both unused andGravatar uau2006-06-14
* 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