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
|
Mon, 16 Jun 2008 10:52:39 +0000 |
diego |
M-x untabify
|
Mon, 16 Jun 2008 10:50:53 +0000 |
diego |
cosmetics: Remove all trailing whitespace.
|
Mon, 16 Jun 2008 10:49:40 +0000 |
diego |
cosmetics: Split/join multiline statements.
|
Mon, 16 Jun 2008 10:31:05 +0000 |
diego |
cosmetics: Consistently format all if, for, while constructs.
|
Mon, 16 Jun 2008 09:51:40 +0000 |
diego |
Remove one more commented-out line.
|
Mon, 16 Jun 2008 09:22:41 +0000 |
diego |
cosmetics: Make all function declarations consistent by moving the opening
|
Mon, 16 Jun 2008 09:20:59 +0000 |
diego |
Remove one more commented-out line.
|
Mon, 16 Jun 2008 08:57:47 +0000 |
diego |
Remove pointless comments and commented-out code.
|
Mon, 02 Jun 2008 10:17:48 +0000 |
nicodvb |
added and reused demux_flush() instead of emptying the demux_stream buffers;
|
Tue, 27 May 2008 17:35:38 +0000 |
reimar |
Initialize sh_audio/sh_video->ds
|
Tue, 27 May 2008 17:33:13 +0000 |
reimar |
Simplify/make new_sh behaviour more consistent when a stream gets redefined.
|
Tue, 27 May 2008 17:30:20 +0000 |
reimar |
Cosmetics: simplify
|
Tue, 27 May 2008 17:27:06 +0000 |
reimar |
Move native musepack demuxer further down in demuxer list
|
Fri, 16 May 2008 09:41:00 +0000 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
Sat, 19 Apr 2008 16:51:28 +0000 |
rtogni |
Revert r26411: policy violation
|
Sat, 12 Apr 2008 15:51:08 +0000 |
uau |
Reformat demuxer.c
|
Sat, 12 Apr 2008 15:51:05 +0000 |
uau |
Remove global demuxer_type
|
Fri, 11 Apr 2008 23:06:33 +0000 |
uau |
Remove unused function demux_read_data_pack
|
Sun, 30 Mar 2008 16:55:46 +0000 |
eugeni |
Support 'default' attribute for audio and subtitle tracks.
|
Fri, 29 Feb 2008 17:25:48 +0000 |
eugeni |
Set audio->sh correctly when switching audio tracks. The same for video tracks.
|
Fri, 29 Feb 2008 17:25:47 +0000 |
eugeni |
Don't select subtitle track in lavf and mkv demuxers.
|
Fri, 29 Feb 2008 17:25:43 +0000 |
eugeni |
Demuxer-independent functions for selecting tracks based on language.
|
Fri, 29 Feb 2008 17:25:41 +0000 |
eugeni |
Remove stupid checks of free() argument.
|
Fri, 29 Feb 2008 17:25:33 +0000 |
eugeni |
Add language info to sh_sub_t and sh_audio_t.
|
Mon, 25 Feb 2008 22:29:45 +0000 |
nicodvb |
in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
|
Sat, 23 Feb 2008 10:31:44 +0000 |
nicodvb |
New member in demuxer_t: reference_clock.
|
Tue, 12 Feb 2008 10:48:42 +0000 |
reimar |
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
|
Sun, 03 Feb 2008 12:14:29 +0000 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Tue, 29 Jan 2008 14:30:53 +0000 |
reimar |
Make mov subtitles work with -ass
|
Mon, 28 Jan 2008 22:09:21 +0000 |
ivo |
clarify comments/docs about lav* being the preferred place to implement new
|
Mon, 28 Jan 2008 16:03:22 +0000 |
ivo |
copy note on new demuxers and codecs to the top of the array as well to be
|
Mon, 28 Jan 2008 12:11:41 +0000 |
ivo |
note on new demuxers and codecs, add them to lav* instead of libmp*
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 13 Jan 2008 15:47:24 +0000 |
reimar |
First step towards making all demuxer_desc_t const
|
Sun, 13 Jan 2008 15:41:21 +0000 |
reimar |
Remove a useless assignment (there is an if just a few lines above
|
Sun, 13 Jan 2008 13:37:19 +0000 |
reimar |
Add a forgotten #ifdef USE_ASS around ass_free_track
|
Sat, 12 Jan 2008 01:12:36 +0000 |
eugeni |
Add demuxer interface for attachments.
|
Fri, 11 Jan 2008 21:45:20 +0000 |
eugeni |
Remove global_ass_track. Instead create an ass_track for each 't' track.
|
Fri, 11 Jan 2008 21:45:15 +0000 |
eugeni |
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
|