Wed, 17 Feb 2010 23:45:01 +0000 |
diego |
Add header for asf_check_header, read_asf_header; avoids forward declarations.
|
Wed, 17 Feb 2010 23:40:48 +0000 |
diego |
#include proper header for skip_audio_frame() instead of forward declaring it.
|
Tue, 10 Nov 2009 16:15:39 +0000 |
reimar |
Remove useless cast
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Thu, 25 Sep 2008 17:11:01 +0000 |
reimar |
Do not special-case a grouping-subsegment length of 0.
|
Thu, 17 Jul 2008 17:14:12 +0000 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
Wed, 16 Jul 2008 18:51:39 +0000 |
reimar |
limits.h is required for UINT_MAX
|
Wed, 16 Jul 2008 16:43:40 +0000 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
Wed, 16 Jul 2008 16:18:25 +0000 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
Wed, 16 Jul 2008 16:06:14 +0000 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
Sun, 29 Jun 2008 10:06:19 +0000 |
reimar |
Replace asserts by proper conditions to allow playback of some broken but
|
Fri, 02 May 2008 13:33:14 +0000 |
eugeni |
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
|
Sun, 13 Apr 2008 23:04:07 +0000 |
uau |
demux_asf: Fix operator precedence in packet length check
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Tue, 05 Feb 2008 21:32:37 +0000 |
rtogni |
Check buffer index while reading to avoid sig11
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 23 Dec 2007 16:46:24 +0000 |
reimar |
Replace LOAD_LE32 etc. by AV_RL32 etc.
|
Sun, 23 Dec 2007 16:42:54 +0000 |
reimar |
Add a read_varlen function to reduce some code duplication
|
Sun, 10 Jun 2007 09:25:09 +0000 |
nicodvb |
removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
|
Thu, 07 Jun 2007 09:17:10 +0000 |
uau |
Calculate pts with double precision in demux_asf
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Tue, 22 May 2007 13:55:14 +0000 |
zuxy |
Set i_bps for ASF video streams according to extended stream properties
|
Mon, 14 May 2007 01:23:54 +0000 |
uau |
Fix double free() in demux_asf.c
|
Mon, 07 May 2007 21:58:42 +0000 |
nicodvb |
For DVR-MS:
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sun, 21 Jan 2007 18:29:18 +0000 |
reimar |
Instead of printing a useless "sig11 coming soon" message, just abort parsing
|
Wed, 08 Nov 2006 23:54:21 +0000 |
gpoirier |
Fix crash when attempting to seek in a streamed unseekable stream, like
|