| Commit message (Expand) | Author | Age | Files | Lines |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 7 | -14/+144 |
* | Removed hard coded value for the length of the header separator. | bertrand | 2002-11-13 | 1 | -4/+6 |
* | FreeBSD fix | nexus | 2002-11-12 | 1 | -0/+1 |
* | New config system + cleanup of header inter dependency | albeu | 2002-11-12 | 1 | -1/+1 |
* | export imagedescription for qt video codecs | arpi | 2002-11-11 | 2 | -3/+6 |
* | dlopen() support for ad and vd | alex | 2002-11-11 | 1 | -0/+6 |
* | skew calculations modified to use integers | henry | 2002-11-08 | 1 | -48/+36 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 11 | -8/+31 |
* | skip id3v2 junk when looking for mp3 | rfelker | 2002-11-05 | 1 | -0/+7 |
* | Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu> | bertrand | 2002-11-05 | 1 | -1/+6 |
* | move timestamp debug printf to higher verbose level (hope it's ok) | atmos4 | 2002-11-05 | 1 | -1/+1 |
* | 10l | arpi | 2002-11-05 | 1 | -1/+1 |
* | ASF-style stream auto-selection, to fix files with fake a/v streams (only | arpi | 2002-11-05 | 1 | -96/+44 |
* | workaround for ms11 ima4 | alex | 2002-11-04 | 1 | -0/+3 |
* | - realaudio ATRC (sony atrac3) codec support | arpi | 2002-11-04 | 1 | -13/+45 |
* | remove BE hack (yes, works now ! :-)) | colin | 2002-11-03 | 1 | -9/+0 |
* | fix possible sig8 - found by Alex | arpi | 2002-11-02 | 1 | -1/+1 |
* | workaround old mencoder's cbr-mp3 header bug | arpi | 2002-11-02 | 1 | -1/+10 |
* | fixed comment - noticed by Alex | arpi | 2002-11-02 | 1 | -2/+2 |
* | A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains | arpi | 2002-11-02 | 4 | -7/+6 |
* | cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed, | arpi | 2002-11-02 | 4 | -58/+46 |
* | verbose can be negative | arpi | 2002-11-01 | 6 | -14/+17 |
* | increase buffer size in immediate mode | henry | 2002-11-01 | 1 | -1/+1 |
* | set up nBlockAlign, nBytesPerSec correctly if extended audio header avail. | arpi | 2002-10-31 | 1 | -1/+9 |
* | pass audio codecdata | arpi | 2002-10-31 | 1 | -1/+10 |
* | debug printf | arpi | 2002-10-30 | 1 | -1/+1 |
* | 10L fix | henry | 2002-10-29 | 1 | -1/+1 |
* | GCC warning fixes | bertrand | 2002-10-29 | 7 | -41/+61 |
* | check for framesize validity, return -1 (error) for zero size (bug found by pl) | arpi | 2002-10-25 | 1 | -7/+13 |
* | added an option for specifying the size of capture buffer | henry | 2002-10-25 | 3 | -10/+17 |
* | max header size increased | arpi | 2002-10-23 | 1 | -4/+5 |
* | allow cache to be disabled (-nocache should override cachesize autodetection | arpi | 2002-10-23 | 1 | -1/+1 |
* | - fixed several 10l bugs | arpi | 2002-10-23 | 1 | -198/+106 |
* | yeah, test.c works now! | arpi | 2002-10-23 | 2 | -3/+13 |
* | 10l | arpi | 2002-10-23 | 1 | -1/+1 |
* | cleanup config option handling in libmpdemux. | arpi | 2002-10-23 | 7 | -127/+23 |
* | mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in... | arpi | 2002-10-23 | 6 | -31/+11 |
* | added libmpdemux depends to test.c | arpi | 2002-10-23 | 2 | -1/+4 |
* | dvd chapter detect function from Gregory Kovriga | pontscho | 2002-10-22 | 2 | -0/+29 |
* | dump wav header | arpi | 2002-10-22 | 1 | -0/+2 |
* | endianess independency (using get int 16/32/64 func instead of typecasting po... | arpi | 2002-10-22 | 1 | -24/+75 |
* | minor fixes in forceaudio option | henry | 2002-10-22 | 1 | -1/+9 |
* | OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled) | arpi | 2002-10-22 | 1 | -0/+16 |
* | add an option to force audio recording when a tv card reports no audio sources | henry | 2002-10-22 | 3 | -1/+3 |
* | add a forgotten shutdown test | henry | 2002-10-22 | 1 | -0/+3 |
* | Fixed more potential mem leaks and use the url_free method | bertrand | 2002-10-19 | 1 | -3/+8 |
* | removed the mess | alex | 2002-10-19 | 1 | -56/+0 |
* | set position in channel list on startup. note: hope one day we will get clean... | alex | 2002-10-19 | 1 | -2/+30 |
* | Stop grabbing from v4l when paused by Jindrich Makovicka | alex | 2002-10-19 | 1 | -22/+17 |
* | fix & workaround possible sig8/sig11 in blocksize calculation | arpi | 2002-10-17 | 1 | -2/+10 |
* | fix bih->biSize for uncompressed files too | arpi | 2002-10-17 | 1 | -1/+1 |
* | fill the extra bytes with zero | arpi | 2002-10-17 | 1 | -1/+2 |
* | 10l - do not read INDEX twice!!! | arpi | 2002-10-16 | 1 | -4/+6 |
* | memleaks | arpi | 2002-10-16 | 1 | -0/+3 |
* | memleak fix | arpi | 2002-10-16 | 1 | -0/+1 |
* | memleak fix (found by valgrind) | arpi | 2002-10-16 | 1 | -4/+9 |
* | ss_div/ss_mul defaults to 0 | arpi | 2002-10-16 | 2 | -2/+2 |
* | use standard gsm fourcc 'agsm' instead of msgsm id 0x31 | arpi | 2002-10-16 | 1 | -1/+1 |
* | ds_tell_block() | arpi | 2002-10-16 | 1 | -1/+5 |
* | Don't start a CDDB request to the CDDB server if there is no CD in the drive, | bertrand | 2002-10-16 | 1 | -8/+20 |
* | -fps autodetection | arpi | 2002-10-13 | 1 | -0/+5 |
* | Create the ~/.cddb directory if not present. | bertrand | 2002-10-13 | 1 | -5/+17 |
* | stream selection cleanup, fixed -nosound | arpi | 2002-10-10 | 1 | -111/+71 |
* | -nosound fix | arpi | 2002-10-08 | 1 | -3/+3 |
* | fixed LPCM parsing | arpi | 2002-10-08 | 1 | -18/+28 |
* | Added support for RTSP stream over TCP. | bertrand | 2002-10-08 | 1 | -1/+8 |
* | * Fix for the broken MultiDec files I had originally posted with the | arpi | 2002-10-07 | 1 | -61/+163 |
* | BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARC | jkeil | 2002-10-07 | 1 | -11/+9 |
* | smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg> | arpi | 2002-10-06 | 3 | -0/+97 |
* | aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder | arpi | 2002-10-05 | 1 | -3/+9 |
* | This just corrects a function name to match the other demuxer's | arpi | 2002-10-04 | 2 | -4/+7 |
* | this patch adds an ability to recover from audio buffer cross-run by Jindrich... | alex | 2002-10-02 | 3 | -7/+98 |
* | some cleanups for video_grabber() which fix a race condition by Jindrich Mako... | alex | 2002-10-02 | 1 | -21/+25 |
* | this patch adds an ability to recover from audio buffer cross-run by Jindrich... | alex | 2002-10-02 | 1 | -0/+1 |
* | rv10 cleanup | michael | 2002-10-01 | 1 | -25/+3 |
* | - demuxer->audio->id is set to -2 when using 'frameno.avi', so | arpi | 2002-09-30 | 1 | -4/+14 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 3 | -7/+3 |
* | passthrough timestamps to demuxer | arpi | 2002-09-28 | 1 | -2/+29 |
* | complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> | alex | 2002-09-28 | 1 | -69/+92 |
* | btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> | alex | 2002-09-28 | 1 | -1/+0 |
* | dump processed edit list data | arpi | 2002-09-27 | 1 | -0/+3 |
* | Display the IP address that has been resolved. | bertrand | 2002-09-27 | 1 | -3/+7 |
* | fixed invalid -aid/-vid segfault | arpi | 2002-09-25 | 1 | -1/+10 |
* | changed 'detected fileformat' messages to a message with %s | jaf | 2002-09-22 | 1 | -18/+18 |
* | Fix nick of sbmpost | lgb | 2002-09-22 | 1 | -1/+2 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 15 | -49/+37 |
* | wine headers cleanup | arpi | 2002-09-22 | 2 | -5/+38 |
* | get_sh_audio/get_sh_video removed (never used, also useless) | arpi | 2002-09-22 | 1 | -22/+0 |
* | - cosmetics, reorder | arpi | 2002-09-21 | 1 | -31/+30 |
* | we don't need the 0x1ff hack any more! | arpi | 2002-09-21 | 1 | -1/+1 |
* | fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble()... | lgb | 2002-09-21 | 2 | -29/+63 |
* | fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one) | arpi | 2002-09-18 | 1 | -4/+37 |
* | Added the cdinfo.c for compilation. | bertrand | 2002-09-17 | 1 | -1/+1 |
* | Enable CDDB support only if the network layer is enabled. | bertrand | 2002-09-17 | 1 | -0/+4 |
* | Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so | bertrand | 2002-09-17 | 1 | -116/+1 |
* | Moved all the cdinfo specific from cddb to a standalone file, so | bertrand | 2002-09-17 | 1 | -0/+136 |
* | hpux DVD support fixes by Martin Gansser <mgansser@ngi.de> | arpi | 2002-09-16 | 1 | -0/+2 |
* | removed dummy OGG functions - use #ifdef instead | arpi | 2002-09-15 | 2 | -24/+10 |
* | some cosmetics - reordering declarations, 10l for cache2 | arpi | 2002-09-15 | 1 | -8/+6 |
* | stream layer cleanup part 2 | arpi | 2002-09-15 | 4 | -48/+22 |
* | stream layer cleanup - part 1 | arpi | 2002-09-15 | 6 | -60/+47 |
* | removed obsolete VCD_CACHE hack | arpi | 2002-09-15 | 6 | -173/+0 |
* | The granule position of pages contining Vorbis audio is in units of | arpi | 2002-09-14 | 1 | -2/+2 |
* | Added a new ASX playlist mime-type | bertrand | 2002-09-13 | 1 | -0/+1 |
* | added smjpeg demuxer only for nexus' request | alex | 2002-09-13 | 4 | -1/+198 |
* | .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer | arpi | 2002-09-10 | 5 | -4/+444 |
* | TGA images (-mf on:type=tga) support | arpi | 2002-09-10 | 1 | -2/+4 |
* | fixed >2GB files demuxing | arpi | 2002-09-10 | 1 | -4/+4 |
* | Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il> | bertrand | 2002-09-09 | 1 | -0/+5 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 4 | -17/+23 |
* | fixed get_format/set_format | alex | 2002-09-08 | 1 | -2/+4 |
* | changed message leveles (too many non-sense info messages) | alex | 2002-09-08 | 2 | -20/+16 |
* | tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for... | alex | 2002-09-08 | 1 | -3/+3 |
* | Don't try to reread from the socket if the server says EOF | bertrand | 2002-09-07 | 1 | -1/+1 |
* | Fixed an unknown command. Looks like it's a new command from WMS9. | bertrand | 2002-09-07 | 1 | -3/+10 |
* | removes old input code (forgot to commit this) | alex | 2002-09-07 | 1 | -12/+0 |
* | Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a... | bertrand | 2002-09-07 | 1 | -2/+2 |
* | typo (checking for mpeg twice, instead of mpeg & MPEG) | michael | 2002-09-06 | 1 | -1/+1 |
* | SPARC gcc generates bad code accessing an unaligned and packed structure member | jkeil | 2002-09-06 | 1 | -0/+15 |
* | - simpler http_response_append (uses realloc()) | arpi | 2002-09-06 | 1 | -16/+8 |
* | Humm, only if __DEBUG_URL is defined, declare the prototype... | bertrand | 2002-09-05 | 1 | -1/+1 |
* | Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn... | bertrand | 2002-09-04 | 1 | -4/+54 |
* | - If fatal error while trying to connect to a WM server, skip other proto. | bertrand | 2002-09-03 | 1 | -2/+8 |
* | Return -2 for fatal error while connecting to a server. | bertrand | 2002-09-03 | 1 | -4/+6 |
* | Checked if the connection succeeded before writing in the socket. | bertrand | 2002-09-03 | 1 | -0/+8 |
* | gcc 2.95.4 doesn't like VAR==value without spaces | arpi | 2002-09-02 | 1 | -1/+1 |
* | removed obsolete items | alex | 2002-09-01 | 1 | -13/+0 |
* | audio in layer is used only bu tvi_v4l, don't compile for others. | arpi | 2002-08-31 | 4 | -9/+28 |
* | user-data moved one -v up | arpi | 2002-08-31 | 1 | -1/+1 |
* | fix cache disable for live.com | atmos4 | 2002-08-31 | 1 | -6/+5 |
* | removed buggy fd<0 check for disallowing dumpstream/cache | arpi | 2002-08-31 | 1 | -5/+6 |
* | 1000l - libmpdvdkit2 fix, thx Nexus | arpi | 2002-08-31 | 1 | -0/+7 |
* | assume $(CC) can compile c++ - fixes compile with non-default compiler | arpi | 2002-08-30 | 1 | -1/+1 |
* | v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> | alex | 2002-08-30 | 3 | -16/+73 |
* | 10l bug, found by Nexus | arpi | 2002-08-29 | 1 | -0/+1 |
* | use dir/libname.a instead of -Ldir -lname | arpi | 2002-08-29 | 1 | -1/+1 |
* | new mencoder option -info, to store copyright, title, encoder version etc in AVI | arpi | 2002-08-29 | 2 | -0/+65 |
* | fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net> | arpi | 2002-08-29 | 1 | -1/+1 |
* | - Tell the RTSP client code to use the string "mplayer" in RTSP | arpi | 2002-08-29 | 1 | -1/+2 |
* | inet_aton fallback support by Joey Parrish <joey@yunamusic.com> | bertrand | 2002-08-29 | 1 | -0/+14 |
* | mostly compiler warning fixes, some small bugfix | arpi | 2002-08-28 | 1 | -1/+1 |
* | fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar... | alex | 2002-08-28 | 1 | -2/+2 |
* | - added matrix cracking/debugging code - disabled | arpi | 2002-08-27 | 1 | -1/+28 |
* | Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should chec... | alex | 2002-08-26 | 1 | -0/+5 |
* | some files has some shit before teh audio/video headers... | arpi | 2002-08-25 | 1 | -9/+22 |
* | 10l - fixed chunktab size calculation | arpi | 2002-08-24 | 1 | -1/+5 |
* | - changed re-muxed packet structure (see struct dp_hdr_t) | arpi | 2002-08-24 | 1 | -35/+62 |
* | v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> | arpi | 2002-08-22 | 4 | -11/+13 |
* | fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lis... | jaf | 2002-08-22 | 1 | -0/+9 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 5 | -0/+629 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 5 | -270/+729 |
* | ogg (.ogm) text subtitles support | arpi | 2002-08-14 | 1 | -4/+81 |
* | - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure for | arpi | 2002-08-14 | 1 | -12/+41 |
* | typo fixes by Ross Finlayson <finlayson@live.com> | arpi | 2002-08-14 | 2 | -2/+2 |
* | disable cache if stream->fd<0 (no regular file/pipe but some special thing) | arpi | 2002-08-14 | 1 | -0/+7 |
* | corrects an off-by-one error when trying to seek beyond the end of file. | arpi | 2002-08-14 | 1 | -1/+1 |
* | RV20 A-V desync fixed - use timestamp hack only for RV30 | arpi | 2002-08-14 | 1 | -6/+14 |
* | RV40 support | arpi | 2002-08-12 | 1 | -1/+8 |
* | messages moved again | jaf | 2002-08-08 | 1 | -20/+20 |
* | 10l | arpi | 2002-08-06 | 1 | -1/+1 |
* | detection reordered. note: raw DV detection should be more reliable. | arpi | 2002-08-06 | 1 | -12/+9 |
* | allow early exit from esds parsing, so decoder info (type & bitrate) are | arpi | 2002-08-05 | 1 | -3/+5 |
* | support for .mp4 with .mp3 audio | arpi | 2002-08-05 | 1 | -0/+6 |
* | raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org> | arpi | 2002-08-05 | 4 | -3/+267 |
* | PPC endianess fix by Colin Leroy <colin@colino.net> | arpi | 2002-08-05 | 1 | -14/+53 |
* | fixed 'eof at 66s' bug | arpi | 2002-08-05 | 1 | -14/+40 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 8 | -8/+556 |
|