aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* Fix AAC in MPEG transport stream for -demuxer lavf.Gravatar cehoyos2009-08-31
* cosmetics: alphabetically order listsGravatar diego2009-08-31
* Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect thatGravatar cehoyos2009-08-30
* Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.Gravatar cehoyos2009-08-30
* Use mp_wav_override_taglists for both audio and video.Gravatar cehoyos2009-08-30
* Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.Gravatar cehoyos2009-08-30
* Support PCM in Bluray streams.Gravatar cehoyos2009-08-30
* Reuse ds_get_packet in ds_get_packet_ptsGravatar reimar2009-08-23
* Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
* Fix incompatible pointer types warning, also seems to fix mis-compilation wit...Gravatar reimar2009-08-17
* Fix 100l broken flag check found due to compiler warning.Gravatar reimar2009-08-17
* Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notGravatar reimar2009-08-17
* Get rid of rawaudio control code again that only duplicates the fallback code inGravatar reimar2009-08-17
* Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
* Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case theGravatar reimar2009-08-16
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forGravatar reimar2009-08-16
* Add Dolby TrueHD support for mkv demuxer.Gravatar cehoyos2009-08-13
* Fix possible double-free.Gravatar cehoyos2009-08-12
* Use new libavformat metadata API.Gravatar greg2009-08-11
* Make *avcctx AVCodecContext instead of void.Gravatar cehoyos2009-08-11
* Fix H.264 SPS parsing in case of scaling list present.Gravatar cehoyos2009-08-11
* Fix a crash when playing some H264 over rtsp streams: Do pass anGravatar cehoyos2009-08-11
* Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overGravatar cehoyos2009-08-11
* Allow dpx image files as input.Gravatar cehoyos2009-08-11
* Fix QT RLE in X-QT via rtsp://.Gravatar cehoyos2009-08-05
* handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)Gravatar nicodvb2009-07-30
* added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patchGravatar nicodvb2009-07-30
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Print information about chapters with -identify.Gravatar reimar2009-06-28
* AVStream.language is deprecated, switch to av_get_metadata instead.Gravatar reimar2009-06-24
* Move allocation to avoid a possible memleak if new_sh_audio fails.Gravatar reimar2009-06-24
* Remove pointless stream count checks, new_sh_* already checks for that.Gravatar reimar2009-06-24
* Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontendsGravatar reimar2009-06-24
* Fix compilation: codec_wav_tags/codec_bmp_tags were renamed toGravatar reimar2009-06-23
* Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.Gravatar reimar2009-06-23
* Initialize es->lang to ensure a previous value does not get misattributedGravatar reimar2009-06-23
* Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are alreadyGravatar reimar2009-06-21
* TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...Gravatar reimar2009-06-21
* Add const where appropriate, also gets rid of a compiler warning.Gravatar reimar2009-06-01
* 100l, do not read probe buffer if it will not be used because a format was fo...Gravatar reimar2009-06-01
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a...Gravatar lu_zero2009-05-25
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
* chunk size = 0 is valid for DATA chunks (used in live streams), don't Gravatar rtogni2009-05-10
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Replace informal GPL license header by standard GPL header.Gravatar diego2009-05-08
* Replace informal LGPL header by standard LGPL license header.Gravatar diego2009-05-08
* Add prototype for mp_a52_framesize().Gravatar diego2009-05-05
* libavformat is now the default for mov, update extension.c to match this.Gravatar reimar2009-04-15