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
Commit message (
Expand
)
Author
Age
*
Get rid of useless indirection and use the demuxer argument directly instead of
reimar
2009-09-14
*
Reduce verbosity if demuxer sets an info value to the same as the current value.
reimar
2009-09-14
*
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
reimar
2009-09-10
*
Sort preferred_list alphabetically since the order does not matter otherwise.
reimar
2009-09-10
*
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
reimar
2009-09-08
*
Make all mp_*_taglists const.
reimar
2009-09-08
*
Fix an endless loop if all programs are empty.
reimar
2009-09-08
*
Always register all streams from libavformat, not just those belonging to a p...
reimar
2009-09-08
*
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
vitor
2009-09-07
*
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
reimar
2009-09-04
*
free(), delete and delete[] are all different and can't just be used at random,
reimar
2009-09-02
*
Add a hack to ensure data from e.g. mov format -subfile gets read at all
reimar
2009-09-01
*
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
reimar
2009-09-01
*
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
cehoyos
2009-08-31
*
Fix EAC3 in MPEG transport streams with -demuxer lavf.
cehoyos
2009-08-31
*
Fix DTS in MPEG transport streams with -demuxer lavf.
cehoyos
2009-08-31
*
Fix AAC in MPEG transport stream for -demuxer lavf.
cehoyos
2009-08-31
*
cosmetics: alphabetically order lists
diego
2009-08-31
*
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
cehoyos
2009-08-30
*
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
cehoyos
2009-08-30
*
Use mp_wav_override_taglists for both audio and video.
cehoyos
2009-08-30
*
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
cehoyos
2009-08-30
*
Support PCM in Bluray streams.
cehoyos
2009-08-30
*
Reuse ds_get_packet in ds_get_packet_pts
reimar
2009-08-23
*
Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...
reimar
2009-08-21
*
Fix incompatible pointer types warning, also seems to fix mis-compilation wit...
reimar
2009-08-17
*
Fix 100l broken flag check found due to compiler warning.
reimar
2009-08-17
*
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
reimar
2009-08-17
*
Get rid of rawaudio control code again that only duplicates the fallback code in
reimar
2009-08-17
*
Handle demuxers that never set filepos by using stream_tell.
reimar
2009-08-17
*
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
reimar
2009-08-16
*
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
reimar
2009-08-16
*
Add Dolby TrueHD support for mkv demuxer.
cehoyos
2009-08-13
*
Fix possible double-free.
cehoyos
2009-08-12
*
Use new libavformat metadata API.
greg
2009-08-11
*
Make *avcctx AVCodecContext instead of void.
cehoyos
2009-08-11
*
Fix H.264 SPS parsing in case of scaling list present.
cehoyos
2009-08-11
*
Fix a crash when playing some H264 over rtsp streams: Do pass an
cehoyos
2009-08-11
*
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over
cehoyos
2009-08-11
*
Allow dpx image files as input.
cehoyos
2009-08-11
*
Fix QT RLE in X-QT via rtsp://.
cehoyos
2009-08-05
*
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
nicodvb
2009-07-30
*
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
nicodvb
2009-07-30
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
Print information about chapters with -identify.
reimar
2009-06-28
*
AVStream.language is deprecated, switch to av_get_metadata instead.
reimar
2009-06-24
*
Move allocation to avoid a possible memleak if new_sh_audio fails.
reimar
2009-06-24
*
Remove pointless stream count checks, new_sh_* already checks for that.
reimar
2009-06-24
*
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
reimar
2009-06-24
*
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to
reimar
2009-06-23
[next]