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
*
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
*
sort
michael
2006-12-31
*
first step toward amr-nb muxing support
michael
2006-12-29
*
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
2006-12-28
*
Respect -noidx in lavf demuxer
reimar
2006-12-10
*
Set AVFMT_FLAG_GENPTS if -correct-pts is used.
uau
2006-12-10
*
support for Westwood SND1 audio
diego
2006-11-29
*
check we aren't short of sh_videos before allocating another one
nicodvb
2006-11-20
*
support for XAN DPCM audio
diego
2006-11-18
*
support for some more fringe formats, still buggy ..
diego
2006-11-17
*
support flic video through lavf
diego
2006-11-17
*
cosmetics: Restore alphabetical order, align both tables.
diego
2006-11-16
*
support for RoQ video and audio through libavformat
diego
2006-11-16
*
support for Electronic Arts ADPCM audio
diego
2006-11-16
*
support for Delphine CIN audio and video
diego
2006-11-16
*
support for Interplay DPCM audio
diego
2006-11-16
*
cosmetics: alphabetical order and prettyprinting for the CodecTag table
diego
2006-11-16
*
support for Sierra VMD video
diego
2006-11-16
*
Add support for Tiertex SEQ video.
diego
2006-11-16
*
Add support for Westwood IMA ADPCM audio.
diego
2006-11-15
*
Move some FourCC values from libavformat/riff.c to our private mapping.
diego
2006-11-08
*
Add our own CODEC_ID -> fourcc translation tables so we do not need
reimar
2006-11-07
*
Implement absolute and percent-based seek
reimar
2006-10-05
*
include forgotten limits.h
nicodvb
2006-08-31
*
added lavfdopts to pass options to libavformat
nicodvb
2006-08-30
*
Do not treat AV_NOPTS_VALUE as a valid duration value.
reimar
2006-07-28
*
Take start time into consideration when calculation percentage position
reimar
2006-07-23
*
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
diego
2006-07-13
*
drops casts from void * on malloc/calloc from libmpdemux code
reynaldo
2006-07-13
*
more c++ decl crap
rfelker
2006-07-10
*
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
pacman
2006-06-28
*
support for -alang
nicodvb
2006-06-21
*
support for audio stream switching
nicodvb
2006-06-20
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
Second-try commit of this patch.
corey
2006-02-17
*
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
corey
2006-02-09
*
10l 1000 fps fix
michael
2006-02-08
*
1. Include audio_delay as an argument to demux_seek.
corey
2006-02-07
*
Update licensing information: The FSF changed postal address.
diego
2006-01-13
*
added support for external libavformat
nicodvb
2006-01-09
*
makes demux_lavf (-demuxer 35) use the framerate specified in the container
gpoirier
2005-10-10
[next]