log

age author description
2008-12-24 diego Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.
2008-12-24 diego Remove unused variable.
2008-12-24 reimar Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
2008-12-24 compn add zygo audio (SPXN) qtaudio codec
2008-12-23 reimar Warn when using features that are broken due to ATI driver bugs.
2008-12-23 reimar Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
2008-12-23 reimar Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
2008-12-23 compn updates
2008-12-23 diego Remove pointless forward declaration.
2008-12-23 reimar Set fast_cmov for all x86_64 systems, except for P4-based systems this
2008-12-23 reimar Define HAVE_FAST_64BIT if appropriate
2008-12-23 compn fix poorly worded changelog entries
2008-12-22 cehoyos Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
2008-12-22 compn re-add codecs: sif1 (directshow version) and acdsee mjpeg
2008-12-22 diego Sync with latest FFmpeg changes.
2008-12-22 diego libavcodec/i386/ was renamed to libavcodec/x86/.
2008-12-21 compn add amr format tags, fixes:
2008-12-21 reimar 100l, forgot an assignment, broke special keys handling for X11-based vos.
2008-12-20 compn remove acdsee mjpeg binary codec, works with ffmjpeg
2008-12-20 kostya FFmpeg now has RV30 decoder enabled
2008-12-20 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
2008-12-20 reimar Cosmetics: get rid of some tabs and trailing whitespace.
2008-12-20 reimar Use a table to translate X11 to MPlayer keycodes.
2008-12-20 reimar Get rid of pointless and now unused defines.
2008-12-20 reimar Simplify handling of X11 key events that are just passed through.
2008-12-20 reimar Fix imaadpcm extradata with lavc encoder.
2008-12-19 gpoirier Document vo_macosx's shared_buffer option.
2008-12-19 gpoirier Replace vo_macosx's custom options parsing with a subopt_parse()-based one
2008-12-19 diego Remove pointless malloc.h #include.
2008-12-19 reimar Include config.h in mangle.h, fixes make checkheaders.
2008-12-17 compn add binary codecs:
2008-12-17 Gabrov synced with r28160
2008-12-17 compn add binary codec for fourcc wavc
2008-12-17 diego another round of armv4l --> arm changes
2008-12-17 diego libavcodec/armv4l/ was renamed to libavcodec/arm/.
2008-12-17 diego Do not use full relative #include path for headers in the same directory.
2008-12-17 diego #include sub.h instead of locally declaring vo_draw_text().
2008-12-16 compn Added FOURCCS:
2008-12-15 diego xvmc is now a CONFIG_ option in FFmpeg.
2008-12-15 reimar 100l, reorder check for AC3 format to avoid a possible memleak
2008-12-15 reimar Consistently include config.h before mangle.h, fixes possible compilation
2008-12-15 reimar Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
2008-12-14 reimar Add extra checks to avoid crashes with broken vqf files.
2008-12-14 rathann Update links to RPM packages, now that Livna has merged into RPMFusion.
2008-12-13 diego Add standard GPL headers.
2008-12-13 diego Add standard GPL license header.
2008-12-13 diego Replace informal GPL notices by standard GPL headers.
2008-12-13 diego license header consistency cosmetics
2008-12-13 diego Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-13 diego Merge two identical NetBSD/OpenBSD conditions.
2008-12-13 diego Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-13 diego Replace informal GPL notes by standard GPL header.
2008-12-13 reimar Simplify: use AV_RL32/AV_RB32
2008-12-13 reimar Avoid useless casts.
2008-12-13 compn another mpeg4 fourcc and add binary vdo codec
2008-12-12 reimar Some forgotten eax -> REG_a changes.
2008-12-12 ods15 Warning fixes for demux_nut
2008-12-12 ods15 Remove resync_audio_stream() from demux_nut seek function
2008-12-12 ods15 Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API
2008-12-11 compn add ac-3 fourcc from mp4 file
2008-12-11 cehoyos Search live555 library also in /usr/lib64.
2008-12-11 diego Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
2008-12-11 diego Add missing 'void' to parameterless function declaration.
2008-12-11 diego Change some printf calls to 'Debug printf' so as not to pollute stdout.