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
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
diego
2008-03-03
*
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately
diego
2008-03-02
*
Fix illegal identifiers starting with _ and capital letters.
diego
2008-03-01
*
Support switching to/from nosound in demux_lavf.
eugeni
2008-02-29
*
Remove unused function.
eugeni
2008-02-29
*
Reindent.
eugeni
2008-02-29
*
Don't select audio stream in lavf and mkv demuxers.
eugeni
2008-02-29
*
Set audio->sh correctly when switching audio tracks. The same for video tracks.
eugeni
2008-02-29
*
Don't select subtitle track in lavf and mkv demuxers.
eugeni
2008-02-29
*
Demuxer-independent functions for selecting tracks based on language.
eugeni
2008-02-29
*
Remove stupid checks of free() argument.
eugeni
2008-02-29
*
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
eugeni
2008-02-29
*
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
eugeni
2008-02-29
*
Add language info to sh_sub_t and sh_audio_t.
eugeni
2008-02-29
*
in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...
nicodvb
2008-02-25
*
sun rasterfile decoder
compn
2008-02-25
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
nicodvb
2008-02-23
*
read the PCR of the currently playing program (if available) in demuxer->refe...
nicodvb
2008-02-23
*
New member in demuxer_t: reference_clock.
nicodvb
2008-02-23
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Fix r26032: wrong sub stream id assigned to dvdsub_id.
eugeni
2008-02-21
*
Support -slang in lavf demuxer.
eugeni
2008-02-19
*
when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...
nicodvb
2008-02-16
*
cosmetics
nicodvb
2008-02-16
*
in ts_detect_streams() try to identify the program found based on vpid and ap...
nicodvb
2008-02-16
*
Change force_fps and force_ofps to double
reimar
2008-02-14
*
Change mf_fps to double
reimar
2008-02-14
*
typo fix: inited --> initialized
diego
2008-02-14
*
add ffpcx decoder, works on my samples.
compn
2008-02-13
*
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
reimar
2008-02-12
*
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
nicodvb
2008-02-11
*
cosmetic typo fix, geneate > generate
compn
2008-02-09
*
Use AV_RB*, reduces x86_64 code size by almost 1kB.
reimar
2008-02-09
*
in some still unknown system format 0x82 identifies AUDIO_DTS
nicodvb
2008-02-08
*
Add speex tag
reimar
2008-02-06
*
Check buffer index while reading to avoid sig11
rtogni
2008-02-05
*
Allow demuxers to choose a default value for correct_pts
reimar
2008-02-03
*
Add support for attachments in lavf demuxer.
eugeni
2008-01-30
*
Add a comment to the #if 0
reimar
2008-01-29
*
Check that index is still within bounds of samples array.
reimar
2008-01-29
*
Make sure chunkmap values are within bounds when using them.
reimar
2008-01-29
*
Do not pointlessly read data, just skip it.
reimar
2008-01-29
*
Disable reading of flac metadata, mere metadata is not worth such a mess.
reimar
2008-01-29
*
Properly check length of flac metadata.
reimar
2008-01-29
*
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...
reimar
2008-01-29
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make mov subtitles work with -ass
reimar
2008-01-29
*
clarify comments/docs about lav* being the preferred place to implement new
ivo
2008-01-28
[next]