aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* demux_mkv.c: Make some time arithmetic more preciseGravatar Uoti Urpala2009-07-10
* demux_mkv: Round more seeks to "backwards" keyframesGravatar Uoti Urpala2009-07-09
* demux_mkv: Make seeks more precise in some casesGravatar Uoti Urpala2009-07-09
* Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * 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
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add prototype for mp_a52_framesize().Gravatar diego2009-05-05
* | demux_lavf: Make absolute seek time 0-based instead of file startGravatar Uoti Urpala2009-04-24
* | stheader.h: Allow inclusion before demuxer.hGravatar Uoti Urpala2009-04-19
| * libavformat is now the default for mov, update extension.c to match this.Gravatar reimar2009-04-15
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
* \ \ Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
| | * Support chapter seeking with ordered chaptersGravatar Uoti Urpala2009-04-02
| | * Change demuxer_seek_chapter() parametersGravatar Uoti Urpala2009-04-02
| | * demux_mkv: Remove first_tc and stop_timecodeGravatar Uoti Urpala2009-04-02
| | * demux_mkv: Adjust seeks a bit to catch inexact keyframe matchesGravatar Uoti Urpala2009-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
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-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
| | * Add improved relative seek modeGravatar Uoti Urpala2009-03-24
| | * demux_mkv: Parse ordered chapter informationGravatar Uoti Urpala2009-03-22
| * | map jls (jpeg-ls), thm and db (thumbnails) files to jpgGravatar compn2009-03-21