log

age author description
2006-07-30 rtogni The real hash function is just a md5, replace with lavu code
2006-07-30 rtogni Update upstream references, add a missing file
2006-07-30 rtogni Restore a local diff lost during license fix at r19256
2006-07-30 michael alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here
2006-07-30 nicodvb no need to reming the copyright with msg_(), the notice in the source is enough
2006-07-30 uau Replace tremor files that had old headers saying "ALL REDISTRIBUTION
2006-07-29 diego Use LC_ALL instead of LANG since the former overrides the latter.
2006-07-29 diego cosmetics: Make patch apply cleanly.
2006-07-29 diego Add a paragraph about which Subversion version to use.
2006-07-29 diego Cope with localized Subversion clients.
2006-07-29 vayne updated documentation.
2006-07-29 vayne improved fullscreen switching
2006-07-29 nicodvb re-added forgotten return in send_mpeg_lpcm_packet()
2006-07-29 nicodvb final cleanup: implemented send_mpeg_pes_packet() and send_mpeg_lpcm_packet() using new send_mpeg_pes_packet_ll()
2006-07-29 reimar optimize and simplify memcpy usage, use mem2agpcpy_pic
2006-07-29 diego Add comment about Chinese AVS only working with lavf at the moment.
2006-07-29 nicodvb ptslen was set to 5 even when no pts==0
2006-07-29 ben typo fix
2006-07-29 rtogni Support for Chinese AVS
2006-07-29 gpoirier Part 2 of the various fixes features by Jerome Ferrari
2006-07-29 ben missed some escaping
2006-07-29 ben use DOCS writing standards for default values (asked by diego)
2006-07-29 gpoirier Part 1 of review of Jerome's Ferrari's patch
2006-07-29 attila disable dha kernelhelper support by default.
2006-07-29 gpoirier sync w/ r19233
2006-07-29 ben french manpage for pvr:// input
2006-07-29 ben added ivtv ao/vo in ChangeLog
2006-07-29 ben missing supported PVR card reference
2006-07-29 ben english manpage for pvr:// input
2006-07-28 uau Set user_muted in mp_property_mute(). Fixes mute turning off when
2006-07-28 ben updated en/fr manpages for ao_ivtv
2006-07-28 ben ao_ivtv driver in authors/maintainers files
2006-07-28 ben added audio output for ivtv cards
2006-07-28 nicodvb removed default outfile for -ao mpegpes
2006-07-28 nicodvb if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead
2006-07-28 reimar Some more documentation
2006-07-28 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
2006-07-28 reimar 10l, last commit swapped U and V planes.
2006-07-28 reimar Handle frames with stride correctly (e.g. the "Version" source of current AVS).
2006-07-28 reimar Do not count each decoded frame twice.
2006-07-28 uau cosmetics: fix incorrect indentation left by reimar and extra word in
2006-07-28 nicodvb include sys/poll.h only when HAVE_DVB[_HEAD] is set
2006-07-28 reimar Cosmetics for last commit
2006-07-28 reimar Move more stuff under if (avs_has_video... to simplify later patches.
2006-07-28 reimar set pts of the demux patcket correctly
2006-07-28 reimar Move variable declarations to the block level where they are actually used
2006-07-28 reimar call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
2006-07-28 uau Remove code that prevented the OSD current time from going back by one
2006-07-28 reimar Avoid large amounts of data on the stack (> 900k on 64 bit systems).
2006-07-28 reimar Do not treat AV_NOPTS_VALUE as a valid duration value.
2006-07-28 diego Comment some #endif lines.
2006-07-28 diego unused variable warning fix
2006-07-28 diego Fixes the format string for the warning message on line 182 (%x
2006-07-27 diego Remove $ from a variable in a comment to avoid irritating expansion.
2006-07-27 diego The C99 function strtof is unavailable in some BSD variants.
2006-07-27 diego Improve ao_mpegpes description.
2006-07-27 pacman Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
2006-07-27 reynaldo fix wrong and unrelated change done in r19199
2006-07-27 reynaldo corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
2006-07-27 diego Remove superfluous $_inc_extra parameter from cc_check call.