aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.c
Commit message (Expand)AuthorAge
...
* libgif/libungif based demuxer support for libmpdemux.Gravatar arpi2003-01-28
* raw mpeg4-es support (you need to set -fps manually!)Gravatar arpi2003-01-23
* raw video demuxer, requested by MichaelGravatar arpi2003-01-22
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)Gravatar arpi2003-01-19
* patch adds support for MOV-Reference-Files.Gravatar arpi2003-01-13
* upsz :))))))))))))))Gravatar pontscho2003-01-12
* this patch adds an fallback to playlist (any but the plaintext-list format)Gravatar arpi2003-01-12
* 10l (was segfaulting on non-dv file)Gravatar filon2003-01-06
* XMMS Input plugin supportGravatar arpi2002-12-22
* 10l - demux_avi handles AVI_NI and AVI_NINI tooGravatar arpi2002-12-11
* 10lGravatar arpi2002-12-07
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsGravatar arpi2002-11-02
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,Gravatar arpi2002-11-02
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* ss_div/ss_mul defaults to 0Gravatar arpi2002-10-16
* This just corrects a function name to match the other demuxer'sGravatar arpi2002-10-04
* some cleanup - made private vars/funcs static, removed obsolete externsGravatar arpi2002-09-29
* changed 'detected fileformat' messages to a message with %sGravatar jaf2002-09-22
* get_sh_audio/get_sh_video removed (never used, also useless)Gravatar arpi2002-09-22
* removed dummy OGG functions - use #ifdef insteadGravatar arpi2002-09-15
* added smjpeg demuxer only for nexus' requestGravatar alex2002-09-13
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerGravatar arpi2002-09-10
* removed messy global 'tv_handle', use stream->priv for that purposeGravatar arpi2002-09-08
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:Gravatar arpi2002-08-21
* typo fixes by Ross Finlayson <finlayson@live.com>Gravatar arpi2002-08-14
* messages moved againGravatar jaf2002-08-08
* 10lGravatar arpi2002-08-06
* detection reordered. note: raw DV detection should be more reliable.Gravatar arpi2002-08-06
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>Gravatar arpi2002-08-05
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...Gravatar arpi2002-08-05
* count blocks by rounded-up chunksizes instead of chunks -Gravatar arpi2002-08-02
* Add uninit to the avi demuxerGravatar albeu2002-07-26
* add -audiofile support for guiGravatar pontscho2002-07-02
* Support for playing audio cds using cdparanoia. Include a raw audioGravatar albeu2002-06-11
* clone_demux_packet(), using refcounting to avoid memcpy()Gravatar arpi2002-05-25
* Fix frame_time for variable fps movies as it was the last frame duration.Gravatar albeu2002-05-02
* Add support for another AVI with ogg/vorbis audio (0x674F)Gravatar albeu2002-04-29
* Uninit addedGravatar albeu2002-04-24
* Added demuxer uninitGravatar albeu2002-04-24
* more strict check for .mp3Gravatar arpi2002-04-23
* mplayer was not compileable without, i tested it with and without vorbis, i h...Gravatar jaf2002-04-21
* Seeking implementedGravatar albeu2002-04-20
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>Gravatar arpi2002-04-12
* added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl...Gravatar arpi2002-04-03
* don't alloc/free NULLGravatar arpi2002-04-03
* freeing codec in/out buffers is job of libmpcodecs, not demuxerGravatar arpi2002-04-01
* added soem debug prints, and fixed 10l bug of AlbanGravatar arpi2002-03-31
* added a BMP file demuxer...yeah, that's right, a static image BMP fileGravatar melanson2002-03-20