Luca Abeni [Thu, 26 Apr 2007 10:49:48 +0000 (10:49 +0000)]
Fix reading PTSs and DTSs in libavformat, by reverting r8465.
Such commit introduced some regressions (see the "Possible bug in reading
PTS/DTS" and "[BUG] no video transcoding" threads on ffmpeg-devel).
Originally committed as revision 8826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 09:47:56 +0000 (09:47 +0000)]
Policy addition: New files should have proper license headers.
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 26 Apr 2007 08:42:21 +0000 (08:42 +0000)]
remove now obsolete and no more true comments
Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 26 Apr 2007 08:20:21 +0000 (08:20 +0000)]
reorder bswap functions into bit-depth, special-casing inside the functions.
patch by Ramiro Polla ramiro lisha ufsc br
Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 26 Apr 2007 08:15:39 +0000 (08:15 +0000)]
make 2 functions "return x;" to simplify next patch
patch by Ramiro Polla ramiro lisha ufsc br
Originally committed as revision 8822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 00:32:31 +0000 (00:32 +0000)]
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Wed, 25 Apr 2007 23:22:05 +0000 (23:22 +0000)]
Support for seeking in TTA files.
Originally committed as revision 8820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 25 Apr 2007 22:23:38 +0000 (22:23 +0000)]
use resolve_host in acl handlign too, simplificates the code
Originally committed as revision 8819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 25 Apr 2007 22:22:19 +0000 (22:22 +0000)]
make the last globals static
Originally committed as revision 8818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Apr 2007 22:16:50 +0000 (22:16 +0000)]
cosmetics: align
Originally committed as revision 8817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Apr 2007 22:12:51 +0000 (22:12 +0000)]
move ac3 tables from a .h to a .c
Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 25 Apr 2007 21:05:47 +0000 (21:05 +0000)]
support for hostnames instead ip addresses in ffserver conf (using resolve_host now)
Originally committed as revision 8815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 25 Apr 2007 19:13:09 +0000 (19:13 +0000)]
cosmetics: Put AMR entry in alphabetical order with all external libraries.
Originally committed as revision 8814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 25 Apr 2007 19:12:04 +0000 (19:12 +0000)]
Remove hackish support for the non-free fixed-point AMR-NB reference code.
Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 25 Apr 2007 15:58:05 +0000 (15:58 +0000)]
add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 25 Apr 2007 15:57:15 +0000 (15:57 +0000)]
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 25 Apr 2007 13:55:11 +0000 (13:55 +0000)]
add a vstats_file command line option
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 25 Apr 2007 13:48:36 +0000 (13:48 +0000)]
Revert my two previous deliveries (back to r8806) to aply the good patch for vstats
Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 25 Apr 2007 12:19:56 +0000 (12:19 +0000)]
to complete r8807: free vstats resources
Originally committed as revision 8808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 25 Apr 2007 09:32:45 +0000 (09:32 +0000)]
add a vstats_file command line option
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 25 Apr 2007 09:27:22 +0000 (09:27 +0000)]
patch submissions should contain a suggested commit log message
Originally committed as revision 8806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 25 Apr 2007 09:01:54 +0000 (09:01 +0000)]
add rgb suffix to rawvideo muxer
Originally committed as revision 8805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 25 Apr 2007 08:50:02 +0000 (08:50 +0000)]
updates the x11grab doc example, adding -s cif, as it is mandatory
Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 25 Apr 2007 08:47:15 +0000 (08:47 +0000)]
"fast unaligned" bytestream functions
patch by Ramiro Polla ramiro lisha ufsc br
original thread:
date: 03/11/2007 03:06 AM
subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions
Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Tue, 24 Apr 2007 23:21:29 +0000 (23:21 +0000)]
Faster 32 bit byteswaping code for Blackfin.
200% faster on BF537 compiled with gcc 4.1.
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 24 Apr 2007 23:20:13 +0000 (23:20 +0000)]
typo
Originally committed as revision 8801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 24 Apr 2007 17:31:39 +0000 (17:31 +0000)]
1000l to myself as used VLC indexes were totally wrong
Originally committed as revision 8800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 24 Apr 2007 13:28:38 +0000 (13:28 +0000)]
Fix ffserver crash when closing the second RTP session
Originally committed as revision 8799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 24 Apr 2007 11:45:13 +0000 (11:45 +0000)]
more format abbreviations
Originally committed as revision 8798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 24 Apr 2007 10:51:26 +0000 (10:51 +0000)]
correct comment about seek function
Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 24 Apr 2007 07:16:47 +0000 (07:16 +0000)]
cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.
Originally committed as revision 8796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 24 Apr 2007 07:06:30 +0000 (07:06 +0000)]
Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
it's not configurable by the user.
Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 24 Apr 2007 05:50:30 +0000 (05:50 +0000)]
Remove unused code + variable, fixes a warning.
Originally committed as revision 8794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 23 Apr 2007 17:20:27 +0000 (17:20 +0000)]
Add a note about license headers to the patch submission checklist.
Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 19:19:43 +0000 (19:19 +0000)]
enable seektest
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 19:10:33 +0000 (19:10 +0000)]
seek regression test reference
Originally committed as revision 8791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 18:48:07 +0000 (18:48 +0000)]
dont assert(0) due to buggy rm demuxer
Originally committed as revision 8790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 18:41:11 +0000 (18:41 +0000)]
dont try to seek on single images
Originally committed as revision 8789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 18:30:14 +0000 (18:30 +0000)]
ensure that seek_test is rebuild if any of the libs changed
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 22 Apr 2007 18:06:08 +0000 (18:06 +0000)]
check ip port range from config
Originally committed as revision 8787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 22 Apr 2007 18:01:29 +0000 (18:01 +0000)]
simplificate
Originally committed as revision 8786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 22 Apr 2007 17:56:26 +0000 (17:56 +0000)]
use av_strdup instead malloc/strcpy
Originally committed as revision 8785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 22 Apr 2007 17:48:23 +0000 (17:48 +0000)]
fixed InputFormat option, which was never working
Originally committed as revision 8784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 16:23:44 +0000 (16:23 +0000)]
fix av_seek_frame_generic() so that it doesnt fail if the
requested timestamp is after the last with backward flag
Originally committed as revision 8783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 22 Apr 2007 15:06:16 +0000 (15:06 +0000)]
remove useless code, file removal is handled elsewhere
Originally committed as revision 8782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Apr 2007 11:07:35 +0000 (11:07 +0000)]
init packet before calling the demuxer
fixed random/uninitalized AVPacket->pos
Originally committed as revision 8781 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sun, 22 Apr 2007 00:50:36 +0000 (00:50 +0000)]
Change from using a seek table internal to the TTA demuxer to using the standard lavf index.
Originally committed as revision 8780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Apr 2007 00:27:20 +0000 (00:27 +0000)]
fix compilation
Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Apr 2007 00:24:16 +0000 (00:24 +0000)]
done in r8635 by Xiaohui Sun
Originally committed as revision 8778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Sat, 21 Apr 2007 23:05:30 +0000 (23:05 +0000)]
Blackfin is a strictly aligned processor.
Patch by Marc Hoffman mmh _at_ pleasantst.com
Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h
Date: Tue, 17 Apr 2007 06:12:02 -0400
Originally committed as revision 8777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 21 Apr 2007 21:59:06 +0000 (21:59 +0000)]
cabac bytestream optimization from x264
Originally committed as revision 8776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark Cox [Sat, 21 Apr 2007 18:47:30 +0000 (18:47 +0000)]
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
Originally committed as revision 8775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 21 Apr 2007 18:37:10 +0000 (18:37 +0000)]
long -> int
Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 21 Apr 2007 18:12:51 +0000 (18:12 +0000)]
cosmetics: mov_mp4 -> mp4
Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 21 Apr 2007 18:09:14 +0000 (18:09 +0000)]
clean and simplify esds reading function
Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 21 Apr 2007 18:03:53 +0000 (18:03 +0000)]
remove broken ctab code
Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 21 Apr 2007 18:01:47 +0000 (18:01 +0000)]
use INT64_MAX
Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 21 Apr 2007 15:55:45 +0000 (15:55 +0000)]
Remove unused variable.
Originally committed as revision 8769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 21 Apr 2007 11:35:28 +0000 (11:35 +0000)]
spelling/wording/punctuation
Originally committed as revision 8768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 21 Apr 2007 00:47:55 +0000 (00:47 +0000)]
compile rawvideo decoder on request
Originally committed as revision 8767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 21 Apr 2007 00:36:53 +0000 (00:36 +0000)]
compile mjpeg parser if requested
Originally committed as revision 8766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 21 Apr 2007 00:29:01 +0000 (00:29 +0000)]
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
Originally committed as revision 8765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Apr 2007 23:59:22 +0000 (23:59 +0000)]
cosmetics: remove my email address
Originally committed as revision 8764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Apr 2007 23:45:53 +0000 (23:45 +0000)]
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 20 Apr 2007 15:48:26 +0000 (15:48 +0000)]
typo
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 19 Apr 2007 20:09:43 +0000 (20:09 +0000)]
add .type foo, %function directives for the benefit of debuggers
based on patch by Matthieu Castet, castet ! matthieu $ free ! fr
Originally committed as revision 8761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 19 Apr 2007 16:12:06 +0000 (16:12 +0000)]
Fix parts missed in clip -> av_clip rename
Originally committed as revision 8760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 19 Apr 2007 13:55:06 +0000 (13:55 +0000)]
Fix an use-after-free bug
Originally committed as revision 8759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 19 Apr 2007 13:54:11 +0000 (13:54 +0000)]
Remove unused callbacks from ffserver
Originally committed as revision 8758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Wed, 18 Apr 2007 19:58:20 +0000 (19:58 +0000)]
Deobfuscade decodeTonalComponents calling logic.
Originally committed as revision 8757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Wed, 18 Apr 2007 19:49:47 +0000 (19:49 +0000)]
Version bump, atrac3 added.
Originally committed as revision 8756 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Wed, 18 Apr 2007 19:48:52 +0000 (19:48 +0000)]
Let maintain things. Added myself as atrac3 maintainer.
Originally committed as revision 8755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 18 Apr 2007 19:47:22 +0000 (19:47 +0000)]
Simplify, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 18 Apr 2007 19:46:42 +0000 (19:46 +0000)]
Remove unused vars, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 18 Apr 2007 19:44:54 +0000 (19:44 +0000)]
Remove unused vars, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 18 Apr 2007 19:44:04 +0000 (19:44 +0000)]
Cosmetics, patch by Ramiro Polla.
ramiro ta lisha tod ufsc tod br
Originally committed as revision 8751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 18 Apr 2007 17:36:52 +0000 (17:36 +0000)]
Pullback should be performed on scaled motion vectors in B-frames
Originally committed as revision 8750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 18 Apr 2007 16:40:58 +0000 (16:40 +0000)]
preserve alpha channel when converting rgb32 to bgr32 in plain C
Originally committed as revision 23022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ivo van Poorten [Wed, 18 Apr 2007 16:40:07 +0000 (16:40 +0000)]
fix red_15mask and green_15mask. the previous values were wrong and caused
some SIMD functions to output wrong data.
Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ivo van Poorten [Wed, 18 Apr 2007 14:22:42 +0000 (14:22 +0000)]
test widths all down to one. this tests whether the scalers correctly switch
to plain C when width < unit size of assembly code.
Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 18 Apr 2007 09:34:08 +0000 (09:34 +0000)]
Remove the build instructions from the doxygen comments, they are duplicated
from the user level documentation and already partially outdated.
Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 18 Apr 2007 09:29:18 +0000 (09:29 +0000)]
Doxygen comment wording/spelling
Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 18 Apr 2007 09:27:59 +0000 (09:27 +0000)]
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
size of the units the MMX code processes
Originally committed as revision 23015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ivo van Poorten [Wed, 18 Apr 2007 09:26:22 +0000 (09:26 +0000)]
skip MMX code in rgb32to16 if the size of the input is smaller than the
size of the units the MMX code processes
Originally committed as revision 23014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ivo van Poorten [Wed, 18 Apr 2007 09:24:49 +0000 (09:24 +0000)]
skip MMX code in rgb32to15 if the size of the input is smaller than the
size of the units the MMX code processes
Originally committed as revision 23013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benjamin Larsson [Tue, 17 Apr 2007 20:53:39 +0000 (20:53 +0000)]
Atrac3 decoder.
Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Tue, 17 Apr 2007 20:38:17 +0000 (20:38 +0000)]
slightly faster rgb32tobgr32; avoid one add and one cmp
Originally committed as revision 23012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Reimar Döffinger [Tue, 17 Apr 2007 14:06:08 +0000 (14:06 +0000)]
Fix the most obvious typos in the development policy doc section
Originally committed as revision 8746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Apr 2007 13:07:31 +0000 (13:07 +0000)]
patch submission checklist
Originally committed as revision 8745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 17 Apr 2007 08:37:39 +0000 (08:37 +0000)]
add a commit-rule precision when applying patches discussed on the mailing list
Originally committed as revision 8744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 16 Apr 2007 21:41:03 +0000 (21:41 +0000)]
New implementation of rgb32tobgr32
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL
Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sun, 15 Apr 2007 19:45:48 +0000 (19:45 +0000)]
Mention configure parameters for enabling AMR.
Originally committed as revision 8743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 15 Apr 2007 13:51:57 +0000 (13:51 +0000)]
add an enum for need_parsing
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Apr 2007 12:35:44 +0000 (12:35 +0000)]
Make the declaration of AVInputFormat ac3_demuxer conditional
on CONFIG_AC3_DEMUXER.
Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Apr 2007 12:34:50 +0000 (12:34 +0000)]
The AC3 demuxer depends on the AC3 parser.
Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Apr 2007 12:32:36 +0000 (12:32 +0000)]
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Apr 2007 08:53:03 +0000 (08:53 +0000)]
fix mjpeg.mov
Originally committed as revision 8738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Apr 2007 01:27:34 +0000 (01:27 +0000)]
improve horizontal chroma resolution with pal
Originally committed as revision 22994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Sun, 15 Apr 2007 00:53:32 +0000 (00:53 +0000)]
convert palette to yuv instead of converting each pixel after pal->rgb
Originally committed as revision 22993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Sat, 14 Apr 2007 22:58:23 +0000 (22:58 +0000)]
fix playback of angels_480-mjpegcompress.avi
Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk