log

age author description
2006-11-16 nicodvb COSMETICS: reformatted
2006-11-16 nicodvb restored circular looping when changing audio and video stream (previously broken)
2006-11-16 kraymer document new key binding for switching video streams in MPEG-TS
2006-11-16 nicodvb reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO
2006-11-16 nicodvb implemented DEMUXER_CTRL_SWITCH_VIDEO
2006-11-16 nicodvb associated _ to 'step_property switch_video'
2006-11-16 nicodvb handle video stream switch using 'switch_video' property'
2006-11-16 nicodvb added code to switch video stream
2006-11-16 nicodvb moved video codec/filters/outdevice initialization code to specific function
2006-11-16 michael forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
2006-11-16 michael fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
2006-11-16 diego cosmetics: Restore alphabetical order, align both tables.
2006-11-16 diego Remove stray newline.
2006-11-16 diego support for RoQ video and audio through libavformat
2006-11-16 diego support for Electronic Arts ADPCM audio
2006-11-16 diego support for Delphine CIN audio and video
2006-11-16 diego Mark internal lavf FourCCs as such.
2006-11-16 ods15 update to libnut API, non-negative errors
2006-11-16 reynaldo Removing redundant entry, kraymer is doing all this work while maintaining translations
2006-11-16 diego support for Interplay DPCM audio
2006-11-16 diego cosmetics: alphabetical order and prettyprinting for the CodecTag table
2006-11-16 diego support for Sierra VMD video
2006-11-16 diego Add support for Tiertex SEQ video.
2006-11-16 torinthiel synced with r20879
2006-11-15 diego Add support for Westwood IMA ADPCM audio.
2006-11-15 gpoirier Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
2006-11-15 iive When testing lame preset presence, use actuall lame_set_preset() function to test its availablility in the library.
2006-11-15 voroshil missing small update about libsmb in previous commit
2006-11-15 voroshil r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
2006-11-15 ods15 update to libnut, no nut_skip_packet()
2006-11-15 ods15 update to libnut API, don't free the streams
2006-11-15 diego Output UTF-8 instead of legacy encodings by default.
2006-11-15 kraymer r20878: [cosmetics] (skipped)
2006-11-15 ods15 revert last 2 commits on nut.txt
2006-11-14 rtogni Don't spam the console with timestamps (non-error messages printed every
2006-11-14 rtogni Fix extradata passing to lavc RV20 decoder
2006-11-14 torinthiel [cosmetics] Fix indentation
2006-11-14 torinthiel Synced with r20933
2006-11-14 diego libvorbis is not necessary for Vorbis playback, small wording improvement.
2006-11-14 kraymer add character encoding info
2006-11-14 reimar Introduce step_property command.
2006-11-14 reimar Fix Unkown -> Unknown typo
2006-11-14 voroshil r20900: Missing : in -vf expand ar example
2006-11-14 gpoirier sync w/ 20637, patch by Francois franz A ephack P net
2006-11-14 ods15 bump date of NUT spec for previous commit
2006-11-14 ods15 allow info packets to appear in mid-stream, outside of main headers.
2006-11-14 ods15 update to libnut, add cache_syncpoints
2006-11-14 diego MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
2006-11-14 reimar 10l copy&Ãpaste bug in subtitle sh handling
2006-11-14 uau Use vf control for reading pts from vf_vo
2006-11-14 gpoirier remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas garde les vaches ensemble)
2006-11-14 reimar Fix statement-before-declaration warnings.
2006-11-14 uau Remove write-only variable
2006-11-14 uau Update OSD contents only after the correct values for the frame are known.
2006-11-14 diego Clarify messages for unavailable options.
2006-11-14 uau Move xscreensaver_heartbeat call next to vo check_events
2006-11-14 uau Replace sleep time calculation in main() with a separate function.
2006-11-14 uau simplify
2006-11-14 uau Move -frames check out of frame flip code (like -endpos earlier)
2006-11-14 uau Remove some unused code.
2006-11-14 uau Move endpos handling from page flip code to a saner location, change < to <=
2006-11-14 uau move vo event check together with gui event check
2006-11-14 ods15 update to libnut, rename nut.h->libnut.h
2006-11-14 uau Remove some incorrect code
2006-11-14 uau Update libao2 description, delete completely outdated "audio plugins" part
2006-11-14 uau Try filling audio buffers more if they're very large, add some comments.
2006-11-14 uau Move audio playing code from main() into a separate function.
2006-11-14 uau Remove useless check.
2006-11-14 uau Split some from main() into separate functions.
2006-11-13 gpoirier sync with r20900
2006-11-13 kraymer r20900: Missing : in -vf expand ar example
2006-11-13 reimar Missing : in -vf expand ar example
2006-11-13 gpoirier rename: XviD -> Xvid
2006-11-13 gpoirier sync with r20876
2006-11-13 voroshil r20872: Clarify -dumpaudio, it is not useful normally
2006-11-13 voroshil Update missing tags of previous commit
2006-11-13 voroshil r20876: rename: XviD -> Xvid
2006-11-13 reimar Try to handle oversized asf headers by ignoring anything beyond the first MB
2006-11-13 reimar Incomplete support for vobsub (missing palette support) and
2006-11-13 reimar Move sh_sub_t to stheader.h, where all the other sh structs are defined
2006-11-13 eugeni Support \t with acceleration.
2006-11-13 eugeni Partial fix for semitransparent glyph outlines.
2006-11-13 reimar Add forgotten new_sh_sub
2006-11-13 reimar Make subtitle stream handling more similar to audio and video streams.
2006-11-13 gpoirier Add missing translated strings
2006-11-13 michael pts definition by mans
2006-11-13 torinthiel Synced with 20876
2006-11-13 torinthiel Partial sync with r20879
2006-11-13 diego -vop has been deprecated a long time ago.
2006-11-13 diego vop --> vf
2006-11-13 diego Remove/fix outdated message.
2006-11-13 diego typo
2006-11-13 torinthiel [small fixes]
2006-11-13 torinthiel [cosmetics]
2006-11-13 kraymer r20866: Recommend gcc 3.4+.
2006-11-13 kraymer rename: XviD -> Xvid
2006-11-12 Gabrov synced with r20873
2006-11-12 diego update to 0.6.2, patch by Giacomo Comes, comes naic edu
2006-11-12 diego Misc issues noticed by Torinthiel.
2006-11-12 reimar Clarify -dumpaudio, it is not useful normally
2006-11-12 torinthiel Synced with r20870
2006-11-12 diego Restore PowerPC gcc note that I mistakenly removed.
2006-11-12 reimar Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines
2006-11-12 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
2006-11-12 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
2006-11-12 diego Recommend gcc 3.4+.
2006-11-12 diego Mac OS X Server support
2006-11-12 reimar ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
2006-11-12 diego Remove duplicate message, the same info is printed anyway.
2006-11-12 michael least restrictive dts ordering rule which ensures frames are in decoding order
2006-11-11 Gabrov synced with r20817
2006-11-11 Gabrov synced with r20859