Diego Biurrun [Mon, 22 Oct 2007 18:01:33 +0000 (18:01 +0000)]
Fix make install of man pages when PROGS is empty.
Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 22 Oct 2007 18:00:31 +0000 (18:00 +0000)]
Fix make install when PROGS is empty.
Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 22 Oct 2007 17:21:38 +0000 (17:21 +0000)]
Further simplify install-progs prerequisites, no need to duplicate PROGS.
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 22 Oct 2007 17:15:12 +0000 (17:15 +0000)]
Simplify install-progs prerequisite declaration.
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 22 Oct 2007 15:13:10 +0000 (15:13 +0000)]
Clarify comment block and rewrite in better English.
Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 22 Oct 2007 14:36:14 +0000 (14:36 +0000)]
fix issue 225, instead of stoping when wrong atom size is found,
limit atom size to what is left, assuming container atom has correct size..
cricket4.3g2 has incorrect moov atom size which indicates that file size should be
2 bytes bigger than it is and quicktime reads it correctly though.
Originally committed as revision 10836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 22 Oct 2007 10:23:38 +0000 (10:23 +0000)]
Use simple IDCT for now
Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 22 Oct 2007 10:22:36 +0000 (10:22 +0000)]
Remove incorrect and unneeded code
Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 22 Oct 2007 06:01:38 +0000 (06:01 +0000)]
Beam Software SIFF demuxer and video decoder
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 21 Oct 2007 23:10:15 +0000 (23:10 +0000)]
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818
Originally committed as revision 10832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 21 Oct 2007 22:44:05 +0000 (22:44 +0000)]
remove some useless initializations (the whole context is initialized to 0)
Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 21 Oct 2007 22:27:24 +0000 (22:27 +0000)]
cosmetics: reindent
Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 21 Oct 2007 22:23:37 +0000 (22:23 +0000)]
cosmetics: Add #endif comment.
Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 21 Oct 2007 22:16:28 +0000 (22:16 +0000)]
remove unused context var
Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 21 Oct 2007 17:26:02 +0000 (17:26 +0000)]
New RM format deserves small version bump
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 21 Oct 2007 17:23:07 +0000 (17:23 +0000)]
indentation after last commit
Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 21 Oct 2007 17:22:37 +0000 (17:22 +0000)]
Make RV10/20 decoder work with new frame format
Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 21 Oct 2007 17:21:20 +0000 (17:21 +0000)]
Make Matroska demuxer output full frames instead of slices for RealVideo
Patch by Aurelien Jacobs (aurel at "... is not unix"age.org)
Thread [RFC] Feed whole frames to RV* decoders
Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 21 Oct 2007 17:17:28 +0000 (17:17 +0000)]
Demux full frames instead of sliced for RealVideo.
Some changes by Roberto Togni and blessed by him on IRC.
Originally committed as revision 10823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 20 Oct 2007 14:45:07 +0000 (14:45 +0000)]
Document ff_des_encdec
Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 20 Oct 2007 14:25:02 +0000 (14:25 +0000)]
Add support for decrypting asf files
Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Sat, 20 Oct 2007 08:29:05 +0000 (08:29 +0000)]
associate to each AVProgram the indexes of the AVStreams contained in it
Originally committed as revision 10820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Sat, 20 Oct 2007 08:25:13 +0000 (08:25 +0000)]
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext
Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nico Sabbi [Sat, 20 Oct 2007 08:17:01 +0000 (08:17 +0000)]
cosmetics: moved to a separate function the code to print the characteristics of an AVStream
Originally committed as revision 10818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 20 Oct 2007 00:07:48 +0000 (00:07 +0000)]
add support for git in version.sh (use short hash as version number)
Originally committed as revision 10817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 20 Oct 2007 00:05:04 +0000 (00:05 +0000)]
cosmetics to make version.sh more VCS agnostic
Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Fri, 19 Oct 2007 22:11:34 +0000 (22:11 +0000)]
The 'Video Filter API' is better known as 'libavfilter'.
Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 19 Oct 2007 19:06:32 +0000 (19:06 +0000)]
Install MSVC import libraries without version numbering in the filename.
Originally committed as revision 10814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 19 Oct 2007 18:03:05 +0000 (18:03 +0000)]
Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
Makes non-posix systems shared library names more correct,
such as avcodec-buildsuf-51.dll instead of avcodec-51-buildsuf.dll
Originally committed as revision 10813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeremy Mordkoff [Fri, 19 Oct 2007 15:39:02 +0000 (15:39 +0000)]
Fix typo.
Patch by Jeremy Mordkoff: jlm zazzletech com
Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 19 Oct 2007 09:54:16 +0000 (09:54 +0000)]
cosmetics: Add #endif comment.
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Fri, 19 Oct 2007 09:31:41 +0000 (09:31 +0000)]
Add support for DES en- and decryption.
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 19 Oct 2007 04:32:56 +0000 (04:32 +0000)]
Grammar.
Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:59:31 +0000 (23:59 +0000)]
ensure all compiled in codec/muxer are registered
Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:52:08 +0000 (23:52 +0000)]
better check for video track detection
Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:50:52 +0000 (23:50 +0000)]
skip unsupported audio track data
Originally committed as revision 10806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:44:05 +0000 (23:44 +0000)]
cosmetics: indentation
Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:42:54 +0000 (23:42 +0000)]
check if we found an audio track before initializing the audio stream
Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:40:03 +0000 (23:40 +0000)]
compute pts according to the audio codec
Originally committed as revision 10803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:36:12 +0000 (23:36 +0000)]
set bytes per sample in the context
Originally committed as revision 10802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:22:50 +0000 (23:22 +0000)]
fix big endian files support
Originally committed as revision 10801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:21:31 +0000 (23:21 +0000)]
simplify
Originally committed as revision 10800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:13:46 +0000 (23:13 +0000)]
parse sample rate instead of setting a default one
Originally committed as revision 10799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 23:05:30 +0000 (23:05 +0000)]
add support for PCM codec
Originally committed as revision 10798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:53:37 +0000 (22:53 +0000)]
check compression_type to assign audio codec
Originally committed as revision 10797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:47:56 +0000 (22:47 +0000)]
make compression_type a function local var instead of a context var
Originally committed as revision 10796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:39:27 +0000 (22:39 +0000)]
add support for big_endian encoded headers
Originally committed as revision 10795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:32:26 +0000 (22:32 +0000)]
add some error processing
Originally committed as revision 10794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:27:27 +0000 (22:27 +0000)]
cosmetics: indentation
Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:26:23 +0000 (22:26 +0000)]
parse header chunk in a loop (don't depend on a fixed chunk ordering)
Originally committed as revision 10792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:23:30 +0000 (22:23 +0000)]
add audio and video codec context vars
Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:11:53 +0000 (22:11 +0000)]
better log message
Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 22:01:30 +0000 (22:01 +0000)]
move vp6 header parsing into its own function
Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:59:23 +0000 (21:59 +0000)]
remove 2 temporary variables
Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:56:44 +0000 (21:56 +0000)]
set a default value for num_channels
Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:55:51 +0000 (21:55 +0000)]
move audio header parsing in its own function
Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:45:53 +0000 (21:45 +0000)]
add a log message
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:30:33 +0000 (21:30 +0000)]
fix comment
Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 18 Oct 2007 21:03:10 +0000 (21:03 +0000)]
small simplification
Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 18 Oct 2007 16:10:36 +0000 (16:10 +0000)]
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Thu, 18 Oct 2007 15:16:07 +0000 (15:16 +0000)]
Unaligned memory access rcrash fix
Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thorsten Jordan [Thu, 18 Oct 2007 15:02:34 +0000 (15:02 +0000)]
set start_time to 0 to enable seeking in mp3-files
patch by Thorsten Jordan, tjordan macrosystem de
Originally committed as revision 10780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Thu, 18 Oct 2007 14:32:04 +0000 (14:32 +0000)]
Added myself as maintainer of the Nellymoser codec
Originally committed as revision 10779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 18 Oct 2007 14:01:20 +0000 (14:01 +0000)]
Print pixel and display aspect ratios
Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 18 Oct 2007 11:11:33 +0000 (11:11 +0000)]
replace (disabled by default) assert(0) by abort() if the picture buffer
overflows due to a buggy codec
note, ive not checked if such overflows could have been exploitable before this
commit
Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 18 Oct 2007 10:03:16 +0000 (10:03 +0000)]
Simplify one variable setting.
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 18 Oct 2007 09:50:53 +0000 (09:50 +0000)]
Make url_split() strip url options (?opt=var) from the returned hostname or
location. This fixes a regression introduced by the rewrite of
url_split() in r10605.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled
Date: 10/12/2007 08:19 PM
Originally committed as revision 10775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 18 Oct 2007 09:35:02 +0000 (09:35 +0000)]
Rename LIB to LIBNAME for consistency.
Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 18 Oct 2007 09:34:49 +0000 (09:34 +0000)]
Rename LIB to LIBNAME for consistency.
Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 18 Oct 2007 09:31:47 +0000 (09:31 +0000)]
1l: Update wrong #endif comment.
Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Thu, 18 Oct 2007 09:30:33 +0000 (09:30 +0000)]
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Timofei V. Bondarenko [Wed, 17 Oct 2007 23:02:35 +0000 (23:02 +0000)]
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
patch by Timofei, tim ipi.ac ru
Date: Mon, 15 Oct 2007 19:55:29 +0400
Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 22:38:37 +0000 (22:38 +0000)]
Add multiple inclusion guards to config.h.
Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 22:29:13 +0000 (22:29 +0000)]
Explain why there are no multiple inclusion guards in these header files.
Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 18:23:11 +0000 (18:23 +0000)]
Clarify comment that explains why this header lacks multiple inclusion guards.
Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 17 Oct 2007 17:45:34 +0000 (17:45 +0000)]
Add entry about pr not being present in standard MSYS install.
Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 13:52:46 +0000 (13:52 +0000)]
Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.
based on a patch by Dave Yeo, daveryeo telus net
Originally committed as revision 10768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dave Yeo [Wed, 17 Oct 2007 13:48:47 +0000 (13:48 +0000)]
Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
SLIB_INSTALL_EXTRA_COMMAND.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 17 Oct 2007 11:19:42 +0000 (11:19 +0000)]
Remove wrong multiple inclusion guards.
Those files are really meant to be included several times.
Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:37:46 +0000 (09:37 +0000)]
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:34:48 +0000 (09:34 +0000)]
Add a comment that explains why this header lacks multiple inclusion guards.
Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:31:06 +0000 (09:31 +0000)]
Add missing multiple inclusion guards.
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:26:21 +0000 (09:26 +0000)]
Use filename as multiple inclusion guard.
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:21:52 +0000 (09:21 +0000)]
Fix #endif comment typo.
Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 17 Oct 2007 09:16:21 +0000 (09:16 +0000)]
Use filename as multiple inclusion guard.
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 16 Oct 2007 23:15:50 +0000 (23:15 +0000)]
comment grammar fix
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Tue, 16 Oct 2007 19:50:08 +0000 (19:50 +0000)]
Re-enable DEBUG_SEEK flag.
Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 16 Oct 2007 16:40:34 +0000 (16:40 +0000)]
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific
Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 16 Oct 2007 15:40:57 +0000 (15:40 +0000)]
indentation
Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patric Stout [Mon, 15 Oct 2007 23:55:14 +0000 (23:55 +0000)]
Fix streaming to XBox360.
Patch by Patric Stout, patric T liefdeis O com
Original thread:
Subject: asf-format doesn't work as stream for XBox360
Date: 2007-10-14
Originally committed as revision 10755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 15 Oct 2007 23:07:03 +0000 (23:07 +0000)]
misc Doxygen spelling/grammar fixes
Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:52:22 +0000 (22:52 +0000)]
cosmetics: reindent
Originally committed as revision 10753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:51:52 +0000 (22:51 +0000)]
add support for VP6 in electronicarts demuxer
Originally committed as revision 10752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:51:15 +0000 (22:51 +0000)]
remove useless &0xFF
Originally committed as revision 10751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:50:36 +0000 (22:50 +0000)]
merge declaration and initialization
Originally committed as revision 10750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:50:10 +0000 (22:50 +0000)]
remove unused context vars
Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:49:31 +0000 (22:49 +0000)]
remove unused code
Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:49:00 +0000 (22:49 +0000)]
remove unused tags definition
Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:48:31 +0000 (22:48 +0000)]
remove unused close function
Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 15 Oct 2007 22:47:41 +0000 (22:47 +0000)]
simplify bitstream reading
Originally committed as revision 10745 to svn://svn.ffmpeg.org/ffmpeg/trunk