| Commit message (Expand) | Author | Age | Files | Lines |
* | eeh 10l, removed one line too much :( | atmos4 | 2002-03-25 | 1 | -1/+1 |
* | Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur... | atmos4 | 2002-03-25 | 1 | -23/+33 |
* | Use esds parser for movie esds atom and only pass decoder specific configurat... | atmos4 | 2002-03-24 | 1 | -4/+15 |
* | - Add parsing of Sync Layer Descriptor | atmos4 | 2002-03-24 | 3 | -13/+38 |
* | 10l fix memory allocation | atmos4 | 2002-03-24 | 2 | -8/+15 |
* | eeh 10l, forgot malloc of esds struct. | atmos4 | 2002-03-24 | 1 | -1/+2 |
* | Improved MP4 parsing (finally) | atmos4 | 2002-03-24 | 6 | -8/+230 |
* | sys/types.h required for off_t | arpi | 2002-03-23 | 1 | -1/+2 |
* | Add Parsing off ftyp box and some more docs ref | atmos4 | 2002-03-22 | 1 | -9/+31 |
* | Add a usefull url, btw. audio esds needs some fixing with some files, I'll in... | atmos4 | 2002-03-21 | 1 | -0/+2 |
* | insert mpeg4 video header into the first chunk | arpi | 2002-03-21 | 1 | -3/+23 |
* | 0.1l | arpi | 2002-03-21 | 1 | -0/+1 |
* | support multiple video header extension chunks | arpi | 2002-03-21 | 1 | -7/+7 |
* | argh 0.5l | atmos4 | 2002-03-21 | 1 | -1/+2 |
* | Recognize and skip ftype chunk used by some .mp4 files and | atmos4 | 2002-03-21 | 1 | -12/+25 |
* | temporary disabled len=0 code due to reported loop errors | alex | 2002-03-21 | 1 | -0/+2 |
* | Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w... | atmos4 | 2002-03-21 | 1 | -24/+69 |
* | added a BMP file demuxer...yeah, that's right, a static image BMP file | melanson | 2002-03-20 | 4 | -2/+132 |
* | add alternative samplerate calculation for files with timescale\!=samplerate | atmos4 | 2002-03-20 | 1 | -1/+22 |
* | allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h... | atmos4 | 2002-03-19 | 1 | -1/+69 |
* | added PTS for audio, but seeking still doesn't work | melanson | 2002-03-18 | 1 | -8/+24 |
* | FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on | melanson | 2002-03-17 | 2 | -53/+69 |
* | don't free our_out_buffer - it's obsoleted | arpi | 2002-03-17 | 1 | -1/+1 |
* | added proper PTS support for FILM demuxer | melanson | 2002-03-16 | 2 | -30/+20 |
* | BSD compatibility fix by Steven M. Schultz | alex | 2002-03-16 | 1 | -0/+4 |
* | Initial ogg demuxer. No seeking, a/v sync is broken. Support avi | albeu | 2002-03-16 | 6 | -3/+634 |
* | spelling type fix by Anders Rune Jensen | alex | 2002-03-15 | 1 | -1/+1 |
* | 0.1l ;) | alex | 2002-03-15 | 1 | -0/+1 |
* | update by Charles Henrich | alex | 2002-03-15 | 1 | -7/+15 |
* | audio support and pts based packet handling by Charles Henrich | alex | 2002-03-15 | 1 | -42/+104 |
* | mp_msg'ized (for i18n ;) | alex | 2002-03-15 | 1 | -2/+3 |
* | workaround in palette reader for statunit6.mov, needed to implement support f... | alex | 2002-03-15 | 1 | -16/+56 |
* | added get_sh_video/audio and realmedia seeking | alex | 2002-03-15 | 2 | -2/+34 |
* | added PRE-ALPHA seeking ability and index table generator (like avi's one) | alex | 2002-03-15 | 1 | -29/+188 |
* | added TVI BSD BT848 | alex | 2002-03-15 | 1 | -1/+1 |
* | initial | alex | 2002-03-15 | 1 | -0/+634 |
* | mp3 detection fixed... | arpi | 2002-03-14 | 1 | -0/+2 |
* | some cleanup, fixes for video header parsing. finally we get the coded size i... | arpi | 2002-03-14 | 1 | -13/+55 |
* | Add IJPG decoder. | pontscho | 2002-03-10 | 1 | -1/+1 |
* | video_out added to sh_video_t | arpi | 2002-03-07 | 1 | -0/+1 |
* | 're-include' possibility | nick | 2002-03-03 | 2 | -0/+9 |
* | fixed some endian issues, like changing bswap_32() -> be2me_32(), and | melanson | 2002-03-01 | 1 | -9/+4 |
* | Added waitpid in free_stream to avoid zombies | albeu | 2002-02-28 | 1 | -1/+4 |
* | We should know size of out buffer | nick | 2002-02-27 | 1 | -0/+1 |
* | fixes build with new-input disabled | rfelker | 2002-02-24 | 1 | -1/+1 |
* | Make blocking call in libmpdemux interuptable (only with new input, | albeu | 2002-02-23 | 4 | -14/+24 |
* | These 2 files are intended for code common to the whole lib | albeu | 2002-02-23 | 2 | -0/+39 |
* | Handle HTTP OK response that doesn't contain a mime-type. | bertrand | 2002-02-23 | 1 | -4/+3 |
* | Fixed the http response parser when the http header only has the HTTP | bertrand | 2002-02-23 | 1 | -1/+2 |
* | Finnaly figured out this little long living bug | albeu | 2002-02-22 | 1 | -1/+1 |
* | discovered what appears to be another valid FLI frame magic number | melanson | 2002-02-22 | 1 | -1/+1 |
* | Support for retriving mp3 playlist from the network | albeu | 2002-02-21 | 2 | -0/+12 |
* | Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen | atmos4 | 2002-02-20 | 1 | -2/+15 |
* | Demuxers demuxer support for using external audiofile (or muxed subtitles). | albeu | 2002-02-20 | 5 | -13/+230 |
* | Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2 | albeu | 2002-02-20 | 1 | -7/+65 |
* | fixed RoQ file detection and FPS determination (maybe) | melanson | 2002-02-18 | 1 | -8/+6 |
* | ehh, i forgot to commit this... | arpi | 2002-02-17 | 1 | -2/+4 |
* | Changed the default prefill cache value for raw network input stream. | bertrand | 2002-02-17 | 1 | -1/+1 |
* | fixed MP3 ICY detection, return detected file format for open_stream | alex | 2002-02-16 | 3 | -9/+18 |
* | fixed WAV demuxer so that it skips to the actual start of the audio data | melanson | 2002-02-16 | 1 | -1/+10 |
* | We should skip exactly the first frame on mp3 files. | albeu | 2002-02-15 | 1 | -3/+2 |
* | mp3 position fixed | arpi | 2002-02-15 | 1 | -2/+5 |
* | added mp3 detection | arpi | 2002-02-14 | 1 | -1/+9 |
* | fast header checker added | arpi | 2002-02-14 | 1 | -0/+9 |
* | mpeg-es osd fix - patch by ??? (lost mail:((() | arpi | 2002-02-14 | 1 | -1/+2 |
* | Improved mp3 detection (don't detect mpeg1/2 as mp3 anymore) | albeu | 2002-02-14 | 1 | -2/+15 |
* | 10l... it detected mpeg1/2 ps files as mpeg audio... | arpi | 2002-02-14 | 1 | -9/+9 |
* | Audio file demuxer. Extended version for demuxer info. | albeu | 2002-02-14 | 6 | -78/+581 |
* | ehh. forgot to commit this one... | arpi | 2002-02-12 | 1 | -2/+13 |
* | AVI demuxer fixes: | arpi | 2002-02-12 | 1 | -5/+93 |
* | A whole bunch of free_demuxer in demux_open | albeu | 2002-02-11 | 1 | -9/+20 |
* | add initial mPNG support | pontscho | 2002-02-11 | 1 | -4/+6 |
* | Removed the url_copy function , since it was badly implemented, | bertrand | 2002-02-11 | 2 | -17/+2 |
* | Cleaned up the way proxies checking was done. | bertrand | 2002-02-11 | 1 | -13/+15 |
* | reinstated original palette decision logic from XAnim (was the QT spec | melanson | 2002-02-10 | 1 | -1/+3 |
* | added nmhd, added checking for audio trak in demux_mov_fill_buffer | alex | 2002-02-10 | 1 | -1/+10 |
* | identify jpg with case-insensitive 'jpg' or 'jpeg' string | alex | 2002-02-10 | 1 | -1/+2 |
* | check for overflow in new_sh_video and new_sh_audio | alex | 2002-02-10 | 2 | -2/+17 |
* | Fixed FILM demuxer so that it now plays (my) FILM files | melanson | 2002-02-10 | 1 | -25/+118 |
* | fixedsize video samples fixed (dvntsc-qt.mov) | arpi | 2002-02-10 | 1 | -8/+17 |
* | Don't read index for -forceidx and -nodix (speedup with bad media and not nee... | atmos4 | 2002-02-10 | 1 | -1/+2 |
* | Audio only support. Include a fix in the asf demuxer opening. | albeu | 2002-02-08 | 1 | -16/+18 |
* | finalize mfi support. | pontscho | 2002-02-07 | 3 | -32/+60 |
* | completely reworked FILM demuxer to support both audio and video...neither | melanson | 2002-02-07 | 1 | -88/+138 |
* | emulating BITMAPINFOHDR (for win32 codecs) | arpi | 2002-02-06 | 1 | -1/+12 |
* | ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ... | arpi | 2002-02-06 | 1 | -7/+8 |
* | add mfi support | pontscho | 2002-02-06 | 5 | -1/+44 |
* | add mfi demuxer | pontscho | 2002-02-06 | 1 | -0/+103 |
* | add mfi support | pontscho | 2002-02-06 | 2 | -0/+91 |
* | Added auto selection of the best streams and fixed a few compiler | albeu | 2002-02-05 | 1 | -5/+30 |
* | reconciled one minor, nagging palette issue with the official QT spec | melanson | 2002-02-05 | 1 | -1/+1 |
* | fixed FPS as well as crash bug when no audio chunks are present | melanson | 2002-02-05 | 1 | -20/+21 |
* | demuxer is now more complete, though still not perfect | melanson | 2002-02-02 | 1 | -29/+50 |
* | overwrite old info | nexus | 2002-02-01 | 1 | -1/+1 |
* | implemented RoQ file demuxing | melanson | 2002-02-01 | 4 | -2/+243 |
* | warning (proper) fix | pl | 2002-01-29 | 2 | -0/+2 |
* | DVD start position handling changed (progbar/eta fix) | arpi | 2002-01-27 | 2 | -2/+5 |
* | DVD progress bar fix | arpi | 2002-01-27 | 1 | -1/+2 |
* | avoids a warning | pl | 2002-01-27 | 1 | -1/+1 |
* | fixed (reversed) the RGB palette order | melanson | 2002-01-27 | 2 | -271/+271 |
* | yuy2 reported as working | alex | 2002-01-26 | 1 | -2/+2 |
* | pre-check for audio/video streams (hope it fix wma steraming) | arpi | 2002-01-26 | 1 | -0/+14 |
* | Don't segfault with empty -chapter spec. | kmkaplan | 2002-01-25 | 1 | -0/+2 |
* | Extended DVD chapter specification. Remove -last-chapter option. | kmkaplan | 2002-01-24 | 2 | -0/+35 |
* | freebsd fix by bjoern fischer | atmos4 | 2002-01-24 | 1 | -0/+11 |
* | aspect ratio 9 added. | jaf | 2002-01-24 | 1 | -0/+3 |
* | Readded the content-type checking, in case of the no HTTP body are | bertrand | 2002-01-24 | 1 | -23/+24 |
* | Add a parser for the "ASF group stream object" and display the bitrate values | bertrand | 2002-01-24 | 1 | -0/+30 |
* | QT demuxer now supports the default QT palettes | melanson | 2002-01-24 | 2 | -11/+321 |
* | fixed num_of_packets and current_packet handling, bug found by Mike Melanson | alex | 2002-01-23 | 1 | -7/+6 |
* | 10l ... | nexus | 2002-01-23 | 2 | -5/+2 |
* | FreeBSD need this to compile after last changes | nexus | 2002-01-23 | 1 | -0/+4 |
* | Added a turn around for badly configured web servers. | bertrand | 2002-01-23 | 1 | -4/+30 |
* | Modified the output of the http_debug function. | bertrand | 2002-01-23 | 1 | -6/+12 |
* | Removed unused code that I commented earlier. | bertrand | 2002-01-23 | 1 | -37/+0 |
* | Modified the cache option value setting/reading, so we can report | bertrand | 2002-01-22 | 1 | -9/+21 |
* | Add a check to not set the cache size if the user alredy set it. | albeu | 2002-01-21 | 1 | -12/+13 |
* | Add option -last-chapter for DVD playing/encoding | kmkaplan | 2002-01-21 | 2 | -3/+22 |
* | Set the cache value if the network layer was able to compute it. | bertrand | 2002-01-20 | 1 | -7/+19 |
* | Changed the asf_file_header_t struct to read all the fields properly. | bertrand | 2002-01-20 | 3 | -9/+41 |
* | Moved network related code from open.c to network.c | bertrand | 2002-01-19 | 3 | -30/+30 |
* | fixed channel changing with frequencies.c | alex | 2002-01-18 | 1 | -1/+1 |
* | added .rm (real) and .y4m (yuv4mpeg) | alex | 2002-01-18 | 1 | -0/+2 |
* | fix dnet support | alex | 2002-01-18 | 1 | -2/+36 |
* | Fixed bug of multiple declaration of 'dvd_device' | nick | 2002-01-18 | 1 | -1/+1 |
* | made a little more headway but it still doesn't work properly | melanson | 2002-01-18 | 1 | -8/+31 |
* | more movi_end mess | arpi | 2002-01-17 | 1 | -1/+4 |
* | Change to use cdrom-device and dvd-device options needed for DVD/TV/VCD | albeu | 2002-01-17 | 1 | -6/+8 |
* | reverted old seeking method - ask Holm why... | arpi | 2002-01-17 | 1 | -1/+1 |
* | fixed a few possible bugs | arpi | 2002-01-16 | 1 | -3/+3 |
* | image field added. 10*10l.... | arpi | 2002-01-16 | 1 | -0/+3 |
* | initial support for FILM file demuxing | melanson | 2002-01-16 | 5 | -4/+209 |
* | workaround for broken 'muvi' chunks | arpi | 2002-01-14 | 1 | -1/+2 |
* | Added support for the environment variable http_proxy. | bertrand | 2002-01-14 | 3 | -2/+45 |
* | Changed the proxy protocol to http_proxy. | bertrand | 2002-01-14 | 2 | -5/+5 |
* | QT demuxer loads palette information from files that transport palettes in | melanson | 2002-01-13 | 1 | -3/+49 |
* | patch by Steven M. Schultz to support dvd under BSD/OS | alex | 2002-01-13 | 1 | -0/+2 |
* | Added proxy support. | bertrand | 2002-01-12 | 2 | -27/+77 |
* | Added a debug function to print the struct's variables. | bertrand | 2002-01-12 | 2 | -1/+35 |
* | relatiev path to libcss.so - patch by Jim Radford <radford@robotics.caltech.edu> | arpi | 2002-01-11 | 1 | -1/+1 |
* | added mpeg userdata dump | arpi | 2002-01-10 | 1 | -3/+14 |
* | Changed the return value of the start function. Doesn't return the fd | bertrand | 2002-01-10 | 1 | -11/+11 |
* | Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com> | bertrand | 2002-01-10 | 1 | -5/+13 |
* | seek patch by Panagoitis Issaris | alex | 2002-01-09 | 2 | -7/+136 |
* | Kept the HTTP connection open after autodetect, so | bertrand | 2002-01-08 | 4 | -101/+115 |
* | STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for pla... | arpi | 2002-01-08 | 2 | -0/+2 |
* | various small streaming fixes by Alban Bedel <albeu@free.fr> | arpi | 2002-01-08 | 2 | -21/+25 |
* | patch for missing include by Steven M. Schultz <sms@2BSD.COM> | pl | 2002-01-07 | 1 | -0/+2 |
* | mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added... | alex | 2002-01-05 | 1 | -14/+22 |
* | added stream_read_qword by Chris Bednar | alex | 2002-01-05 | 1 | -0/+13 |
* | updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and ... | alex | 2002-01-04 | 1 | -85/+126 |
* | libmpeg2 is now able to decode framecopied (with mencoder) mpeg files | alex | 2002-01-04 | 1 | -0/+28 |
* | Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) so | lgb | 2002-01-04 | 3 | -65/+99 |
* | stream_skip len s/be off_t | steve | 2002-01-03 | 1 | -1/+1 |
* | last minute audio demuxer patch by Panagiotis Issaris <takis@lumumba.luc.ac.be> | arpi | 2002-01-02 | 1 | -3/+2 |
* | last minute aspect patch by Panagiotis Issaris <takis@lumumba.luc.ac.be> | arpi | 2002-01-02 | 1 | -1/+7 |
* | hotfix for ac3 aid<0x20 (VDR) | arpi | 2002-01-02 | 1 | -1/+1 |
* | added read_index_chunk, fixed audio_header parser for version5 | alex | 2001-12-30 | 1 | -23/+149 |
* | fixed rv10 with subid=3 | alex | 2001-12-29 | 1 | -2/+5 |
* | -Wall removed | arpi | 2001-12-29 | 1 | -1/+1 |
* | Applied Rik Snel's seeking patch | alex | 2001-12-28 | 2 | -5/+35 |
* | asf<->y4m detection swapped | arpi | 2001-12-28 | 1 | -8/+8 |
* | don't reset timer at seek - req. for dxr3 | arpi | 2001-12-28 | 1 | -0/+4 |
* | updated | alex | 2001-12-27 | 5 | -147/+226 |
* | audio is working | alex | 2001-12-27 | 1 | -4/+6 |
* | needed | alex | 2001-12-27 | 1 | -0/+92 |
* | added NuppelVideo demuxer, based on Panagiotis Issaris' patch | alex | 2001-12-27 | 4 | -2/+192 |
* | aspect ratio patch by Rik Snel | alex | 2001-12-27 | 1 | -5/+9 |
|