Fri, 30 Nov 2012 22:16:16 +0000 |
reimar |
Make stream eof detection less sensitive.
|
Fri, 30 Nov 2012 22:12:17 +0000 |
reimar |
Fix scary "BUG! Invalid demuxer type ..." message
|
Wed, 28 Nov 2012 19:15:34 +0000 |
reimar |
Fix code that detects streams temporarily lacking data to work
|
Mon, 26 Nov 2012 19:30:58 +0000 |
reimar |
Try to improve seeking in files with only few video packets,
|
Mon, 05 Nov 2012 20:53:49 +0000 |
reimar |
Allow free_demuxer to handle a NULL argument.
|
Mon, 27 Aug 2012 07:09:34 +0000 |
cehoyos |
Add missing newline in error message.
|
Sat, 25 Feb 2012 18:26:31 +0000 |
reimar |
Fix DVDs showing the subtitle language as "unknown"
|
Sun, 19 Feb 2012 13:15:41 +0000 |
reimar |
Code cleanup: Use a stream_control instead of global functions to
|
Mon, 06 Feb 2012 06:30:12 +0000 |
siretart |
Update deprecated avcodec_alloc_context()/avcodec_open() API calls
|
Mon, 05 Dec 2011 18:27:40 +0000 |
reimar |
Fix OSD time and e.g. frame number displayed with osd_fractions
|
Fri, 21 Oct 2011 18:20:53 +0000 |
compn |
add forgotten ec-3 tag to parsers list in demuxers.c
|
Sat, 01 Oct 2011 10:20:41 +0000 |
compn |
add some aac/dts fourccs
|
Mon, 12 Sep 2011 23:36:00 +0000 |
diego |
libass: consistently #include sub/ass_mp.h without #ifdefs
|
Mon, 12 Sep 2011 23:08:39 +0000 |
diego |
libass: always use sub/mp_ass.h instead of #including libass headers directly
|
Thu, 18 Aug 2011 18:32:53 +0000 |
reimar |
Simply drop packets for which new_demux_packet allocation fails.
|
Tue, 09 Aug 2011 20:14:30 +0000 |
reimar |
Support parsing of AAC audio.
|
Tue, 09 Aug 2011 19:57:00 +0000 |
reimar |
Move code for setting up libav* logging callbacks from vd_ffmpeg to a
|
Sun, 24 Jul 2011 23:55:34 +0000 |
diego |
Do not translate console messages of verbosity level MSGL_V and above.
|
Fri, 10 Jun 2011 08:31:00 +0000 |
cehoyos |
Fix typos.
|
Sun, 24 Apr 2011 23:06:38 +0000 |
reimar |
Add a alloc_demuxer function that ensures all the critical stuff is
|
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
|