log

age author description
2006-03-22 jonas use mencoder directly for mp3lame encoding instead of lavc
2006-03-22 albeu Add the new property API and implement a couple properties.
2006-03-21 michael feed something (hopefully correct timestamps) into the video filter chain
2006-03-21 michael lavc doesnt pass AVFrame.opaque around :/
2006-03-21 michael 10l (forgot ...)
2006-03-21 michael 10l (null pointer dereference)
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-03-21 ods15 -rawvideo on => -demuxer rawvideo
2006-03-21 corey Prevent building lavc with xvid support unless xvid version is 1.1 or
2006-03-20 lorenm 10l
2006-03-20 lorenm sync to x264 r476 (subq=7)
2006-03-20 pacman Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
2006-03-20 pacman Don't try to parse fb.modes more than once. Fixes playback of multiple files
2006-03-20 gpoirier synced with 1.1241
2006-03-20 aurel retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)
2006-03-20 diego Simplify pkg-config invocation.
2006-03-19 gabrov synced with 1.226
2006-03-19 nicodvb temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound
2006-03-19 rtognimp Do not use ptr when it's NULL. CID 89
2006-03-18 kraymer 1.1230: Typo fix: "URLs to forces" --> "URLs to force"
2006-03-18 kraymer 1.226: Print the mute state on the OSD.
2006-03-18 diego Print the mute state on the OSD.
2006-03-18 albeu Enable gui key bindings only when running the gui. Fix enter and esc
2006-03-18 albeu codec-cfg depend on help_mp.h. Fix // builds.
2006-03-18 gabrov synced with 1.225
2006-03-18 michael flags cleanup
2006-03-17 corey Support libavcodec vrc_strategy=1 (XviD ratecontrol).
2006-03-17 iive if stream is not seekable calling enca would prevent the real parsing of subtitles.
2006-03-17 henry 10l forgotten stream_reset to clear the EOF flag
2006-03-17 ods15 timebases guidelines
2006-03-16 nicodvb compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
2006-03-16 albeu And 10L for me. Fix the forgoten enca_fd.
2006-03-16 albeu Fix compilation with stupid C++ compilers that shock on valid C
2006-03-16 albeu Move the subread from FILE to stream_t.
2006-03-16 albeu Fix a potential seek failure, fill_buffer doesn't have to
2006-03-15 gpoirier sync with new MEncoder config file name
2006-03-15 corey Fix up libaf unknown-format printing
2006-03-15 reimar extra checks on size of OSD parts (though IMHO these values should never be bad)
2006-03-15 albeu Small fix with object list (-vf) help.
2006-03-15 ods15 rephrase index_ptr positioning
2006-03-15 ods15 timebase table
2006-03-15 reimar do not call glDeleteTextures with 0 count, Xgl does not like it.
2006-03-15 faust3 10l the cpu hog fix broke fullscreenswitching with -wid
2006-03-14 diego The system-wide and the user-specific MEncoder configuration file should both
2006-03-14 rtognimp Remove twos workaround, this bug was fixed in mov demuxer
2006-03-14 rathann mpegopts example
2006-03-14 gabrov synced with 1.36
2006-03-14 gabrov synced with 1.224
2006-03-14 rtognimp Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save
2006-03-14 reynaldo last print on libaf to af_msg
2006-03-14 albeu Try several formats instead of only YV12 if no format was explicitly
2006-03-14 reynaldo forgotten entry about TOOLS/qepdvcd.sh
2006-03-14 rathann le2me_32 is not necessary, tested by Diego on BE machine
2006-03-13 rathann fl32 is now supported, too
2006-03-13 rathann in24/in32/fl32 little/big-endian QuickTime PCM audio support
2006-03-13 diego Use _res_comment where appropriate.
2006-03-13 albeu 10L fix missing return statement.
2006-03-13 michael do not randomly chop up packets, this isnt allowed in almost no container
2006-03-13 albeu Fix seeking with cache enabled on systems using fork().
2006-03-13 faust3 fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>
2006-03-13 gpoirier sync with 1.1238
2006-03-13 faust3 adapter doesn't require vm anymore
2006-03-13 diego Ignore codecs2html.
2006-03-13 cladisch To avoid a bug in ALSA's rate plugin that causes spurious overruns, try
2006-03-13 cladisch Do not try to count hardware sound cards because there might be none
2006-03-13 gabrov fixed character encoding
2006-03-13 nicodvb recommitted version 1.22 + Rich's 1.25
2006-03-13 ods15 cosmetic, move stuff around
2006-03-13 pacman Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
2006-03-13 michael FAAC encoding through libavcodec-faac
2006-03-13 michael -lavcopts aglobal
2006-03-12 reimar remove mp_msg.c dependency when compiling codec-cfg binary.
2006-03-12 reimar Fix compilation error introduced by last commit
2006-03-12 nicodvb unified failure case in muxer_new_muxer()
2006-03-12 reimar remove useless cruft (binds variable)
2006-03-12 reimar fix feature pragma length check
2006-03-12 michael + muxer_lavf.c - Michael Niedermayer
2006-03-12 ods15 strings without terminating NUL
2006-03-12 nicodvb in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)
2006-03-12 nicodvb check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43
2006-03-12 rfelker 10l found by Oded: case 2 on a boolean value...
2006-03-12 nicodvb exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173
2006-03-12 rfelker fix cosmetics noticed during nico's 10l
2006-03-12 nicodvb fixed C99-ism introduced with previous commit
2006-03-12 nicodvb check muxer != NULL before using it; closes cid 201
2006-03-12 ods15 bump neglected date
2006-03-12 ods15 revert last change
2006-03-12 ods15 better max for frame code values, still allowing compact implementation
2006-03-12 ods15 10l to me, misarrangment of flags
2006-03-12 ods15 change max_distance back to 64kb and set max frame size to 2*max_distance.
2006-03-12 nicodvb fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55
2006-03-12 nicodvb check sh_video before seeking; closes cid 56
2006-03-12 nicodvb close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161
2006-03-12 nicodvb init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
2006-03-11 nicodvb dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206
2006-03-11 nicodvb init msec in mp_get_titleset_length() before using it; closes cid 251
2006-03-11 nicodvb init variable in parse_mp4_object_descriptor before using it; fixes cid 237
2006-03-11 nicodvb init delta_pts before using it; fixes cid 239
2006-03-11 nicodvb check pce_ptr before using it; fixes cid 207
2006-03-11 rathann QuickTime in24 and in32 PCM audio support
2006-03-11 reynaldo added dinamically calculated gain factor at output stage to avoid clipping on sane ranges
2006-03-11 ods15 change max_distance max to 128kb instead of 65kb
2006-03-11 rtognimp Only MAX_STREAMS streams are allowed (cid 115)
2006-03-11 ods15 move bit flags to be more convinient...
2006-03-11 ods15 clarify, header_checksum is not included in forward_ptr and in packet checksum
2006-03-11 diego Simplify libcdio check.
2006-03-10 diego Make better use of pkg-config to check for/set proper libraries when
2006-03-10 rtognimp Fix memory leak cid 176
2006-03-10 rtognimp Fix memory leak cid 177
2006-03-10 rtognimp Fix possible use of body uninitialized. Remove an unneeded free (body
2006-03-10 ods15 remove edl.c pre-alloc, more readble and safe code
2006-03-10 michael SHOULD NOT be higher than 1/timebase limit
2006-03-10 michael div8 -> div16
2006-03-10 michael drop max_frame_size
2006-03-10 michael double muxing examples (cant hurt to explictly mention the most common)
2006-03-10 michael limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'
2006-03-10 michael universal timestamp (= stream_id + timestamp in stream timebase)
2006-03-10 michael little clarification of sample_width/sample_height
2006-03-10 michael 0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
2006-03-10 ods15 push back userdata stream_class
2006-03-10 michael header_checksum
2006-03-09 reimar free resources when load_raw fails
2006-03-09 reimar fix leak on read error (forgot to free demux packet)
2006-03-09 reimar fix minor (i.e. unlikely to ever happen) leak when init fails
2006-03-09 rtognimp Fix potential read from an unitialized pointer (CID: 236)
2006-03-09 reimar remove useless and memleak-causing strdup
2006-03-09 reimar fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)
2006-03-08 reimar in demux_ogg_read_packet initialize data to whole packet, reduces code and
2006-03-08 reimar name array is too small, use strlcpy instead of strncpy
2006-03-08 reimar UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
2006-03-08 henry revert the attempts for ccache fix
2006-03-08 reimar add default case to encoder switch-case (maybe an error message would be good as well).
2006-03-08 reimar fix memory leak when filter with given name does not exist.
2006-03-08 reimar Missing free_demux_packet after read error
2006-03-08 reimar Fix base64 encoding for basic auth according to RFC.
2006-03-08 reimar missing url_free when using proxy and connect fails
2006-03-08 reimar stream_id == MAX_STREAMS is invalid, since counting starts with 0.
2006-03-08 reimar "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
2006-03-08 reimar We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
2006-03-08 michael cosmetic
2006-03-08 reimar Automaticall convert message to console charset, use utf8 for GTK2 Gui
2006-03-08 michael remove info streams
2006-03-08 diego Add codecs2html dependencies.
2006-03-08 diego libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
2006-03-08 reimar free tmp earlier, it is not needed below and might leak on errors otherwise
2006-03-08 reimar Missing initialization
2006-03-08 reimar initialize f to NULL, needed if desc=malloc... fails
2006-03-08 aurel If we have a tuner, use that as a reason we have audio support, and do
2006-03-07 henry fix incomplete abs->rel path conversion
2006-03-07 diego Fix compilation command in comment.
2006-03-07 diego Comment out debug output.
2006-03-07 diego Add codecs2html target.
2006-03-07 gpoirier synced with 1.1237
2006-03-07 diego Correct toolchain for building XML docs on Debian Sarge.
2006-03-06 gabrov synced with 1.47
2006-03-06 rathann 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.
2006-03-06 diego Reduce output verbosity in non-verbose mode, change some printf to mp_msg.
2006-03-06 gpoirier various improvements of the section "Choosing the video codec"
2006-03-05 gabrov increasing sync tag to 1.45 after typo fix in English version
2006-03-05 gabrov typo fix
2006-03-05 diego Capitalize some sentences after colons.
2006-03-05 gabrov synced with 1.80
2006-03-05 gabrov synced with 1.35
2006-03-05 gabrov synced with 1.62
2006-03-05 gabrov file remove
2006-03-05 gabrov increased sync tag to 1.102 after Diego's update
2006-03-05 gabrov increased sync tag after Diego's update
2006-03-05 gabrov synced with 1.44
2006-03-05 gabrov synced with 1.85
2006-03-05 gabrov synced with 1.25
2006-03-05 diego Comment fix: mp_msg_levels[] is inited to -2, not 2.
2006-03-05 gabrov synced with 1.75
2006-03-05 gabrov synced with 1.16
2006-03-05 gabrov synced with 1.16
2006-03-05 gabrov synced with 1.28
2006-03-05 gabrov synced with 1.74
2006-03-05 gabrov synced with 1.32
2006-03-05 gabrov synced with 1.14
2006-03-05 gabrov synced with 1.36
2006-03-05 henry use relative paths for libav* build
2006-03-05 nicodvb restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)
2006-03-05 lorenm sync to x264 r457 (direct_pred=3)
2006-03-05 ods15 cosmetics, rename max_size to max_frame_size
2006-03-05 lorenm snow supports vme=8
2006-03-04 pacman When centering a video with odd width, be sure to start on a pixel boundary.
2006-03-04 diego Make -xy help output consistent, output an empty line before and after.
2006-03-04 ods15 return index_ptr to inside index
2006-03-04 nplourde update activity every 30 sec
2006-03-04 nicodvb print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS tracks (unsupported); save the size of the payload of the current PES packet in any case (used for ac3 detection)
2006-03-04 ods15 typo
2006-03-03 michael slightly better max_distance rule
2006-03-03 diego Reduce Real DLL/so loading verbosity, OKed by Roberto.
2006-03-03 michael the return of the monolithic index
2006-03-03 michael update tmp_field numbers (pretty much just cosmetic)
2006-03-03 michael simplify flags
2006-03-03 gpoirier Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >
2006-03-02 rtognimp This patch fixes pcm (twos, swot) in MOV.
2006-03-02 nicodvb don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d org
2006-03-02 michael syncpoint_start description
2006-03-01 nicodvb removed reference to inexistent extern variable
2006-03-01 nicodvb stream_control() returns int, not void
2006-03-01 michael add forward_ptr to syncpoint (+0.006% overhead)
2006-03-01 michael leading coeff for crc polynom
2006-03-01 michael width/height/samplerate MUST not be 0
2006-03-01 michael remove chapter_id == 0 special case
2006-03-01 diego Change obsolete references to design6 to design7.
2006-03-01 diego New website structure, the /homepage subdirectory is gone.
2006-03-01 gpoirier synced with 1.1235
2006-03-01 diego sync with 1.222
2006-03-01 gpoirier XviD multi-threaded encoding support
2006-02-28 pacman add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net
2006-02-28 wanderer reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg
2006-02-27 aurel update config.mak to match ffmpeg's version (fix alpha compilation)
2006-02-27 nicodvb try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is available
2006-02-27 nicodvb implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing
2006-02-27 nicodvb added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)
2006-02-27 nicodvb added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH
2006-02-27 corey Add audio_delay argument to demux_mkv_seek.
2006-02-27 gabrov synced with 1.101
2006-02-27 gabrov synced with 1.12
2006-02-27 gabrov fixed XML syntax error
2006-02-27 cladisch Output error messages from the ALSA library through mp_msg() instead of
2006-02-27 cladisch Show the actual ALSA version instead of the version mplayer was compiled
2006-02-26 gabrov synced with 1.101
2006-02-26 reimar Better fallback for APIENTRY when compiling for Windows
2006-02-26 gpoirier 10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!
2006-02-25 ods15 cosmetic, trailing whitespace
2006-02-25 ods15 use short 'type' names
2006-02-25 ods15 allow rationals with denom of '1'
2006-02-25 ods15 CRC32 stuff
2006-02-24 nicodvb auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di org
2006-02-24 nicodvb DVB channels cycling; patch by Ben Zores ben p geekbox d org
2006-02-24 pacman Add a practical description of endian-independent RGB/BGR coding
2006-02-24 diego link fix
2006-02-24 diego Add some undocumented options.
2006-02-24 diego Document the noup suboption of the scale video filter.
2006-02-24 diego Add XML tool paths for SUSE 10.0
2006-02-24 ods15 Add uninit for audio before switching to next file and completing encode
2006-02-24 michael 10l (dont limit dimension components independantly if noup)
2006-02-24 diego link fixes
2006-02-24 ods15 This now works correctly thanks to clear-to-end-of-line patch
2006-02-24 ods15 fix bit specification for fixed_fps
2006-02-24 pacman Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
2006-02-24 ods15 info packet stuff, chapters...
2006-02-23 reimar workaround for gl.h variants that do not define APIENTRY
2006-02-22 reimar use calloc instead of malloc in copy_func_pf, missing initialization of
2006-02-22 diego link fixes
2006-02-22 diego link fixes
2006-02-22 iive Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code
2006-02-22 nplourde properly detect cpu on x86 based mac
2006-02-21 diego Fix stylesheet path.
2006-02-21 diego Remove duplicate explanation of how man page format conversion.
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-02-20 diego grammar, put options in alphabetical order
2006-02-20 gpoirier More complete ASF MIME detection, closing bug# 248,
2006-02-20 gpoirier sync with 1.1231
2006-02-20 ptt sync with 1.222 plus minor fix
2006-02-20 corey New option: -ignore-start
2006-02-20 ods15 fields should be in english...
2006-02-19 corey Typo fix: "URLs to forces" --> "URLs to force"
2006-02-19 gpoirier synced with 1.1229
2006-02-19 bertrand Allows the LIVE555 library to forces the client's port to be used
2006-02-19 diego Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.
2006-02-19 corey dwStart support for mencoder.
2006-02-19 ods15 deobfuscate some a/v sync code
2006-02-18 michael no upscale flag so automatic downscaling is possible in mencoder
2006-02-18 gpoirier upport another G4 flavour: MPC7447* chips.
2006-02-18 reimar include stdlib.h and stdio.h, they tend to be useful :-)
2006-02-18 corey dwStart support for mplayer.
2006-02-18 pacman Just a comment update, replacing a FIXME to reflect the new expectation of
2006-02-18 pacman don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
2006-02-17 ods15 more cosmetics
2006-02-17 ods15 some cleanup. enforce decode_delay to not be too high.
2006-02-17 pacman Fix vec_clip for gcc's that don't handle (vector signed short){16} according
2006-02-17 pacman Fix colormap save/restore for directcolor fb devices
2006-02-17 corey Second-try commit of this patch.
2006-02-16 aurel memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)
2006-02-16 aurel fix compilation without openal
2006-02-16 reimar OpenAL audio support, actual output is mono-only (no positioning yet).
2006-02-16 michael ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
2006-02-16 michael make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
2006-02-16 iive include config.h before includes that need it
2006-02-14 rtognimp Add some more fourcc for DV and MPEG2 needed for some mov samples posted
2006-02-14 rtognimp Set SRC_PATH correctly, fixes libpostproc compilation
2006-02-14 rtognimp Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building
2006-02-14 aurel Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)
2006-02-14 diego Align memory at 16 byte boundaries.
2006-02-14 iive allow autodetection of pictures type when using mf://@file.list syntax
2006-02-13 gpoirier synced with 1.1227
2006-02-13 diego Remove obsolete big-endian FIXMEs.
2006-02-13 cladisch Fix the error handling in the play() function: add a handler for EINTR,
2006-02-13 cladisch This changes the software parameters to be more compatible with the
2006-02-13 cladisch Using non-blocking writes makes sense when the program wants to do other
2006-02-13 cladisch Remove the now superfluous mmap suboption.
2006-02-13 cladisch After removing play_mmap(), the play() function just unconditionally
2006-02-13 cladisch This patch removes mmap support because it doesn't have any benefit.
2006-02-13 ods15 fix index, first keyframe cannot be written with pts=0
2006-02-13 lorenm lavc exposes the reconstructed picture, so no need to decode it again
2006-02-12 gpoirier synced with 1.1226
2006-02-12 ods15 Make 'N' frame code implictly invalid
2006-02-12 henry do not forget to initialize dp->buffer
2006-02-12 diego Rephrase telecine and film2pal mpegopts.
2006-02-12 diego Remove stray space.
2006-02-12 gpoirier sync with 1.1224
2006-02-12 alex 10l
2006-02-12 alex support openbsd/zaurus aswell
2006-02-12 alex one more hint for openbsd
2006-02-12 rtognimp Native ZMBV support via lavc
2006-02-12 nicodvb delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
2006-02-12 nicodvb bugfixes and new soft-teleciner in muxer_mpeg.c
2006-02-12 nicodvb mention film2pal in -mpegopts
2006-02-12 nicodvb experimental film2pal and ntsc2pal soft teleciner
2006-02-12 henry forgotten cast (blows on gcc4)
2006-02-12 reimar we cannot continue without a crash when read_asf_header fails, since some
2006-02-12 reimar add some sanity checks to new/resize_demux_packet
2006-02-12 henry add a missing rule for libpostproc.a
2006-02-11 diego Sync with latest FFmpeg build system changes:
2006-02-11 gpoirier No sane person should encode last pass without at least 'mbd=2' and 'trell' (or should _really_ have _really good_ reasons)
2006-02-11 gpoirier Gives some examples of in which form MPEG* videos can come
2006-02-11 gpoirier Remove all the sections that are now merged in the XML doc
2006-02-11 nicodvb init frame duration to 1/fps when we have a frame but not the enclosing sequence header: it's workaround against lavf's demuxer that doesn't sync to seq_hdr unlike mplayer's native demuxers
2006-02-11 nicodvb muxer_mpeg MUST be used with audio_preload=0
2006-02-11 diego Mention recent big-endian/AltiVec fixes in postproc/.
2006-02-11 diego Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
2006-02-11 diego cosmetics: indentation fixes
2006-02-11 diego Fix big-endian color permutation problems.
2006-02-11 ods15 Put index_ptr within index to avoid it popping out of nowhere.
2006-02-11 ods15 Add syncpoint_checksum after frame header
2006-02-10 nicodvb tff wasn't correctly unset in soft_telecine()
2006-02-10 diego Attila and I are root@mphq.
2006-02-10 reimar Make sure maxlen is respected, instead of just failing the assert later on.
2006-02-10 reimar add mpc extension so that playback starts faster.
2006-02-10 rathann Clarify feature removal policy: it must be approved on the mailing list.
2006-02-10 rathann Clarify policy on feature removal.
2006-02-10 ods15 change checksum to crc32
2006-02-10 cladisch ALSA changes
2006-02-10 cladisch Small fixes: make all global variables static, remove some unused
2006-02-10 cladisch Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it
2006-02-10 cladisch Simplify get_delay(): we don't need to get the complete PCM status but
2006-02-10 cladisch Fix get_space(): we don't need to differentiate between the various PCM
2006-02-10 cladisch This adds support for more sample formats (U32, float BE, mu/A-law).
2006-02-10 cladisch This replaces the hardcoded numbers for the sample format widths with a
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-09 faust3 support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>
2006-02-09 cladisch I took over ao_alsa maintainership.
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 iive include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com>
2006-02-09 aurel fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
2006-02-09 diego Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
2006-02-08 rtognimp Fix CSeq answer for keepalive OPTIONS requests during playback
2006-02-08 rtognimp Add support for grayscale [m]jpeg
2006-02-08 diego altivec_yuv2packedX() ignores the requested output format and unconditionally
2006-02-08 diego expanded and improved NeoMagic TV-out section
2006-02-08 diego AltiVec operations need to have memory aligned on 16-byte boundaries.
2006-02-08 diego vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
2006-02-08 michael 10l 1000 fps fix
2006-02-07 diego fftruespeech works now that the nBlockAlign issue is settled.
2006-02-07 reimar read data in nBlockAlign aligned chunks
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-02-07 ods15 Fix mpng to work correctly with 16 bit png's. don't have any files to test
2006-02-07 ods15 EOR can only be (un)set for non delayed streams.
2006-02-07 ptt small syntax/upper-lowercase fix
2006-02-07 gpoirier synced with 1.1223
2006-02-07 danny Minor correction of last two updates
2006-02-07 ods15 Allow headers to be repeated anywhere
2006-02-07 nplourde let osx sleep if video is paused
2006-02-07 diego -fixed-vo shall no longer be called BETA-CODE.
2006-02-06 diego ZMB decoder
2006-02-06 diego Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.
2006-02-06 diego Mark ffrv20 as working.
2006-02-06 diego Add support for Zip Motion-Block Video (ZMB), patch by Kostya.
2006-02-06 nicodvb removed unused variables
2006-02-06 nicodvb fixed wrong delta_frame calculation that would affect soft-telecine
2006-02-06 diego Build muxers only when MEncoder is enabled.
2006-02-05 kraymer 1.221: Typo fix
2006-02-05 kraymer 1.1222: cs and ls swscale parameters accept different value ranges now.
2006-02-05 diego cs and ls swscale parameters accept different value ranges now.
2006-02-05 reimar reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise
2006-02-04 ods15 Index repetition
2006-02-04 ods15 add compare_ts
2006-02-04 ods15 EOR in index
2006-02-04 michael change sws sharpen filter a little
2006-02-03 gpoirier synced with 1.1221