2011-10-01 |
compn |
add some aac/dts fourccs
|
2011-09-12 |
diego |
libass: consistently #include sub/ass_mp.h without #ifdefs
|
2011-09-12 |
diego |
libass: always use sub/mp_ass.h instead of #including libass headers directly
|
2011-08-18 |
reimar |
Simply drop packets for which new_demux_packet allocation fails.
|
2011-08-09 |
reimar |
Support parsing of AAC audio.
|
2011-08-09 |
reimar |
Move code for setting up libav* logging callbacks from vd_ffmpeg to a
|
2011-07-24 |
diego |
Do not translate console messages of verbosity level MSGL_V and above.
|
2011-06-10 |
cehoyos |
Fix typos.
|
2011-04-24 |
reimar |
Add a alloc_demuxer function that ensures all the critical stuff is
|
2011-04-22 |
reimar |
Attempt to support attachements without filename.
|
2011-03-05 |
reimar |
100l, actually only dnet tag indicates byte-swapped AC-3.
|
2011-03-05 |
reimar |
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
|
2011-01-27 |
reimar |
Improve EOF handling in ds_fill_buffer for the case where one stream ends
|
2010-12-08 |
reimar |
Add support for FLAC audio parsing, fixes playback time jumping
|
2010-11-07 |
cehoyos |
Add missing fourcc's that require libavcodec parsing.
|
2010-11-07 |
cehoyos |
Fix typo: There is no fourcc 'MPE '.
|
2010-11-06 |
reimar |
Add support for LATM parsing.
|
2010-10-27 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
2010-10-26 |
reimar |
Consistency fix: select track specified by -aid/-vid/-sid automatically
|
2010-10-26 |
reimar |
Replace malloc+memset by calloc.
|
2010-10-03 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
2010-10-02 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
2010-09-17 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
2010-09-13 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
2010-09-11 |
diego |
Move stream_cache_* extern variable declarations to mpcommon.h.
|
2010-09-09 |
diego |
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
|
2010-09-04 |
diego |
Refactor more instances of avcodec_initialized handling into init_avcodec().
|
2010-08-29 |
reimar |
Also reset subtitle EOF on seeking.
|
2010-08-21 |
reimar |
Print subtitle type also for internally-supported types with a libavcodec decoder.
|
2010-07-10 |
reimar |
Make the stream language an argument to the stream creation function
|
2010-07-02 |
reimar |
Move the subtitle pts handling code to demuxer.c
|
2010-06-20 |
diego |
Move hr_mp3_seek extern variable declaration to demux_audio.h.
|
2010-06-06 |
reimar |
Fix ds_get_next_pts to also work for the first packet of a stream.
|
2010-06-04 |
reimar |
Default to -correct-pts off if -fps was given, since -fps has no effect
|
2010-02-26 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
2010-02-21 |
diego |
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
2010-02-20 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
2010-02-20 |
reimar |
Print demuxer name in "freeing demuxer" message.
|
2010-02-17 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
2010-01-26 |
reimar |
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
|
2010-01-24 |
reimar |
Add support for parsing MLP and TrueHD.
|
2010-01-24 |
reimar |
Remove now unused variables.
|
2010-01-24 |
reimar |
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
|
2010-01-24 |
reimar |
Move the resync-related code into more consistent places instead of having it
|
2009-12-27 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-11-10 |
reimar |
Free demuxer->teletext when closing the demuxer.
|
2009-11-02 |
uau |
demuxer.c: Add initialization missing from previous commit
|
2009-09-14 |
reimar |
Reduce verbosity if demuxer sets an info value to the same as the current value.
|
2009-08-23 |
reimar |
Reuse ds_get_packet in ds_get_packet_pts
|
2009-08-17 |
reimar |
Handle demuxers that never set filepos by using stream_tell.
|
2009-06-28 |
reimar |
Print information about chapters with -identify.
|
2009-05-08 |
diego |
Add standard license header to all files in libmpdemux.
|
2009-03-29 |
reimar |
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
|
2009-03-09 |
reimar |
Remove native nuv demuxer, it only needs more code to achieve the same thing
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-11-30 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
2008-08-07 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
2008-08-07 |
diego |
10l: MUSEPACK --> CONFIG_MUSEPACK
|
2008-08-07 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
2008-08-05 |
diego |
Rename preprocessor directives related to image libraries.
|