aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r29412Gravatar 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
| * 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
| * 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
* | demux_lavf: Make absolute seek time 0-based instead of file startGravatar Uoti Urpala2009-04-24
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
* \ \ Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\ \ \ | | |/ | |/|
| * | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re...Gravatar reimar2009-04-01
| | * Add improved relative seek modeGravatar Uoti Urpala2009-03-24
| |/ |/|
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r27688Gravatar Uoti Urpala2008-10-03
|\|
| * fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Make internal Matroska demuxer default againGravatar uau2008-09-09
| * revert r27551 which break much more things than it fixesGravatar aurel2008-09-09
| * Use internal demuxer for Matroska files for nowGravatar uau2008-09-08
| * Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
| * lavf: the subtitles display duration is stored in pkt.convergence_durationGravatar aurel2008-09-04
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * prefer libavformat to demux matroska filesGravatar aurel2008-08-26
| * cosmetics: indentationGravatar aurel2008-08-24
| * use new lavf API to grab sample_aspect_ratio from the demuxersGravatar aurel2008-08-24
| * demux_lavf: fix mp_seek behavior in case of seeking errorGravatar aurel2008-08-13
* | Merge svn changes up to r27281Gravatar Uoti Urpala2008-07-15
|\|
| * 1000l, fix demux_lavf compilationGravatar reimar2008-07-11
| * Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Chapter support for lavf demuxer.Gravatar reimar2008-06-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers with standard formatting.Gravatar diego2008-05-14
| * AVOption support for lavf demuxingGravatar michael2008-05-10
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
|/
* Prefer libavformat musepack demuxer over internal one (which does not even su...Gravatar reimar2008-04-16
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* Set correct codec tag for raw rgb in mov, fixesGravatar reimar2008-04-05
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Support switching to/from nosound in demux_lavf.Gravatar eugeni2008-02-29
* Don't select audio stream in lavf and mkv demuxers.Gravatar eugeni2008-02-29