log libmpdemux/demux_lavf.c @ 28722:5f24919c13ef

age author description
2009-01-17 cehoyos Fix compilation: s/ff_gcd/av_gcd.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-10-03 gpoirier fix compilation w/ FFmpeg r15533
2008-09-15 diego riff.h and avi.h are not needed, but avio.h is.
2008-09-09 uau Make internal Matroska demuxer default again
2008-09-09 aurel revert r27551 which break much more things than it fixes
2008-09-08 uau Use internal demuxer for Matroska files for now
2008-09-08 uau Fix compilation after libavcodec major version 52 changes
2008-09-04 aurel lavf: the subtitles display duration is stored in pkt.convergence_duration
2008-08-26 aurel prefer libavformat to demux matroska files
2008-08-24 aurel cosmetics: indentation
2008-08-24 aurel use new lavf API to grab sample_aspect_ratio from the demuxers
2008-08-13 aurel demux_lavf: fix mp_seek behavior in case of seeking error
2008-07-11 reimar 1000l, fix demux_lavf compilation
2008-07-11 reimar Correct stream-seekability tests in demux_audio and demux_lavf
2008-06-16 reimar Chapter support for lavf demuxer.
2008-05-14 diego Use standard license headers with standard formatting.
2008-05-10 michael AVOption support for lavf demuxing
2008-04-16 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
2008-04-09 albeu Split the lavf taglists out of the lavf muxer to allow using libmpmux
2008-04-05 reimar Set correct codec tag for raw rgb in mov, fixes
2008-03-30 eugeni Support 'default' attribute for audio and subtitle tracks.
2008-02-29 eugeni Support switching to/from nosound in demux_lavf.
2008-02-29 eugeni Don't select audio stream in lavf and mkv demuxers.
2008-02-29 eugeni Don't select subtitle track in lavf and mkv demuxers.
2008-02-29 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
2008-02-29 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-21 eugeni Fix r26032: wrong sub stream id assigned to dvdsub_id.
2008-02-19 eugeni Support -slang in lavf demuxer.
2008-02-06 reimar Add speex tag
2008-02-03 reimar Allow demuxers to choose a default value for correct_pts
2008-01-30 eugeni Add support for attachments in lavf demuxer.
2008-01-29 reimar Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
2008-01-29 reimar Use defines to give names to the different seek flags.
2008-01-28 reimar Support CODEC_ID_MOV_TEXT
2008-01-27 reimar Prefer lavf mov demuxer over our own, it should work better most of the time now.
2008-01-26 reimar 100l, inverted condition for AVSEEK_FLAG_BACKWARD
2008-01-26 reimar Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
2008-01-26 reimar Cosmetics: remove some trailing whitespace
2008-01-26 reimar Add QDM2 codec identifier
2008-01-26 reimar Partially support vobsub subtitles from lavf demuxers (palette support missing)
2008-01-20 rtogni Allow overriding the codec_tag for audio codecs, and always override
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2008-01-12 eugeni Add libass support to demux_lavf.
2007-12-22 reimar 100l, fix compilation.
2007-12-22 reimar Set is_streamed correctly, should make network playback work more reliably.
2007-12-22 reimar Get rid of URLProtocol mess (especially problematic since it made use
2007-12-02 reimar Make m_option_t arrays referenced by cfg-common.h const
2007-11-23 iive Bring (de)muxer_lavf up to date with the libavformat API changes introduced by FFmpeg commit r11071.
2007-11-20 kostya Musepack SV8 lavc decoder support
2007-10-30 diego Remove unused variable:
2007-10-27 nicodvb reindented previously modified code
2007-10-27 nicodvb implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
2007-10-27 nicodvb permit identification and selection of programs
2007-10-27 nicodvb permit the transititions no stream <-> some streams and viceversa (needed for forthcoming program switching patch)
2007-10-27 nicodvb moved to a new function handle_stream() the code to parse the streams and assign the demuxer_streams
2007-10-16 compn add nellymoser codec to mplayer with internal fourcc NELL
2007-10-14 reimar Add -lavfdopts cryptokey
2007-10-03 voroshil Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.