Fri, 22 Apr 2011 06:15:50 +0000 |
reimar |
Attempt to support attachements without filename.
|
Sat, 05 Mar 2011 12:09:25 +0000 |
reimar |
100l, actually only dnet tag indicates byte-swapped AC-3.
|
Sat, 05 Mar 2011 12:03:03 +0000 |
reimar |
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
|
Thu, 27 Jan 2011 20:37:51 +0000 |
reimar |
Improve EOF handling in ds_fill_buffer for the case where one stream ends
|
Wed, 08 Dec 2010 19:43:51 +0000 |
reimar |
Add support for FLAC audio parsing, fixes playback time jumping
|
Sun, 07 Nov 2010 11:00:00 +0000 |
cehoyos |
Add missing fourcc's that require libavcodec parsing.
|
Sun, 07 Nov 2010 10:55:01 +0000 |
cehoyos |
Fix typo: There is no fourcc 'MPE '.
|
Sat, 06 Nov 2010 15:41:44 +0000 |
reimar |
Add support for LATM parsing.
|
Wed, 27 Oct 2010 17:08:36 +0000 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
Tue, 26 Oct 2010 19:03:14 +0000 |
reimar |
Consistency fix: select track specified by -aid/-vid/-sid automatically
|
Tue, 26 Oct 2010 18:59:00 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 03 Oct 2010 15:28:49 +0000 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
Sat, 02 Oct 2010 15:03:40 +0000 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
Fri, 17 Sep 2010 15:13:37 +0000 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Sat, 11 Sep 2010 11:38:36 +0000 |
diego |
Move stream_cache_* extern variable declarations to mpcommon.h.
|
Thu, 09 Sep 2010 18:52:56 +0000 |
diego |
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
|
Sat, 04 Sep 2010 08:36:38 +0000 |
diego |
Refactor more instances of avcodec_initialized handling into init_avcodec().
|
Sun, 29 Aug 2010 06:46:06 +0000 |
reimar |
Also reset subtitle EOF on seeking.
|
Sat, 21 Aug 2010 16:04:18 +0000 |
reimar |
Print subtitle type also for internally-supported types with a libavcodec decoder.
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Fri, 02 Jul 2010 21:14:42 +0000 |
reimar |
Move the subtitle pts handling code to demuxer.c
|
Sun, 20 Jun 2010 15:04:12 +0000 |
diego |
Move hr_mp3_seek extern variable declaration to demux_audio.h.
|
Sun, 06 Jun 2010 13:59:44 +0000 |
reimar |
Fix ds_get_next_pts to also work for the first packet of a stream.
|
Fri, 04 Jun 2010 17:11:56 +0000 |
reimar |
Default to -correct-pts off if -fps was given, since -fps has no effect
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Sun, 21 Feb 2010 20:03:49 +0000 |
diego |
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
Sat, 20 Feb 2010 18:53:07 +0000 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
Sat, 20 Feb 2010 17:50:56 +0000 |
reimar |
Print demuxer name in "freeing demuxer" message.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Tue, 26 Jan 2010 21:08:01 +0000 |
reimar |
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
|
Sun, 24 Jan 2010 20:05:28 +0000 |
reimar |
Add support for parsing MLP and TrueHD.
|
Sun, 24 Jan 2010 16:38:46 +0000 |
reimar |
Remove now unused variables.
|
Sun, 24 Jan 2010 15:19:14 +0000 |
reimar |
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
|
Sun, 24 Jan 2010 15:16:39 +0000 |
reimar |
Move the resync-related code into more consistent places instead of having it
|
Sun, 27 Dec 2009 15:28:01 +0000 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
Tue, 10 Nov 2009 11:26:03 +0000 |
reimar |
Free demuxer->teletext when closing the demuxer.
|
Mon, 02 Nov 2009 01:40:09 +0000 |
uau |
demuxer.c: Add initialization missing from previous commit
|
Mon, 14 Sep 2009 08:29:18 +0000 |
reimar |
Reduce verbosity if demuxer sets an info value to the same as the current value.
|
Sun, 23 Aug 2009 15:32:42 +0000 |
reimar |
Reuse ds_get_packet in ds_get_packet_pts
|
Mon, 17 Aug 2009 05:55:40 +0000 |
reimar |
Handle demuxers that never set filepos by using stream_tell.
|
Sun, 28 Jun 2009 13:19:26 +0000 |
reimar |
Print information about chapters with -identify.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Sun, 29 Mar 2009 11:21:18 +0000 |
reimar |
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
|
Mon, 09 Mar 2009 13:11:37 +0000 |
reimar |
Remove native nuv demuxer, it only needs more code to achieve the same thing
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Sun, 30 Nov 2008 13:22:34 +0000 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 11:19:54 +0000 |
diego |
10l: MUSEPACK --> CONFIG_MUSEPACK
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Tue, 05 Aug 2008 08:47:51 +0000 |
diego |
Rename preprocessor directives related to image libraries.
|
Sat, 02 Aug 2008 16:30:32 +0000 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 17 Jul 2008 17:14:12 +0000 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
Mon, 16 Jun 2008 17:33:55 +0000 |
diego |
cosmetics: Remove useless parentheses, align.
|
Mon, 16 Jun 2008 15:53:28 +0000 |
reimar |
Support NULL name parameter for demuxer_add_chapter.
|
Mon, 16 Jun 2008 12:54:28 +0000 |
diego |
cosmetics: Break overly long lines.
|
Mon, 16 Jun 2008 12:11:14 +0000 |
diego |
cosmetics: indentation, whitespace changes
|
Mon, 16 Jun 2008 12:04:58 +0000 |
diego |
cosmetics: consistent * placement
|
Mon, 16 Jun 2008 11:35:20 +0000 |
diego |
cosmetics: one more if brace placement fix
|