index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_lavf.c
Commit message (
Expand
)
Author
Age
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Add libass support to demux_lavf.
eugeni
2008-01-12
*
100l, fix compilation.
reimar
2007-12-22
*
Set is_streamed correctly, should make network playback work more reliably.
reimar
2007-12-22
*
Get rid of URLProtocol mess (especially problematic since it made use
reimar
2007-12-22
*
Make m_option_t arrays referenced by cfg-common.h const
reimar
2007-12-02
*
Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...
iive
2007-11-23
*
Musepack SV8 lavc decoder support
kostya
2007-11-20
*
Remove unused variable:
diego
2007-10-30
*
reindented previously modified code
nicodvb
2007-10-27
*
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
nicodvb
2007-10-27
*
permit identification and selection of programs
nicodvb
2007-10-27
*
permit the transititions no stream <-> some streams and viceversa (needed for...
nicodvb
2007-10-27
*
moved to a new function handle_stream() the code to parse the streams and ass...
nicodvb
2007-10-27
*
add nellymoser codec to mplayer with internal fourcc NELL
compn
2007-10-16
*
Add -lavfdopts cryptokey
reimar
2007-10-14
*
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...
voroshil
2007-10-03
*
AMV demuxer and audio/video decoder
voroshil
2007-09-30
*
analyzeduration option for lavf demuxer
henry
2007-09-29
*
remove useless int->double conversion
henry
2007-09-29
*
fix warnings
henry
2007-09-29
*
reverted useless r24539
ben
2007-09-15
*
added monkey audio fourcc in wave header
ben
2007-09-15
*
Add support for cook audio (though most .rm files don't work with lavf
reimar
2007-09-15
*
Add nuv codec tag mapping
reimar
2007-09-09
*
Mark lavfpref demuxer as safe, so it that it is actually used for e.g.
reimar
2007-09-09
*
We can support SEEK_END seeks only when stream->end_pos is known
reimar
2007-08-20
*
Add support for AVSEEK_SIZE in demux_lavf
reimar
2007-08-20
*
Do not seek to an invalid position.
reimar
2007-08-19
*
add support for subtitles thru lavf
aurel
2007-07-13
*
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronte...
compn
2007-05-10
*
Add support for Bethesda Software VID video.
diego
2007-04-25
*
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...
nicodvb
2007-04-20
*
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
reimar
2007-04-16
*
Use lavf_preferred mechanism to replace more extension-based detection hacks
reimar
2007-04-14
*
Add lavf_preferred demuxer for lavf formats we want to be probed
reimar
2007-04-14
*
support for C93 video
diego
2007-04-07
*
support for THP ADPCM audio
diego
2007-04-07
*
Add support for the THP game format.
diego
2007-04-01
*
add fourcc for dxa files, approved by diego
compn
2007-03-17
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
when seeking consider stream->start_pos instead of 0 as initial position; pat...
nicodvb
2007-03-04
*
dont set 0 nBlockAlign
michael
2007-02-20
*
Support selecting a specific lavf demuxer and listing available ones via -lav...
reimar
2007-02-06
*
Support 16bit bigendian PCM audio from libavformat
reimar
2007-01-30
*
Remove ff_gcd prototype and include avutil.h instead where it is defined.
reimar
2007-01-25
*
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
reimar
2007-01-21
*
Forgotten CodecTag -> AVCodecTag
reimar
2007-01-21
*
Fix compilation after lavf changes
reimar
2007-01-21
*
Include "internal" libavformat/riff.h also when dynamic libavformat is used
reimar
2007-01-06
[next]