| Commit message (Expand) | Author | Age | Files | Lines |
* | new configuration structure, gcc warn silencing | nicodvb | 2004-04-26 | 3 | -28/+49 |
* | new configuration structure, dvb_set_channel takes 2 parameters, 1000l memle... | nicodvb | 2004-04-26 | 1 | -192/+175 |
* | fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo do... | michael | 2004-04-26 | 1 | -2/+4 |
* | potentially exploitable buffer overflow with maliciously crafted cd toc | rfelker | 2004-04-26 | 1 | -0/+1 |
* | fix exploitable buffer overflow | rfelker | 2004-04-26 | 1 | -2/+2 |
* | needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file) | rfelker | 2004-04-26 | 1 | -1/+8 |
* | More keyframe search fix for VP6x | rtognimp | 2004-04-25 | 1 | -3/+3 |
* | Fix VP62 keyframe search | rtognimp | 2004-04-25 | 1 | -3/+4 |
* | Suggest -playlist if asf_stream_start fails | rtognimp | 2004-04-25 | 1 | -0/+1 |
* | Don't say that a protocol is unsupported if that's not true | rtognimp | 2004-04-25 | 1 | -0/+3 |
* | Fix support for audio only streams | rtognimp | 2004-04-25 | 1 | -25/+24 |
* | More bounds checking fixes (thnaks to Miguel Freitas) | rtognimp | 2004-04-25 | 2 | -26/+49 |
* | Escape urls (needed for urls in playlists) | rtognimp | 2004-04-24 | 1 | -2/+8 |
* | Stop parsing an url after connection failure | rtognimp | 2004-04-24 | 1 | -2/+2 |
* | Handle url redirection | rtognimp | 2004-04-24 | 1 | -2/+30 |
* | Some sanity and bound checking | rtognimp | 2004-04-24 | 6 | -25/+71 |
* | 1000000000000l to bunkus | rfelker | 2004-04-23 | 1 | -4/+5 |
* | Clear subs in broken OGM files (those without empty subtitle packets) a bit l... | mosu | 2004-04-23 | 1 | -1/+1 |
* | Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot ... | mosu | 2004-04-23 | 1 | -45/+98 |
* | 10l: don't run strcmp if arg is NULL | rtognimp | 2004-04-19 | 1 | -1/+1 |
* | Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN' | ranma | 2004-04-19 | 1 | -42/+56 |
* | Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/65... | rtognimp | 2004-04-17 | 1 | -1/+1 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 3 | -2/+13 |
* | less verbosity + printf --> mp_msg | diego | 2004-04-17 | 1 | -7/+7 |
* | 10l to me: writing outside allocated memory | rtognimp | 2004-04-15 | 1 | -1/+1 |
* | specify field mode when setting image height | henry | 2004-04-15 | 1 | -0/+1 |
* | Try Real rtsp, then live.com on every rtsp stream (remove extension | rtognimp | 2004-04-14 | 2 | -20/+15 |
* | Do not crash on audio only streams | rtognimp | 2004-04-13 | 1 | -15/+16 |
* | Add license, remove bogus comment as told by Reza Jelveh, the author. | diego | 2004-04-12 | 1 | -4/+2 |
* | Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe) | rtognimp | 2004-04-12 | 1 | -13/+11 |
* | nsv (Nullsoft streaming video) demuxer | rtognimp | 2004-04-12 | 6 | -6/+389 |
* | lavf ASF support | michael | 2004-04-11 | 1 | -0/+9 |
* | seeking | michael | 2004-04-11 | 1 | -7/+13 |
* | avoid unneeded stream_reset() | michael | 2004-04-11 | 1 | -2/+15 |
* | nicer EOF solution, mpeg-ps works now too | michael | 2004-04-11 | 1 | -4/+4 |
* | libavformat really doesnt like it that the streams get stuck if the end is re... | michael | 2004-04-11 | 1 | -3/+11 |
* | demux_lavf | michael | 2004-04-11 | 4 | -4/+380 |
* | '%' is unsafe and need to be escaped. | bertrand | 2004-04-07 | 1 | -1/+1 |
* | netbsd audio support by Bernd Ernesti | alex | 2004-04-06 | 1 | -3/+7 |
* | correct typeconversion of fps, patches by several ppl | alex | 2004-04-06 | 1 | -2/+6 |
* | Changed -sid/-aid/-vid to be zero based and select the n'th stream of its typ... | mosu | 2004-04-06 | 1 | -7/+18 |
* | make gcc eating this under hurd | alex | 2004-04-05 | 1 | -4/+4 |
* | fixed broken diseqc fetch from channels file | nicodvb | 2004-04-04 | 1 | -2/+3 |
* | disallow non-sense type parameter; added support for absolute file path; pref... | nicodvb | 2004-04-03 | 1 | -26/+32 |
* | Support for selecting subtitles with -slang. Patch by Andriy N Gritsenko <and... | mosu | 2004-04-02 | 1 | -7/+86 |
* | Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX i... | mosu | 2004-04-02 | 1 | -8/+18 |
* | make stupid gcc versions happy | rfelker | 2004-03-31 | 1 | -0/+1 |
* | remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>) | michael | 2004-03-30 | 1 | -1/+1 |
* | Fix hanging at end of mms:// streams. | rtognimp | 2004-03-28 | 1 | -1/+2 |
* | Stop reading the file if an INDX chunk is found instead of a data packet. | mosu | 2004-03-28 | 1 | -0/+3 |
* | Implemented "seek to position". | mosu | 2004-03-26 | 1 | -1/+45 |
* | Removed the limitation to max. eight laced blocks. | mosu | 2004-03-25 | 1 | -9/+21 |
* | Round Chunklen to word boundary | ranma | 2004-03-24 | 1 | -1/+1 |
* | Use aspect from encoder for AVI vprp header | ranma | 2004-03-24 | 3 | -25/+43 |
* | Better vprp aspect fix | ranma | 2004-03-22 | 2 | -10/+18 |
* | explicit option for AVI PRP header | henry | 2004-03-21 | 1 | -28/+33 |
* | fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t... | nicodvb | 2004-03-20 | 1 | -21/+35 |
* | removed unused code, synced to szap tuning sequence and unified diseqc, tone ... | nicodvb | 2004-03-19 | 1 | -239/+109 |
* | added missing tuning parameters (inversion and coderate) and changed debug le... | nicodvb | 2004-03-19 | 1 | -2/+7 |
* | Bigendian macro 10l | ranma | 2004-03-19 | 1 | -17/+17 |
* | Fixed a bug that was accidentally introduced by the addition of MPEG Transport | rsf | 2004-03-19 | 1 | -0/+3 |
* | Parse comma separated language lists instead of comparing the complete langua... | mosu | 2004-03-18 | 1 | -5/+12 |
* | copy&paste 10l | ranma | 2004-03-17 | 1 | -1/+1 |
* | OpenDML read/write support | ranma | 2004-03-17 | 6 | -71/+816 |
* | Raw audio and video are always keyframes | ranma | 2004-03-17 | 1 | -0/+2 |
* | Seek in HTTP streams and stdin seek fixes | rtognimp | 2004-03-13 | 5 | -5/+13 |
* | rawvideo muxer patch by John Earl <jwe21@cam.ac.uk> | ranma | 2004-03-09 | 4 | -2/+105 |
* | We now allow for the possibility of the RTCP audio/video synchronization being | rsf | 2004-03-02 | 1 | -1/+7 |
* | missing video thread shutdown, frame count rounding fix | henry | 2004-02-25 | 1 | -1/+4 |
* | Support for v3 audio section (used with 14_4 codec) in real files | rtognimp | 2004-02-22 | 1 | -0/+58 |
* | dont mess up v4l volumes | attila | 2004-02-22 | 2 | -5/+1 |
* | Added support for multiplexed (audio+video) RTP streams. | rsf | 2004-02-22 | 1 | -1/+1 |
* | Added support for multiplexed audio+video RTP streams. | rsf | 2004-02-22 | 1 | -1/+12 |
* | Added support for handling multiplexed audio+video RTP streams. | rsf | 2004-02-22 | 1 | -1/+1 |
* | enable seeking in http streams | attila | 2004-02-17 | 6 | -12/+79 |
* | Exit when an invalid EBML ID has been read (e.g. for files that have been cut... | mosu | 2004-02-09 | 1 | -0/+6 |
* | Do not open more than one audio/video/subtitle stream at the same time. | mosu | 2004-02-01 | 1 | -30/+5 |
* | Do not try to seek beyond the end of the stream when parsing the headers. | mosu | 2004-01-31 | 1 | -1/+2 |
* | Cleanup and small improvement in seeking if the final_granulepos is known. Pa... | mosu | 2004-01-31 | 1 | -11/+9 |
* | 1000000000l reported by Steven Schultz (thanks!) | rfelker | 2004-01-30 | 1 | -1/+2 |
* | fix some 10ls in sample rate handlin | attila | 2004-01-29 | 1 | -2/+3 |
* | add support for aac in real media files | attila | 2004-01-29 | 1 | -0/+37 |
* | 10l | henry | 2004-01-29 | 1 | -1/+0 |
* | Compliance with the DVB power management specification (doesn't close | attila | 2004-01-29 | 3 | -64/+51 |
* | continue playing real files after errors | attila | 2004-01-29 | 1 | -27/+36 |
* | Set fcchandler according to fourcc, some players (Archos Jukebox) need it, al... | alex | 2004-01-28 | 1 | -0/+2 |
* | 100l | rfelker | 2004-01-27 | 1 | -1/+1 |
* | Pass header to codec in extradata (needed by ffmpeg fli decoder) | rtognimp | 2004-01-25 | 1 | -0/+10 |
* | freebsd fix (btw, why does it needs this int_max shit? | alex | 2004-01-25 | 1 | -0/+7 |
* | mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c | arpi | 2004-01-23 | 2 | -1/+1 |
* | Fix for compilation with libmatroska 0.6.3. | mosu | 2004-01-23 | 1 | -4/+1 |
* | fix aspect 4 according to the standart | iive | 2004-01-23 | 1 | -1/+3 |
* | Do not deactivate the video stream if no audio stream was wanted/found... | mosu | 2004-01-22 | 1 | -1/+1 |
* | Compiler/system compatibility fixes. | mosu | 2004-01-20 | 2 | -10/+4 |
* | compile fix when v4l2 is present but disabled | alex | 2004-01-20 | 1 | -1/+1 |
* | Fixed subtitle clearing. | mosu | 2004-01-20 | 1 | -4/+27 |
* | Have the MOV demuxer recognize and display (via MPINFO) registered ISO | diego | 2004-01-20 | 1 | -4/+37 |
* | Fixed the subtitle line overflowing for SSA if there were too many \N in the ... | mosu | 2004-01-19 | 1 | -2/+12 |
* | Added the new C based Matroska demuxer by Aurelien Jacobs. | mosu | 2004-01-19 | 6 | -1/+3431 |
* | Fix for Real files with header size == 0x10 (normally is 0x12) | rtognimp | 2004-01-16 | 1 | -5/+10 |
* | 100l | rfelker | 2004-01-16 | 1 | -1/+1 |
* | ALSA 1.x audio out driver | henry | 2004-01-11 | 8 | -34/+53 |
* | Added more legacy CodecIDs (S_ASS). | mosu | 2004-01-11 | 1 | -0/+2 |
* | 10l off-by-one when allocating space for subs. Prevent newlines in SSA subs f... | mosu | 2004-01-11 | 1 | -20/+37 |
* | 10l | henry | 2004-01-11 | 1 | -1/+1 |
* | Fix long standing bug where last (and sometimes first) char of the | albeu | 2004-01-10 | 1 | -6/+8 |
* | Properly set the file duration for audio-only Ogg files. Patch by Michael Beh... | mosu | 2004-01-06 | 1 | -0/+2 |
* | Changed to conform to recent changes to the "LIVE.COM Streaming Media" code. | rsf | 2004-01-06 | 1 | -1/+3 |
* | Changes to conform to recent changes to the "LIVE.COM Streaming Media" code. | rsf | 2004-01-06 | 1 | -2/+2 |
* | sync with netbsd ports: audio grabbing support fixed | alex | 2004-01-02 | 1 | -0/+14 |
* | FreeBSD 5.2-CURRENT support | alex | 2004-01-02 | 1 | -0/+4 |
* | 10l let path behave like before the start/stop patch | rtognimp | 2003-12-19 | 1 | -1/+1 |
* | UYVY support (port from v4l1) | henry | 2003-12-19 | 1 | -0/+2 |
* | make outfmt=uyvy work with rivatv patch by Stephen Beahm | faust3 | 2003-12-18 | 1 | -0/+2 |
* | cdda: endianness fix | colin | 2003-12-16 | 1 | -0/+6 |
* | 100l Fix audio decoding and random sig11 | rtognimp | 2003-12-15 | 1 | -1/+1 |
* | For RealVideo the aspect ratio was overridden in vd_realvid.c. Implemented a ... | mosu | 2003-12-15 | 1 | -3/+13 |
* | using more common function strchr instead index | alex | 2003-12-09 | 1 | -1/+1 |
* | 1000l to me | alex | 2003-12-09 | 1 | -1/+1 |
* | Proper runtime index generation with support for growing files. Patch by rgse... | alex | 2003-12-08 | 1 | -67/+148 |
* | keyframe detection support by rgselk <rgselknospam@yahoo.com> | alex | 2003-12-08 | 1 | -3/+14 |
* | removed the historic libcss support | alex | 2003-12-08 | 4 | -356/+1 |
* | bsdism by Steven Schultz | alex | 2003-12-08 | 1 | -6/+13 |
* | LML-M4 mpeg4 capture card raw stream format support | arpi | 2003-12-08 | 4 | -3/+378 |
* | 100l. Probably I was smoking crack while committing... | alex | 2003-12-08 | 1 | -1/+1 |
* | Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl... | alex | 2003-12-08 | 4 | -3/+292 |
* | 1000l | alex | 2003-12-08 | 1 | -2/+2 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 | 2 | -2/+5 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 | 2 | -8/+53 |
* | Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a l... | mosu | 2003-12-05 | 2 | -40/+65 |
* | 10l | rtognimp | 2003-11-30 | 1 | -1/+1 |
* | Real rtsp Range parameter (Start and End) support. | rtognimp | 2003-11-23 | 3 | -2/+67 |
* | Add detection of Real rtsp when there are queries in url. | rtognimp | 2003-11-23 | 1 | -21/+7 |
* | Added the FLAC CodecId. | mosu | 2003-11-16 | 1 | -0/+1 |
* | Support for FLAC tracks that already contain the "fLaC" header. | mosu | 2003-11-16 | 1 | -11/+16 |
* | Support for FLAC in Matroska written in the MS compatibility mode. | mosu | 2003-11-16 | 1 | -3/+12 |
* | Support for FLAC in Matroska. | mosu | 2003-11-16 | 1 | -4/+26 |
* | Small format fixes. | mosu | 2003-11-15 | 1 | -2/+2 |
* | missing extern | rathann | 2003-11-15 | 1 | -0/+1 |
* | For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a... | mosu | 2003-11-15 | 1 | -2/+4 |
* | seek in realmedia files | luran | 2003-11-12 | 2 | -49/+179 |
* | Warning fixes (approved by A'rpi). | rathann | 2003-11-08 | 3 | -3/+4 |
* | fallback to non-iconv dummy utf16 conversion if iconv failed | alex | 2003-11-06 | 1 | -35/+27 |
* | remove uncommon langinfo code and replace it by more common setlocal. patch b... | alex | 2003-11-06 | 1 | -2/+1 |
* | Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>. | mosu | 2003-11-06 | 1 | -2/+2 |
* | Oops, removed a debugging printf from teh previous version. | rsf | 2003-11-06 | 1 | -1/+0 |
* | Increased the threshold for how many incoming frames to look at while guessing | rsf | 2003-11-06 | 1 | -1/+2 |
* | Proper usage of zlib for decompression. | mosu | 2003-11-05 | 1 | -21/+33 |
* | The message parameter was removed. | diego | 2003-11-04 | 1 | -1/+1 |
* | Fix waveformatex size calculation | ranma | 2003-11-03 | 1 | -2/+1 |
* | 1000000l!!!! | rfelker | 2003-11-03 | 1 | -4/+0 |
* | Patch by Nico <nsabbi@libero.it> | attila | 2003-11-01 | 2 | -18/+26 |
* | Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms | attila | 2003-11-01 | 1 | -0/+44 |
* | Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique An... | mosu | 2003-11-01 | 1 | -1/+2 |
* | Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mp... | mosu | 2003-10-30 | 1 | -2/+4 |
* | VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU ... | mosu | 2003-10-29 | 1 | -224/+6 |
* | * fix my 100l from before | attila | 2003-10-26 | 1 | -3/+11 |
* | 10! | attila | 2003-10-26 | 1 | -2/+2 |
* | Support for -chapter selection. | mosu | 2003-10-25 | 1 | -5/+122 |
* | Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca> | alex | 2003-10-22 | 3 | -1/+63 |
* | Added support for additional content encoding (compression, encryption) in ge... | mosu | 2003-10-22 | 1 | -81/+361 |
* | User settable http user-agent. Patch by Per Wigren | alex | 2003-10-22 | 1 | -4/+12 |
* | disable a silly errormessage | alex | 2003-10-22 | 1 | -1/+1 |
* | 10l | alex | 2003-10-22 | 1 | -2/+1 |
* | Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com> | alex | 2003-10-22 | 1 | -10/+11 |
* | update by Andriy N. Gritsenko <andrej@lucky.net> | alex | 2003-10-22 | 1 | -9/+15 |
* | some updates in muxer api | alex | 2003-10-22 | 1 | -0/+1 |
* | |