aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* debug printfGravatar arpi2002-10-30
* 10L fixGravatar henry2002-10-29
* GCC warning fixesGravatar bertrand2002-10-29
* check for framesize validity, return -1 (error) for zero size (bug found by pl)Gravatar arpi2002-10-25
* added an option for specifying the size of capture bufferGravatar henry2002-10-25
* max header size increasedGravatar arpi2002-10-23
* allow cache to be disabled (-nocache should override cachesize autodetectionGravatar arpi2002-10-23
* - fixed several 10l bugsGravatar arpi2002-10-23
* yeah, test.c works now!Gravatar arpi2002-10-23
* 10lGravatar arpi2002-10-23
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...Gravatar arpi2002-10-23
* added libmpdemux depends to test.cGravatar arpi2002-10-23
* dvd chapter detect function from Gregory KovrigaGravatar pontscho2002-10-22
* dump wav headerGravatar arpi2002-10-22
* endianess independency (using get int 16/32/64 func instead of typecasting po...Gravatar arpi2002-10-22
* minor fixes in forceaudio optionGravatar henry2002-10-22
* OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)Gravatar arpi2002-10-22
* add an option to force audio recording when a tv card reports no audio sourcesGravatar henry2002-10-22
* add a forgotten shutdown testGravatar henry2002-10-22
* Fixed more potential mem leaks and use the url_free methodGravatar bertrand2002-10-19
* removed the messGravatar alex2002-10-19
* set position in channel list on startup. note: hope one day we will get clean...Gravatar alex2002-10-19
* Stop grabbing from v4l when paused by Jindrich MakovickaGravatar alex2002-10-19
* fix & workaround possible sig8/sig11 in blocksize calculationGravatar arpi2002-10-17
* fix bih->biSize for uncompressed files tooGravatar arpi2002-10-17
* fill the extra bytes with zeroGravatar arpi2002-10-17
* 10l - do not read INDEX twice!!!Gravatar arpi2002-10-16
* memleaksGravatar arpi2002-10-16
* memleak fixGravatar arpi2002-10-16
* memleak fix (found by valgrind)Gravatar arpi2002-10-16
* ss_div/ss_mul defaults to 0Gravatar arpi2002-10-16
* use standard gsm fourcc 'agsm' instead of msgsm id 0x31Gravatar arpi2002-10-16
* ds_tell_block()Gravatar arpi2002-10-16
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,Gravatar bertrand2002-10-16
* -fps autodetectionGravatar arpi2002-10-13
* Create the ~/.cddb directory if not present.Gravatar bertrand2002-10-13
* stream selection cleanup, fixed -nosoundGravatar arpi2002-10-10
* -nosound fixGravatar arpi2002-10-08
* fixed LPCM parsingGravatar arpi2002-10-08
* Added support for RTSP stream over TCP.Gravatar bertrand2002-10-08
* * Fix for the broken MultiDec files I had originally posted with theGravatar arpi2002-10-07
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCGravatar jkeil2002-10-07
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>Gravatar arpi2002-10-06
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderGravatar arpi2002-10-05
* This just corrects a function name to match the other demuxer'sGravatar arpi2002-10-04
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...Gravatar alex2002-10-02
* some cleanups for video_grabber() which fix a race condition by Jindrich Mako...Gravatar alex2002-10-02
* this patch adds an ability to recover from audio buffer cross-run by Jindrich...Gravatar alex2002-10-02
* rv10 cleanupGravatar michael2002-10-01