aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Cope with localized Subversion clients.Gravatar diego2006-07-29
* updated documentation.Gravatar vayne2006-07-29
* improved fullscreen switchingGravatar vayne2006-07-29
* re-added forgotten return in send_mpeg_lpcm_packet()Gravatar nicodvb2006-07-29
* final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet()...Gravatar nicodvb2006-07-29
* optimize and simplify memcpy usage, use mem2agpcpy_picGravatar reimar2006-07-29
* Add comment about Chinese AVS only working with lavf at the moment.Gravatar diego2006-07-29
* ptslen was set to 5 even when no pts==0Gravatar nicodvb2006-07-29
* typo fixGravatar ben2006-07-29
* Support for Chinese AVSGravatar rtogni2006-07-29
* Part 2 of the various fixes features by Jerome FerrariGravatar gpoirier2006-07-29
* missed some escapingGravatar ben2006-07-29
* use DOCS writing standards for default values (asked by diego)Gravatar ben2006-07-29
* Part 1 of review of Jerome's Ferrari's patchGravatar gpoirier2006-07-29
* disable dha kernelhelper support by default.Gravatar attila2006-07-29
* sync w/ r19233Gravatar gpoirier2006-07-29
* french manpage for pvr:// inputGravatar ben2006-07-29
* added ivtv ao/vo in ChangeLogGravatar ben2006-07-29
* missing supported PVR card referenceGravatar ben2006-07-29
* english manpage for pvr:// inputGravatar ben2006-07-29
* Set user_muted in mp_property_mute(). Fixes mute turning off whenGravatar uau2006-07-28
* updated en/fr manpages for ao_ivtvGravatar ben2006-07-28
* ao_ivtv driver in authors/maintainers filesGravatar ben2006-07-28
* added audio output for ivtv cardsGravatar ben2006-07-28
* removed default outfile for -ao mpegpesGravatar nicodvb2006-07-28
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...Gravatar nicodvb2006-07-28
* Some more documentationGravatar reimar2006-07-28
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,Gravatar reimar2006-07-28
* 10l, last commit swapped U and V planes.Gravatar reimar2006-07-28
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).Gravatar reimar2006-07-28
* Do not count each decoded frame twice.Gravatar reimar2006-07-28
* cosmetics: fix incorrect indentation left by reimar and extra word inGravatar uau2006-07-28
* include sys/poll.h only when HAVE_DVB[_HEAD] is setGravatar nicodvb2006-07-28
* Cosmetics for last commitGravatar reimar2006-07-28
* Move more stuff under if (avs_has_video... to simplify later patches.Gravatar reimar2006-07-28
* set pts of the demux patcket correctlyGravatar reimar2006-07-28
* Move variable declarations to the block level where they are actually usedGravatar reimar2006-07-28
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...Gravatar reimar2006-07-28
* Remove code that prevented the OSD current time from going back by oneGravatar uau2006-07-28
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).Gravatar reimar2006-07-28
* Do not treat AV_NOPTS_VALUE as a valid duration value.Gravatar reimar2006-07-28
* Comment some #endif lines.Gravatar diego2006-07-28
* unused variable warning fixGravatar diego2006-07-28
* Fixes the format string for the warning message on line 182 (%xGravatar diego2006-07-28
* Remove $ from a variable in a comment to avoid irritating expansion.Gravatar diego2006-07-27
* The C99 function strtof is unavailable in some BSD variants.Gravatar diego2006-07-27
* Improve ao_mpegpes description.Gravatar diego2006-07-27
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Gravatar pacman2006-07-27
* fix wrong and unrelated change done in r19199Gravatar reynaldo2006-07-27
* corrects some casts that previously discarded the const qualifier. Patch by S...Gravatar reynaldo2006-07-27