| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify: replace malloc + memset 0 by calloc | reimar | 2006-10-05 | 1 | -4/+2 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -2/+0 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+4 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -12/+6 |
* | 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ... | nicodvb | 2006-08-21 | 1 | -2/+5 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 1 | -1/+24 |
* | clarification in a comment | nicodvb | 2006-08-18 | 1 | -1/+1 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 | 1 | -0/+6 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 | 1 | -0/+66 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 | 1 | -1/+3 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+20 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -4/+7 |
* | move some ill-behaving demuxers further down the list | reimar | 2006-07-04 | 1 | -6/+6 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -4/+4 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -2/+0 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 | 1 | -2/+3 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -0/+21 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -12/+8 |
* | fixes decoding demoscene.tv nsv at http://213.186.36.129:8000 | gpoirier | 2006-04-17 | 1 | -1/+1 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -2/+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 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 1 | -0/+35 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -1/+3 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 | 1 | -1/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | estimate total time also for audio-only files. | reimar | 2005-11-06 | 1 | -0/+3 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -0/+3 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 | 1 | -1/+1 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+2 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 | 1 | -2/+4 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 | 1 | -2/+5 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 | 1 | -0/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -3/+3 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 | 1 | -0/+4 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -13/+32 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -0/+2 |
* | Do not free demuxer before using demuxer->desc->type (happened when using -au... | reimar | 2005-08-23 | 1 | -1/+2 |
* | fix brokeness caused by demuxer patch, this code is useless for | ods15 | 2005-08-11 | 1 | -1/+0 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -1097/+269 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -2/+2 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+23 |
* | -identify variable names should follow [A-Z_][A-Z0-9_]* convention | ranma | 2005-07-07 | 1 | -2/+6 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+4 |
* | fix memleak when playing mov files | reimar | 2005-06-20 | 1 | -0/+3 |
* | added AAC ADTS demuxer | nicodvb | 2005-06-13 | 1 | -0/+22 |
* | moved mpeg-ps/es probing code to demux_mpg.c | nicodvb | 2005-06-06 | 1 | -102/+17 |
* | setting sh_audio to NULL is nonsense, since it is only a local variable, | reimar | 2005-05-27 | 1 | -6/+6 |
* | revert one line of version 1.182 patch (caused use of already-freed | rfelker | 2005-04-29 | 1 | -1/+1 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -4/+5 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -27/+6 |
* | Rather simple patch for RAWDV demuxer which lets it say whats the total | rtognimp | 2005-03-09 | 1 | -0/+7 |
* | avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-13 | 1 | -2/+54 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 | 1 | -5/+7 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -2/+12 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 1 | -0/+26 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -2/+2 |
* | Use demuxer_get_percent_pos for the OSD position bar | reimar | 2004-12-21 | 1 | -4/+8 |
* | disable demuxer_bmp, | iive | 2004-12-15 | 1 | -22/+0 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+10 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -6/+1 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -3/+3 |
* | seeking based on the largest timestamp in an mpeg stream | aurel | 2004-10-23 | 1 | -1/+5 |
* | Remove redundant ASF status line, there is another for all formats. | diego | 2004-10-19 | 1 | -5/+0 |
* | Fix segfault for unexistant/unreachable rtsp streams | rtognimp | 2004-10-18 | 1 | -1/+1 |
* | Support ON2 variation of AVI format (.vp5 files) | rtognimp | 2004-10-08 | 1 | -1/+5 |
* | fixed small memleak | reimar | 2004-10-01 | 1 | -3/+4 |
* | missing extern | rathann | 2004-09-23 | 1 | -0/+3 |
* | moved sh_audio initialization from dec_audio to demuxer.c to fix | reimar | 2004-09-16 | 1 | -0/+7 |
* | show video format for all demuxers, not just avi (move this somewhere else if... | rfelker | 2004-09-10 | 1 | -0/+9 |
* | DTS support via lavc and libdts | rtognimp | 2004-08-12 | 1 | -2/+4 |
* | cache min fill adjustment, based on patch by Jeremy Huddleston | iive | 2004-07-16 | 1 | -2/+5 |
* | Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit... | mosu | 2004-05-07 | 1 | -1/+1 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 1 | -1/+1 |
* | nsv (Nullsoft streaming video) demuxer | rtognimp | 2004-04-12 | 1 | -0/+22 |
* | demux_lavf | michael | 2004-04-11 | 1 | -1/+40 |
* | Added support for multiplexed (audio+video) RTP streams. | rsf | 2004-02-22 | 1 | -1/+1 |
* | LML-M4 mpeg4 capture card raw stream format support | arpi | 2003-12-08 | 1 | -0/+36 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 | 1 | -1/+4 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 | 1 | -0/+5 |
* | missing extern | rathann | 2003-11-15 | 1 | -0/+1 |
* | seek in realmedia files | luran | 2003-11-12 | 1 | -0/+3 |
* | Fixed 'reading after EOF'. demuxers didn't check, how many they've read! | lumag | 2003-09-20 | 1 | -1/+2 |
* | get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a... | faust3 | 2003-09-19 | 1 | -0/+3 |
* | - initial support for MPEG4 in TS (M4V is working, but not AAC yet) | arpi | 2003-08-24 | 1 | -2/+9 |
* | 10l - some forgotten ifdefs | henry | 2003-08-07 | 1 | -2/+2 |
* | inconsistency | alex | 2003-07-19 | 1 | -1/+1 |
* | fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar | arpi | 2003-07-05 | 1 | -0/+2 |
* | fix one missing #include, one missing extern and one 10l error. | rathann | 2003-06-19 | 1 | -1/+1 |
* | tivo demuxer moved down, its fileformat detection is unstable (misdetects mpe... | arpi | 2003-06-09 | 1 | -12/+12 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -0/+45 |
* | warning fixes Raindel Shachar <raindel@techunix.technion.ac.il> | alex | 2003-05-31 | 1 | -0/+1 |
* | 10l | alex | 2003-05-23 | 1 | -1/+1 |
* | Add support for Realaudio files | rtognimp | 2003-04-30 | 1 | -0/+22 |
* | Added Matroska demuxing support. | mosu | 2003-04-30 | 1 | -0/+33 |
* | 10l | michael | 2003-04-14 | 1 | -2/+2 |
* | H264-ES demuxer | michael | 2003-04-04 | 1 | -3/+40 |
* | Fix all demuxers wich where using a global var to enable themself. | albeu | 2003-03-30 | 1 | -19/+16 |
* | Fix rawvideo and -audiofile | albeu | 2003-03-27 | 1 | -6/+22 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -1/+24 |
* | enabling mpeg4-es autodetection (if we dont enable it, then we will never kno... | michael | 2003-02-16 | 1 | -1/+1 |
* | libgif/libungif based demuxer support for libmpdemux. | arpi | 2003-01-28 | 1 | -0/+30 |
* | raw mpeg4-es support (you need to set -fps manually!) | arpi | 2003-01-23 | 1 | -6/+23 |
* | raw video demuxer, requested by Michael | arpi | 2003-01-22 | 1 | -0/+15 |
* | extension-based filetype detection for headerless files (mp3 vs mpeg, etc) | arpi | 2003-01-19 | 1 | -27/+43 |
* | patch adds support for MOV-Reference-Files. | arpi | 2003-01-13 | 1 | -1/+1 |
* | upsz :)))))))))))))) | pontscho | 2003-01-12 | 1 | -2/+0 |
* | this patch adds an fallback to playlist (any but the plaintext-list format) | arpi | 2003-01-12 | 1 | -1/+1 |
* | 10l (was segfaulting on non-dv file) | filon | 2003-01-06 | 1 | -1/+3 |
* | XMMS Input plugin support | arpi | 2002-12-22 | 1 | -1/+34 |
* | 10l - demux_avi handles AVI_NI and AVI_NINI too | arpi | 2002-12-11 | 1 | -0/+2 |
* | 10l | arpi | 2002-12-07 | 1 | -1/+1 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -0/+38 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+2 |
* | A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains | arpi | 2002-11-02 | 1 | -1/+1 |
* | cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed, | arpi | 2002-11-02 | 1 | -3/+0 |
* | cleanup config option handling in libmpdemux. | arpi | 2002-10-23 | 1 | -19/+5 |
* | ss_div/ss_mul defaults to 0 | arpi | 2002-10-16 | 1 | -1/+1 |
* | This just corrects a function name to match the other demuxer's | arpi | 2002-10-04 | 1 | -2/+2 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 1 | -4/+3 |
* | changed 'detected fileformat' messages to a message with %s | jaf | 2002-09-22 | 1 | -18/+18 |
* | get_sh_audio/get_sh_video removed (never used, also useless) | arpi | 2002-09-22 | 1 | -22/+0 |
* | removed dummy OGG functions - use #ifdef instead | arpi | 2002-09-15 | 1 | -2/+9 |
* | added smjpeg demuxer only for nexus' request | alex | 2002-09-13 | 1 | -0/+22 |
* | .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer | arpi | 2002-09-10 | 1 | -2/+27 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 1 | -11/+6 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 1 | -9/+16 |
* | typo fixes by Ross Finlayson <finlayson@live.com> | arpi | 2002-08-14 | 1 | -1/+1 |
* | 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 |
* | raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org> | arpi | 2002-08-05 | 1 | -1/+43 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 1 | -0/+20 |
* | count blocks by rounded-up chunksizes instead of chunks - | arpi | 2002-08-02 | 1 | -0/+3 |
* | Add uninit to the avi demuxer | albeu | 2002-07-26 | 1 | -0/+5 |
* | add -audiofile support for gui | pontscho | 2002-07-02 | 1 | -1/+1 |
* | Support for playing audio cds using cdparanoia. Include a raw audio | albeu | 2002-06-11 | 1 | -0/+17 |
* | clone_demux_packet(), using refcounting to avoid memcpy() | arpi | 2002-05-25 | 1 | -7/+8 |
* | Fix frame_time for variable fps movies as it was the last frame duration. | albeu | 2002-05-02 | 1 | -1/+20 |
* | Add support for another AVI with ogg/vorbis audio (0x674F) | albeu | 2002-04-29 | 1 | -2/+16 |
* | Uninit added | albeu | 2002-04-24 | 1 | -0/+9 |
* | Added demuxer uninit | albeu | 2002-04-24 | 1 | -0/+30 |
* | more strict check for .mp3 | arpi | 2002-04-23 | 1 | -1/+3 |
* | mplayer was not compileable without, i tested it with and without vorbis, i h... | jaf | 2002-04-21 | 1 | -0/+4 |
* | Seeking implemented | albeu | 2002-04-20 | 1 | -0/+3 |
* | BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> | arpi | 2002-04-12 | 1 | -2/+2 |
* | added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl... | arpi | 2002-04-03 | 1 | -0/+1 |
* | don't alloc/free NULL | arpi | 2002-04-03 | 1 | -1/+1 |
* | freeing codec in/out buffers is job of libmpcodecs, not demuxer | arpi | 2002-04-01 | 1 | -3/+0 |
* | added soem debug prints, and fixed 10l bug of Alban | arpi | 2002-03-31 | 1 | -0/+5 |
* | added a BMP file demuxer...yeah, that's right, a static image BMP file | melanson | 2002-03-20 | 1 | -0/+18 |
* | FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on | melanson | 2002-03-17 | 1 | -0/+3 |
* | don't free our_out_buffer - it's obsoleted | arpi | 2002-03-17 | 1 | |