| Commit message (Expand) | Author | Age | Files | Lines |
* | Add header for asf_check_header, read_asf_header; avoids forward declarations. | diego | 2010-02-17 | 1 | -5/+1 |
* | #include proper header for skip_audio_frame() instead of forward declaring it. | diego | 2010-02-17 | 1 | -3/+1 |
* | Remove useless cast | reimar | 2009-11-10 | 1 | -1/+1 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -28/+28 |
* | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -1/+20 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -3/+3 |
* | Do not special-case a grouping-subsegment length of 0. | reimar | 2008-09-25 | 1 | -1/+0 |
* | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -4/+4 |
* | limits.h is required for UINT_MAX | reimar | 2008-07-16 | 1 | -0/+1 |
* | Make sure demuxed ASF packet is properly padded after descrambling | reimar | 2008-07-16 | 1 | -1/+4 |
* | Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h | reimar | 2008-07-16 | 1 | -7/+0 |
* | Do not just print a warning, also fix the len in ASF demuxer! | reimar | 2008-07-16 | 1 | -0/+1 |
* | Replace asserts by proper conditions to allow playback of some broken but | reimar | 2008-06-29 | 1 | -4/+5 |
* | Check ASF packet size before calling demux_asf_read_packet. Fixes segfault | eugeni | 2008-05-02 | 1 | -1/+5 |
* | demux_asf: Fix operator precedence in packet length check | uau | 2008-04-13 | 1 | -1/+1 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -3/+1 |
* | Check buffer index while reading to avoid sig11 | rtogni | 2008-02-05 | 1 | -2/+25 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | Replace LOAD_LE32 etc. by AV_RL32 etc. | reimar | 2007-12-23 | 1 | -28/+8 |
* | Add a read_varlen function to reduce some code duplication | reimar | 2007-12-23 | 1 | -44/+24 |
* | removed functions that were used to parse mpeg12 video (no more video); patch... | nicodvb | 2007-06-10 | 1 | -69/+0 |
* | Calculate pts with double precision in demux_asf | uau | 2007-06-07 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -4/+4 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 | 1 | -1/+0 |
* | Fix double free() in demux_asf.c | uau | 2007-05-14 | 1 | -3/+1 |
* | For DVR-MS: | nicodvb | 2007-05-07 | 1 | -24/+184 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Instead of printing a useless "sig11 coming soon" message, just abort parsing | reimar | 2007-01-21 | 1 | -1/+4 |
* | Fix crash when attempting to seek in a streamed unseekable stream, like | gpoirier | 2006-11-08 | 1 | -0/+2 |
* | don't set the resolution for dvr-ms files: in the asf headers it seems to | nicodvb | 2006-11-03 | 1 | -0/+5 |
* | interpolate real fps of dvr-ms files using the extended stream properties. | nicodvb | 2006-09-24 | 1 | -1/+12 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 | 1 | -3/+1 |
* | Patch from John Donaghy: "fix for audio and video in dvr-ms asf files" | pacman | 2006-06-06 | 1 | -8/+105 |
* | fix descrambling of asf file, | iive | 2006-03-30 | 1 | -1/+1 |
* | Move global vars used for header parsing, etc to dewux->priv as it should | albeu | 2006-03-29 | 1 | -38/+40 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -2/+2 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | we cannot continue without a crash when read_asf_header fails, since some | reimar | 2006-02-12 | 1 | -1/+2 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | include the right avcodec.h, consistently with the rest of mplayer | nicodvb | 2006-01-08 | 1 | -2/+4 |
* | Typo in ASF demuxer selection by name (it's 'asf', not 'asv') | rtognimp | 2005-12-24 | 1 | -1/+1 |
* | malloc padding to avoid access beyond allocated memory | henry | 2005-12-19 | 1 | -1/+7 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -2/+0 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -3/+60 |
* | Speedup asf descrambling (avoid one memcpy and use our fastmemcpy). | reimar | 2005-05-23 | 1 | -5/+6 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -4/+0 |
* | fix seeking in audio-only case (crash when seeking backwards, time reset to 0) | reimar | 2004-09-11 | 1 | -0/+4 |
* | skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts.... | alex | 2004-07-21 | 1 | -2/+12 |
* | plen=0 is handled | alex | 2003-09-07 | 1 | -1/+2 |
* | fixes http://pot.lsd.ro/video.asf | arpi | 2003-08-15 | 1 | -1/+1 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -2/+2 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -2/+25 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -1/+4 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -0/+3 |
* | 100l - seq++ for grouping | arpi | 2002-07-07 | 1 | -0/+1 |
* | some cleanup and fixes, but the badquality.asf is still buggy :( | arpi | 2002-06-16 | 1 | -72/+100 |
* | fixed a few possible bugs | arpi | 2002-01-16 | 1 | -3/+3 |
* | Applied the patch from Alban Bedel <albeu@free.fr> to | bertrand | 2001-12-12 | 1 | -1/+3 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -7/+0 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+367 |