aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* override codec tag for pcm s32le and s32be, used in movGravatar bcoudurier2009-04-02
* Add config.h #include, necessary for HAVE_MALLOC_H check.Gravatar diego2009-04-01
* Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...Gravatar reimar2009-04-01
* override lavf tag for pcm s24le, mov uses the same for s24beGravatar bcoudurier2009-03-30
* Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isGravatar reimar2009-03-29
* Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERGravatar reimar2009-03-27
* map jls (jpeg-ls), thm and db (thumbnails) files to jpgGravatar compn2009-03-21
* Get rid of DEMUXER_TYPE_NUV define, it is no longer used.Gravatar reimar2009-03-09
* Get rid of nuppelvideo.h and its ugly packed struct and instead write theGravatar reimar2009-03-09
* Remove now unused parts of nuppelvideo.hGravatar reimar2009-03-09
* Remove native nuv demuxer, it only needs more code to achieve the same thingGravatar reimar2009-03-09
* Remove unused variable from demux_mov.Gravatar reimar2009-03-08
* Fix mp_msg call with too few arguments.Gravatar reimar2009-03-04
* Be more robust against corrupted RM files that contain invalid packet lengthGravatar zuxy2009-02-19
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Fix a regression caused by r17933; RealMedia index tables could never be prin...Gravatar zuxy2009-02-15
* Support seek in multirate RealMedia files.Gravatar zuxy2009-02-15
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Fix a couple of unused variable warnings through the av_unused attribute.Gravatar diego2009-02-07
* Convert CONFIG_ZLIB into a 0/1 option.Gravatar diego2009-02-07
* Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* increase max subtitle stream limitGravatar compn2009-01-28
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16