summaryrefslogtreecommitdiffstats
path: root/libmpdemux
Commit message (Expand)AuthorAgeFilesLines
* set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.arpi2002-10-311-1/+9
* pass audio codecdataarpi2002-10-311-1/+10
* debug printfarpi2002-10-301-1/+1
* 10L fixhenry2002-10-291-1/+1
* GCC warning fixesbertrand2002-10-297-41/+61
* check for framesize validity, return -1 (error) for zero size (bug found by pl)arpi2002-10-251-7/+13
* added an option for specifying the size of capture bufferhenry2002-10-253-10/+17
* max header size increasedarpi2002-10-231-4/+5
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-1/+1
* - fixed several 10l bugsarpi2002-10-231-198/+106
* yeah, test.c works now!arpi2002-10-232-3/+13
* 10larpi2002-10-231-1/+1
* cleanup config option handling in libmpdemux.arpi2002-10-237-127/+23
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...arpi2002-10-236-31/+11
* added libmpdemux depends to test.carpi2002-10-232-1/+4
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-222-0/+29
* dump wav headerarpi2002-10-221-0/+2
* endianess independency (using get int 16/32/64 func instead of typecasting po...arpi2002-10-221-24/+75
* minor fixes in forceaudio optionhenry2002-10-221-1/+9
* OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)arpi2002-10-221-0/+16
* add an option to force audio recording when a tv card reports no audio sourceshenry2002-10-223-1/+3
* add a forgotten shutdown testhenry2002-10-221-0/+3
* Fixed more potential mem leaks and use the url_free methodbertrand2002-10-191-3/+8
* removed the messalex2002-10-191-56/+0
* set position in channel list on startup. note: hope one day we will get clean...alex2002-10-191-2/+30
* Stop grabbing from v4l when paused by Jindrich Makovickaalex2002-10-191-22/+17
* fix & workaround possible sig8/sig11 in blocksize calculationarpi2002-10-171-2/+10
* fix bih->biSize for uncompressed files tooarpi2002-10-171-1/+1
* fill the extra bytes with zeroarpi2002-10-171-1/+2
* 10l - do not read INDEX twice!!!arpi2002-10-161-4/+6
* memleaksarpi2002-10-161-0/+3
* memleak fixarpi2002-10-161-0/+1
* memleak fix (found by valgrind)arpi2002-10-161-4/+9
* ss_div/ss_mul defaults to 0arpi2002-10-162-2/+2
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31arpi2002-10-161-1/+1
* ds_tell_block()arpi2002-10-161-1/+5
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
* -fps autodetectionarpi2002-10-131-0/+5
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
* stream selection cleanup, fixed -nosoundarpi2002-10-101-111/+71
* -nosound fixarpi2002-10-081-3/+3
* fixed LPCM parsingarpi2002-10-081-18/+28
* Added support for RTSP stream over TCP.bertrand2002-10-081-1/+8
* * Fix for the broken MultiDec files I had originally posted with thearpi2002-10-071-61/+163
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCjkeil2002-10-071-11/+9
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-063-0/+97
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-3/+9
* This just corrects a function name to match the other demuxer'sarpi2002-10-042-4/+7
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...alex2002-10-023-7/+98
* some cleanups for video_grabber() which fix a race condition by Jindrich Mako...alex2002-10-021-21/+25
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...alex2002-10-021-0/+1
* rv10 cleanupmichael2002-10-011-25/+3
* - demuxer->audio->id is set to -2 when using 'frameno.avi', soarpi2002-09-301-4/+14
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-293-7/+3
* passthrough timestamps to demuxerarpi2002-09-281-2/+29
* complex patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-69/+92
* btaudio driver support by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>alex2002-09-281-1/+0
* dump processed edit list dataarpi2002-09-271-0/+3
* Display the IP address that has been resolved.bertrand2002-09-271-3/+7
* fixed invalid -aid/-vid segfaultarpi2002-09-251-1/+10
* changed 'detected fileformat' messages to a message with %sjaf2002-09-221-18/+18
* Fix nick of sbmpostlgb2002-09-221-1/+2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-2215-49/+37
* wine headers cleanuparpi2002-09-222-5/+38
* get_sh_audio/get_sh_video removed (never used, also useless)arpi2002-09-221-22/+0
* - cosmetics, reorderarpi2002-09-211-31/+30
* we don't need the 0x1ff hack any more!arpi2002-09-211-1/+1
* fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble()...lgb2002-09-212-29/+63
* fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)arpi2002-09-181-4/+37
* Added the cdinfo.c for compilation.bertrand2002-09-171-1/+1
* Enable CDDB support only if the network layer is enabled.bertrand2002-09-171-0/+4
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), sobertrand2002-09-171-116/+1
* Moved all the cdinfo specific from cddb to a standalone file, sobertrand2002-09-171-0/+136
* hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>arpi2002-09-161-0/+2
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-152-24/+10
* some cosmetics - reordering declarations, 10l for cache2arpi2002-09-151-8/+6
* stream layer cleanup part 2arpi2002-09-154-48/+22
* stream layer cleanup - part 1arpi2002-09-156-60/+47
* removed obsolete VCD_CACHE hackarpi2002-09-156-173/+0
* The granule position of pages contining Vorbis audio is in units ofarpi2002-09-141-2/+2
* Added a new ASX playlist mime-typebertrand2002-09-131-0/+1
* added smjpeg demuxer only for nexus' requestalex2002-09-134-1/+198
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerarpi2002-09-105-4/+444
* TGA images (-mf on:type=tga) supportarpi2002-09-101-2/+4
* fixed >2GB files demuxingarpi2002-09-101-4/+4
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>bertrand2002-09-091-0/+5
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-084-17/+23
* fixed get_format/set_formatalex2002-09-081-2/+4
* changed message leveles (too many non-sense info messages)alex2002-09-082-20/+16
* tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for...alex2002-09-081-3/+3
* Don't try to reread from the socket if the server says EOFbertrand2002-09-071-1/+1
* Fixed an unknown command. Looks like it's a new command from WMS9.bertrand2002-09-071-3/+10
* removes old input code (forgot to commit this)alex2002-09-071-12/+0
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...bertrand2002-09-071-2/+2
* typo (checking for mpeg twice, instead of mpeg & MPEG)michael2002-09-061-1/+1
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
* Humm, only if __DEBUG_URL is defined, declare the prototype...bertrand2002-09-051-1/+1
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn...bertrand2002-09-041-4/+54
* - If fatal error while trying to connect to a WM server, skip other proto.bertrand2002-09-031-2/+8
* Return -2 for fatal error while connecting to a server.bertrand2002-09-031-4/+6
* Checked if the connection succeeded before writing in the socket.bertrand2002-09-031-0/+8
* gcc 2.95.4 doesn't like VAR==value without spacesarpi2002-09-021-1/+1
* removed obsolete itemsalex2002-09-011-13/+0
* audio in layer is used only bu tvi_v4l, don't compile for others.arpi2002-08-314-9/+28
* user-data moved one -v uparpi2002-08-311-1/+1
* fix cache disable for live.comatmos42002-08-311-6/+5
* removed buggy fd<0 check for disallowing dumpstream/cachearpi2002-08-311-5/+6
* 1000l - libmpdvdkit2 fix, thx Nexusarpi2002-08-311-0/+7
* assume $(CC) can compile c++ - fixes compile with non-default compilerarpi2002-08-301-1/+1
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-303-16/+73
* 10l bug, found by Nexusarpi2002-08-291-0/+1
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-1/+1
* new mencoder option -info, to store copyright, title, encoder version etc in AVIarpi2002-08-292-0/+65
* fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net>arpi2002-08-291-1/+1
* - Tell the RTSP client code to use the string "mplayer" in RTSParpi2002-08-291-1/+2
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>bertrand2002-08-291-0/+14
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...alex2002-08-281-2/+2
* - added matrix cracking/debugging code - disabledarpi2002-08-271-1/+28
* Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should chec...alex2002-08-261-0/+5
* some files has some shit before teh audio/video headers...arpi2002-08-251-9/+22
* 10l - fixed chunktab size calculationarpi2002-08-241-1/+5
* - changed re-muxed packet structure (see struct dp_hdr_t)arpi2002-08-241-35/+62
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-224-11/+13
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lis...jaf2002-08-221-0/+9
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-0/+629
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-270/+729
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-142-2/+2
* disable cache if stream->fd<0 (no regular file/pipe but some special thing)arpi2002-08-141-0/+7
* corrects an off-by-one error when trying to seek beyond the end of file.arpi2002-08-141-1/+1
* RV20 A-V desync fixed - use timestamp hack only for RV30arpi2002-08-141-6/+14
* RV40 supportarpi2002-08-121-1/+8
* messages moved againjaf2002-08-081-20/+20
* 10larpi2002-08-061-1/+1
* detection reordered. note: raw DV detection should be more reliable.arpi2002-08-061-12/+9
* allow early exit from esds parsing, so decoder info (type & bitrate) arearpi2002-08-051-3/+5
* support for .mp4 with .mp3 audioarpi2002-08-051-0/+6
* raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>arpi2002-08-054-3/+267
* PPC endianess fix by Colin Leroy <colin@colino.net>arpi2002-08-051-14/+53
* fixed 'eof at 66s' bugarpi2002-08-051-14/+40
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-058-8/+556
* 10000l - didn't clear new stream struct, causing possible sig11 in cache layerarpi2002-08-041-0/+1
* detection of badly interleaved avi files and auto-switch to -niarpi2002-08-041-10/+34
* new_demux_packet: allocate 8 bytes too mucharpi2002-08-041-1/+1
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-023-1/+13
* skip 'pnot' and 'PICT' - fixes incoming/1.movarpi2002-08-011-0/+4
* There appears to be a trivial namespace error in determining the validarpi2002-07-301-1/+1
* ogm audio format id is in hex, not decarpi2002-07-301-1/+1
* Add uninit to the avi demuxeralbeu2002-07-262-0/+14
* warning fixesatmos42002-07-261-1/+4
* 10L free the cachealbeu2002-07-261-0/+1
* codmetics :)arpi2002-07-251-7/+6
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-1/+12
* Workaround for seeking multiangle discs with missing sml_agli[] table, as aarpi2002-07-231-6/+33
* Fix vbr muxing and win32 codec crash on initalbeu2002-07-213-5/+19
* workaround for empty version1 audio headers (bugreport by Sascha Sommer)arpi2002-07-121-1/+1
* Added a simple xmcd parser to retreive the tracks name.bertrand2002-07-101-32/+269
* Build a fake list of track name.bertrand2002-07-101-15/+64
* Created a new header file to store common struct & prototype forbertrand2002-07-101-0/+65
* Fixed the asf http authentication.bertrand2002-07-091-3/+14
* Added ASF_Authenticate as an asf stream type.bertrand2002-07-091-1/+2
* Add missing authentication for asf streaming.atmos42002-07-081-0/+1
* 100l - seq++ for groupingarpi2002-07-071-0/+1
* Fix -bandwidth if no streaming available, 10l ;)atmos42002-07-071-1/+3
* edit-list support for video - fixes various A-V sync problems (TODO: seeking)arpi2002-07-071-6/+74
* aspect prescaling fix by magnus.pfeffer@epost.dearpi2002-07-061-1/+1
* fixed endless 'unknown chunk' and doublespeed ima4 audio bugsarpi2002-07-061-2/+5
* - add icon (nice, but very ugly hakk:)pontscho2002-07-052-3/+12
* If network is used, take the streams id that were requested.bertrand2002-07-051-0/+6
* Moved the asf_http_streaming_ctrl_t struct from asf_streaming.cbertrand2002-07-051-0/+8
* Changed the way that the streams are requested.</