Activity
From 10/04/2007 to 11/02/2007
11/02/2007
- 07:48 PM Revision 0ee97f0d (ffmpeg): Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A po...
- Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 AM Revision 24e649af (ffmpeg): Split Musepack decoder into SV7 decoder and synth core
- (for upcoming SV8 decoder)
Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/01/2007
- 06:40 PM Revision 76c443c6 (ffmpeg): move adx.c to adxdec.c
- Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision c31dea61 (ffmpeg): split adx encoder in its own file
- Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision 4f95f80e (ffmpeg): remove useless debug func
- Originally committed as revision 10902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision 2009c7fc (ffmpeg): revert part of r10899 which was not intended
- Originally committed as revision 10901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision c4cc3610 (ffmpeg): cleanup and simplify adx_decode_header()
- Originally committed as revision 10900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 6177c7ef (ffmpeg): remove useless initialization to 0 of adx context
- Originally committed as revision 10899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision ad8df79b (ffmpeg): simplify dpcm decoders declaration using a macro
- Originally committed as revision 10898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision e916de2c (ffmpeg): remove useless #undef
- Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision c33ed2aa (ffmpeg): remove unreachable code
- Originally committed as revision 10896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 01370349 (ffmpeg): cosmetics: alignment
- Originally committed as revision 10895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision f6e2300f (ffmpeg): don't register adpcm encoders which are not implemented
- Originally committed as revision 10894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 22baf42c (ffmpeg): doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-l...
- Originally committed as revision 10893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 83c95cd4 (ffmpeg): Revert get_num() to old behaviour in order to handle
- incorrect RMs generated by lavf muxer.
Originally committed as revision 10892 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:59 AM Revision 0ac07031 (ffmpeg): check av_interleaved_write_frame() return
- fixes issue149
Originally committed as revision 10891 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:17 AM Revision 7c032a36 (ffmpeg): cosmetics: sort
- Originally committed as revision 10890 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/31/2007
- 10:39 PM Revision c5d99f2b (ffmpeg): prefer our native vorbis decoder over libvorbis
- Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision e14356c8 (ffmpeg): fix issue130
- Originally committed as revision 10888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision c8652b57 (ffmpeg): support flv with invalid header
- fixes issue43
Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:35 PM Revision 6f910bcf (ffmpeg): factorize stream creation
- Originally committed as revision 10886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision ff21c1b0 (ffmpeg): Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.
- Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision 1d5fab9b (ffmpeg): Remove unused variables, fixes the following warnings:
- siff.c:187: warning: unused variable 'snddata'
siff.c:186: warning: unused variable 'size2'
Originally committed as ... - 07:27 AM Revision 51844e6c (ffmpeg): Take the target address family in account when determining the family of
- the local address to bind.
Fixes ffserver and UDP streaming without --disable-ipv6 on MacOS X
Patch by Ronald S. Bul... - 07:08 AM Revision 7d8576c2 (ffmpeg): Reindent after last commit
- Originally committed as revision 10882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 AM Revision d607861c (ffmpeg): Resolve hosts and bind sockets even when the local_port is not set (0)
- Fixes ffserver on linux when "--disable-ipv6" is not used
Patch by Nicolas George (nicolas dot george at normalesup ...
10/30/2007
- 11:20 PM Revision fac84d3c (ffmpeg): EA IMA EACS decoder
- original patch by Peter Ross
Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:12 PM Revision 7bb65d89 (ffmpeg): EA IMA SEAD decoder
- original patch by Peter Ross
Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:07 PM Revision 29c3d42b (ffmpeg): Leverage MinGW's llrint() in Cygwin compilations.
- Originally committed as revision 10878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision e76e2bbc (ffmpeg): Mark the source buffer as "const"
- Originally committed as revision 10877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision ecdcbbf6 (ffmpeg): If local port n is not available, try n + 2 instead of continuing to ...
- on n (allow to receive 2 rtsp streams simultaneously with libavformat)
Originally committed as revision 10876 to svn... - 08:01 AM Revision 2a4592fe (ffmpeg): Clarify comment about gcc -MM.
- Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 582c1c47 (ffmpeg): Declare libpostproc prerequisites directly instead of using a layer of
- indirection. This moves build system workarounds closer to libpostproc
where they are really needed.
Originally comm... - 12:01 AM Revision 992e78f5 (ffmpeg): rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ...
- Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/29/2007
- 09:38 AM Revision 990e989f (ffmpeg): Remove redundant prototype
- Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 AM Revision c971ff19 (ffmpeg): Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
- explicitly include such headers where needed
Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/t...
10/28/2007
- 10:56 PM Revision c1a4cdf9 (ffmpeg): removed unused variables accidentally introduced in stream_index_from...
- Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 PM Revision 39f79f26 (ffmpeg): rename crc.c to crcenc.c
- Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision 6b6adf2b (ffmpeg): move framecrc muxer in its own file
- Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/27/2007
- 06:50 PM Revision a15bc651 (ffmpeg): reindented after previous commit
- Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision 50e143c4 (ffmpeg): added option programid to select the program to use and relative code...
- Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 PM Revision 90f03441 (ffmpeg): remove a branch from an inner loop.
- 1% faster flac encoding.
Originally committed as revision 10865 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/26/2007
- 08:02 PM Revision f473666f (ffmpeg): print newline after program id even when the name is missing
- Originally committed as revision 10864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 759d98d0 (ffmpeg): Explicitly include rtp.h (needed for rtp_get_payload_type())
- Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 AM Revision a385446f (ffmpeg): Remove prototype for non-existent function
- Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/25/2007
- 09:17 PM Revision 97e6ee20 (ffmpeg): probe files starting with the 1SNh tag
- Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 94e8c227 (ffmpeg): don't use #define with names starting with _
- Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision 98168220 (ffmpeg): add parsing of 1SNh header in the EA demuxer
- Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 63bb42fb (ffmpeg): Remove unused variable, fixes warning:
- utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'
Originally committed as revision ...
10/24/2007
- 09:44 PM Revision 44626387 (ffmpeg): avoid infinite loop at the end of files which are not properly termin...
- Originally committed as revision 10857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision e7583962 (ffmpeg): EA ADPCM R1, R2 and R3 decoder
- original patch by Peter Ross
Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:19 PM Revision d2bbb2f7 (ffmpeg): Rename --disable-opts option to --disable-optimizations in order to b...
- ambiguous, opts sounds more like options than optimizations.
Originally committed as revision 10855 to svn://svn.ffm... - 07:17 PM Revision 8400d6b8 (ffmpeg): Rename optimize variable to the slightly more meaningful optimizations.
- Originally committed as revision 10854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision cfac9ec7 (ffmpeg): Cosmetics: indentation.
- Originally committed as revision 10853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 PM Revision 89a0d790 (ffmpeg): Prevent mov muxer from writing empty udta atoms.
- Originally committed as revision 10852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 AM Revision 8862fb41 (ffmpeg): add support for reading duration from VBRI-tag in mp3 files
- Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 AM Revision 3a1d3588 (ffmpeg): Move setting of key frame flag for intra-only codecs, ignoring key frame
- flag of parser for such codecs as intra-only parsers don't set key frame
flag. Corrects lack of key frame marking in ... - 03:26 AM Revision c1989552 (ffmpeg): Updated and rewritten Windows-related documentation.
- Originally committed as revision 10849 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/23/2007
- 10:28 PM Revision 3d2308b0 (ffmpeg): use FFMIN
- Originally committed as revision 10848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision 478638ab (ffmpeg): fix indent
- Originally committed as revision 10847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision db233e83 (ffmpeg): cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI ta...
- Originally committed as revision 10846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 PM Revision ca851a3a (ffmpeg): add support for reading duration from Xing-tag in mp3 files
- Originally committed as revision 10845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 AM Revision 71fa13e8 (ffmpeg): Simplify install-libs prerequisite generation.
- Originally committed as revision 10844 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/22/2007
- 09:06 PM Revision 39fe9d79 (ffmpeg): convert a if() into a switch() to ease addition of new tags to probe
- Originally committed as revision 10843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision ef59bf60 (ffmpeg): Fix uninstall-vhook, SLIBSUF was being left out.
- Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision 282db5fd (ffmpeg): Fix make install of man pages when PROGS is empty.
- Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 1217916b (ffmpeg): Fix make install when PROGS is empty.
- Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision e1a3a63f (ffmpeg): Further simplify install-progs prerequisites, no need to duplicate PR...
- Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision c4fa7ebc (ffmpeg): Simplify install-progs prerequisite declaration.
- Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 3a994ca4 (ffmpeg): Clarify comment block and rewrite in better English.
- Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 8622613d (ffmpeg): 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... - 10:23 AM Revision bf672ac7 (ffmpeg): Use simple IDCT for now
- Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision c6137a61 (ffmpeg): Remove incorrect and unneeded code
- Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 AM Revision 66f7679c (ffmpeg): Beam Software SIFF demuxer and video decoder
- Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/21/2007
- 11:10 PM Revision 4e745a3b (ffmpeg): 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf)...
- Originally committed as revision 10832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision a70a3f0b (ffmpeg): remove some useless initializations (the whole context is initialized...
- Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision ba8a76b8 (ffmpeg): cosmetics: reindent
- Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision f9cdbfa2 (ffmpeg): cosmetics: Add #endif comment.
- Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision c6e2f083 (ffmpeg): remove unused context var
- Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision fe7e750f (ffmpeg): New RM format deserves small version bump
- Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision 63e6c176 (ffmpeg): indentation after last commit
- Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision dd55d4a3 (ffmpeg): Make RV10/20 decoder work with new frame format
- Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision b96b441a (ffmpeg): 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
Original... - 05:17 PM Revision 383b123e (ffmpeg): 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....
10/20/2007
- 02:45 PM Revision 46fb896b (ffmpeg): Document ff_des_encdec
- Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 72be7db4 (ffmpeg): Add support for decrypting asf files
- Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 AM Revision aa237f45 (ffmpeg): associate to each AVProgram the indexes of the AVStreams contained in it
- Originally committed as revision 10820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 AM Revision 526efa10 (ffmpeg): API extension: AVProgram now has an array (stream_index) containing t...
- Originally committed as revision 10819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 AM Revision fad0e030 (ffmpeg): cosmetics: moved to a separate function the code to print the charact...
- Originally committed as revision 10818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 40eaf780 (ffmpeg): 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
- 12:05 AM Revision 123103ca (ffmpeg): cosmetics to make version.sh more VCS agnostic
- Originally committed as revision 10816 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/19/2007
- 10:11 PM Revision c1b7437a (ffmpeg): The 'Video Filter API' is better known as 'libavfilter'.
- Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision c3cf5614 (ffmpeg): Install MSVC import libraries without version numbering in the filename.
- Originally committed as revision 10814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision c5f14466 (ffmpeg): 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-buil... - 03:39 PM Revision 4f9c008c (ffmpeg): Fix typo.
- Patch by Jeremy Mordkoff: jlm zazzletech com
Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/t... - 09:54 AM Revision 1b1ab198 (ffmpeg): cosmetics: Add #endif comment.
- Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 2e9ad69a (ffmpeg): Add support for DES en- and decryption.
- Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 AM Revision 939bac28 (ffmpeg): Grammar.
- Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/18/2007
- 11:59 PM Revision f9a00ba8 (ffmpeg): ensure all compiled in codec/muxer are registered
- Originally committed as revision 10808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision ab89dbd4 (ffmpeg): better check for video track detection
- Originally committed as revision 10807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision 018d0ff9 (ffmpeg): skip unsupported audio track data
- Originally committed as revision 10806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 PM Revision a2c9473d (ffmpeg): cosmetics: indentation
- Originally committed as revision 10805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision c611463f (ffmpeg): check if we found an audio track before initializing the audio stream
- Originally committed as revision 10804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 200f41ad (ffmpeg): compute pts according to the audio codec
- Originally committed as revision 10803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision ffbd0bcd (ffmpeg): set bytes per sample in the context
- Originally committed as revision 10802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 597958ad (ffmpeg): fix big endian files support
- Originally committed as revision 10801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 PM Revision 78168450 (ffmpeg): simplify
- Originally committed as revision 10800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision 6c867e04 (ffmpeg): parse sample rate instead of setting a default one
- Originally committed as revision 10799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision fd402a5a (ffmpeg): add support for PCM codec
- Originally committed as revision 10798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision 93fa8b2b (ffmpeg): check compression_type to assign audio codec
- Originally committed as revision 10797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 PM Revision e5d34ab6 (ffmpeg): make compression_type a function local var instead of a context var
- Originally committed as revision 10796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 97e5dcc0 (ffmpeg): add support for big_endian encoded headers
- Originally committed as revision 10795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 2c82386d (ffmpeg): add some error processing
- Originally committed as revision 10794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision fa34563b (ffmpeg): cosmetics: indentation
- Originally committed as revision 10793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision f8cab062 (ffmpeg): 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
- 10:23 PM Revision af704ee4 (ffmpeg): add audio and video codec context vars
- Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 PM Revision 080b1c82 (ffmpeg): better log message
- Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision f4097430 (ffmpeg): move vp6 header parsing into its own function
- Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 3773e5fc (ffmpeg): remove 2 temporary variables
- Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision 9853ce80 (ffmpeg): set a default value for num_channels
- Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision 215eb102 (ffmpeg): move audio header parsing in its own function
- Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision d51bd73c (ffmpeg): add a log message
- Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 1680692a (ffmpeg): fix comment
- Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 98942fb2 (ffmpeg): small simplification
- Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision bbfc038f (ffmpeg): WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8...
- Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision ff4b050a (ffmpeg): Unaligned memory access rcrash fix
- Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision f97931c1 (ffmpeg): 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/ffmp... - 02:32 PM Revision d34841f1 (ffmpeg): Added myself as maintainer of the Nellymoser codec
- Originally committed as revision 10779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision 59771f71 (ffmpeg): Print pixel and display aspect ratios
- Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 3c11a27b (ffmpeg): 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... - 10:03 AM Revision abc4e572 (ffmpeg): Simplify one variable setting.
- Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:50 AM Revision c5be140c (ffmpeg): Make url_split() strip url options (?opt=var) from the returned hostn...
- location. This fixes a regression introduced by the rewrite of
url_split() in r10605.
Patch by Ronald S. Bultje: rsb... - 09:35 AM Revision 2f3cbef0 (ffmpeg): Rename LIB to LIBNAME for consistency.
- Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:34 AM Revision 24743a76 (ffmpeg): Rename LIB to LIBNAME for consistency.
- Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 522e9cf4 (ffmpeg): 1l: Update wrong #endif comment.
- Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:30 AM Revision 39c70be1 (ffmpeg): Add FFMPEG_ prefix to all multiple inclusion guards.
- Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
10/17/2007
- 11:02 PM Revision 880de6b0 (ffmpeg): 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 h... - 10:38 PM Revision 9c05103f (ffmpeg): Add multiple inclusion guards to config.h.
- Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision deb43f0b (ffmpeg): Explain why there are no multiple inclusion guards in these header fi...
- Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision 9b1f04b0 (ffmpeg): Clarify comment that explains why this header lacks multiple inclusio...
- Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision e75f8997 (ffmpeg): Add entry about pr not being present in standard MSYS install.
- Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 0e872a48 (ffmpeg): 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/ffmp... - 01:48 PM Revision 5b5d0491 (ffmpeg): 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://sv... - 11:19 AM Revision ab54bff2 (ffmpeg): Remove wrong multiple inclusion guards.
- Those files are really meant to be included several times.
Originally committed as revision 10766 to svn://svn.ffmpe... - 09:37 AM Revision 5b21bdab (ffmpeg): Add FFMPEG_ prefix to all multiple inclusion guards.
- Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 6a03549e (ffmpeg): Add a comment that explains why this header lacks multiple inclusion ...
- Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 31b2c144 (ffmpeg): Add missing multiple inclusion guards.
- Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision ca34b9e6 (ffmpeg): Use filename as multiple inclusion guard.
- Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 AM Revision aeb6a697 (ffmpeg): Fix #endif comment typo.
- Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision 52703a64 (ffmpeg): Use filename as multiple inclusion guard.
- Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/16/2007
- 11:15 PM Revision 7f3c02fc (ffmpeg): comment grammar fix
- Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision 0f652a8e (ffmpeg): Re-enable DEBUG_SEEK flag.
- Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 86161cec (ffmpeg): dont write udta atom for 3gp/3g2 for now, current written atoms (ilst...
- Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 00996920 (ffmpeg): indentation
- Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/15/2007
- 11:55 PM Revision ed7b48b2 (ffmpeg): Fix streaming to XBox360.
- Patch by Patric Stout, patric T liefdeis O com
Original thread:
Subject: asf-format doesn't work as stream for XBox36... - 11:07 PM Revision 8a2d973d (ffmpeg): misc Doxygen spelling/grammar fixes
- Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision 227a388d (ffmpeg): cosmetics: reindent
- Originally committed as revision 10753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision d3e412d0 (ffmpeg): add support for VP6 in electronicarts demuxer
- Originally committed as revision 10752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision c03c4cac (ffmpeg): remove useless &0xFF
- Originally committed as revision 10751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision a066c5b7 (ffmpeg): merge declaration and initialization
- Originally committed as revision 10750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision df2eef0f (ffmpeg): remove unused context vars
- Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 059baac9 (ffmpeg): remove unused code
- Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision c3527cc9 (ffmpeg): remove unused tags definition
- Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 0cf3fbc2 (ffmpeg): remove unused close function
- Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 PM Revision 269b94e3 (ffmpeg): simplify bitstream reading
- Originally committed as revision 10745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 2143b118 (ffmpeg): Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
- setting Picture.reference to indicate parity for all Pictures in
reference list.
Patch by Jeff Downs, heydowns T bor... - 09:41 PM Revision f1bf85b8 (ffmpeg): Cygwin don't like this function declaration.
- So move this self-documentation into a comment instead.
Originally committed as revision 10743 to svn://svn.ffmpeg.o... - 06:03 PM Revision c7be2585 (ffmpeg): Undefine DEBUG_SEEK.
- Patch by Thorsten Jordan: tjordan macrosystem de
Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmp... - 04:26 PM Revision 636b13c5 (ffmpeg): Nellymoser ASAO decoder
- Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 PM Revision 85aec3bd (ffmpeg): Remove gcc import libraries from Win32 builds.
- They weren't even installed, and [1] suggests linking directly to the dll.
[1] http://sourceware.org/binutils/docs-2.... - 07:20 AM Revision 9a3fb640 (ffmpeg): Merge audio and video bitstream filter options handling.
- Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 AM Revision 44a7e65a (ffmpeg): Fix mix-up of values in r10690 (deblocking for PAFF).
- Patch by Martin Zlomek, martin d zlomek a email d cz
Originally committed as revision 10738 to svn://svn.ffmpeg.org/...
10/14/2007
- 10:30 PM Revision f28b1048 (ffmpeg): add support for VP6 with huffman encoded blocks
- closes issue 104
Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision 437c2079 (ffmpeg): moves fraps huffman decoder to its own file, making it more generic
- Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 PM Revision 5d25d2a9 (ffmpeg): cosmetics: Move asf_read_close() down to get rid of a forward declara...
- Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision fe0b9a64 (ffmpeg): Increment minor after r10709.
- Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision 3f30c42b (ffmpeg): Fix rc4 header, #ifndef -> #define
- Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 AM Revision d02f1547 (ffmpeg): Add multiple inclusion guards.
- Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision c1d5a67c (ffmpeg): Add standard license header.
- Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision d5a8a023 (ffmpeg): Consistently place comments in file header.
- Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 AM Revision 547972fd (ffmpeg): cosmetics: sort()
- Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 0cd05c08 (ffmpeg): VP6A needs its Makefile rules too
- Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/13/2007
- 05:38 PM Revision 3c3704d2 (ffmpeg): Fix MJPEG decoder for AMV files.
- Since decoding is doing from the end and aligned by 16
previous code worked correctly only when picture height was di... - 12:25 PM Revision 4d570f94 (ffmpeg): prevent infinite loop and memcpy of negative amounts
- fixes issue194
Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 AM Revision 972c5f9e (ffmpeg): simply buffer checks in vorbis_comment()
- Originally committed as revision 10725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 0a770ae7 (ffmpeg): use bytestream_get_* in vorbis_comment()
- Originally committed as revision 10724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 AM Revision 80b1c5a8 (ffmpeg): Add RC4 encryption/decryption function
- Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision 211dd1e8 (ffmpeg): factorize code and add safety check to prevent memcpying negative amo...
- Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 AM Revision 0d43dd8c (ffmpeg): Simplify tests for field macroblocks
- patch by Jeff Downs, heydowns a borg d com
Originally committed as revision 10721 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:34 AM Revision b8a9dfb7 (ffmpeg): Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
- Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de>
Subject: API breakage by r9870
Date: 2007-10-05 11:06:47 GMT
h...
10/12/2007
- 11:25 PM Revision 29a7b8ef (ffmpeg): Fix memleak
- Closes issue 102
Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:42 PM Revision 6ad42348 (ffmpeg): ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_pars...
- Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision 35d6cebd (ffmpeg): Use single quotes to get rid of a bunch of backslash escapes.
- Originally committed as revision 10717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 5645c838 (ffmpeg): Consistently use $(FOO) instead of ${FOO} in Makefile variables.
- Originally committed as revision 10716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 AM Revision 1084771a (ffmpeg): 10l: refill2() is not unused, it is used conditionally.
- Fix the preprocessor directives to enable refill2() only when the
conditions under which it is used apply.
Originall... - 09:10 AM Revision 5e832bc2 (ffmpeg): Interlaced pictures (not just MBAFF) + spatial direct mode is not
- implemented.
Patch by Jeff Downs, heydowns . borg @ com
Original thread: Enable PAFF decoding, 2007-10-09 11:04
Ori... - 08:43 AM Revision 0f26eec2 (ffmpeg): Disable unused code; fixes several gcc warnings:
- cabac.h:112: warning: ‘put_cabac_static’ defined but not used
cabac.h:158: warning: ‘put_cabac_terminate’ defined but...
10/11/2007
- 10:31 PM Revision 2a7feb18 (ffmpeg): Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
- Patch by Andrea Gualano, gualano T imavis O com
Originally committed as revision 10712 to svn://svn.ffmpeg.org/ffmpe... - 10:18 PM Revision bdb27356 (ffmpeg): Fix intended order of operations for 4 assert() checks.
- Patch by Shane, gnome42 T gmail O com
Originally committed as revision 10711 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 PM Revision 645f7879 (ffmpeg): Specify in documentation that avcodec_find_(en|de)coder* only searche...
- registered entries
Patch by Ville Skyttä <ville dot skytta at iki dot fi>
Originally committed as revision 10710 to ... - 02:57 PM Revision 770d9daf (ffmpeg): Add functionality to set the direction of a ByteIOContext buffer.
- Patch by Björn Axelsson bjorn axelsson intinor se
Original thread: [FFmpeg-devel] [PATCH] MMS protocol support patch ... - 09:35 AM Revision 3ea78411 (ffmpeg): warning fixes:
- snow.c: In function ‘decode_header’:
snow.c:3668: warning: unused variable ‘absum’
snow.c: In function ‘decode_init’:...
10/10/2007
- 10:59 PM Revision 736e63ed (ffmpeg): check values more thoroughly in vorbis_header()
- Originally committed as revision 10707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 739587bf (ffmpeg): use bytestream_get_* in vorbis_header()
- Originally committed as revision 10706 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision f5475e1b (ffmpeg): fix buffer overread with invalid Vorbis header
- Originally committed as revision 10705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 62f2c069 (ffmpeg): remove duplicate Vorbis comment tag handling
- Originally committed as revision 10704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision 2fe279f9 (ffmpeg): Set pict->interlaced_frame if returned frame is MBAFF or PAFF.
- Originally committed as revision 10703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 AM Revision ce3132be (ffmpeg): Remove ogg seek function, instead use generic seek via read_timestamp...
- Originally committed as revision 10702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 AM Revision a1f29b95 (ffmpeg): Add a read_timestamp function to ogg demuxer
- Originally committed as revision 10701 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/09/2007
- 05:45 PM Revision 03d3cab8 (ffmpeg): fix incorrect check for abs_diff_pic_num overflow
- patch by Jeff Downs, heydowns a borg d com
Originally committed as revision 10700 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:33 PM Revision 9ba718e4 (ffmpeg): Allow to override zlib compression level in PNG encoder via avctx->co...
- Originally committed as revision 10699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 PM Revision f6e3c460 (ffmpeg): reindent
- Originally committed as revision 10698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 45b8e9e5 (ffmpeg): better lambda search method
- Originally committed as revision 10697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision d6c52130 (ffmpeg): Enable PAFF decoding
- Originally committed as revision 10696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 AM Revision bcf8eb11 (ffmpeg): oops... mpegvideo_enc also depends on motion_est and ratecontrol
- Originally committed as revision 10695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 AM Revision 91ac0ab4 (ffmpeg): dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)
- Originally committed as revision 10694 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 AM Revision ec627278 (ffmpeg): indent
- Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 AM Revision 4838727e (ffmpeg): avoid generating invalid files
- fixes issue213
Originally committed as revision 10692 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/08/2007
- 05:44 PM Revision 12d96de3 (ffmpeg): Manage Picture buffers for fields as well as frames. Pair complementa...
- Part of PAFF implementation.
patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PA... - 05:39 PM Revision ac6b423b (ffmpeg): Fix deblocking for PAFF content
- Patch by Martin Zlomek, martin d zlomek a email d cz
Originally committed as revision 10690 to svn://svn.ffmpeg.org/... - 03:36 PM Revision 2e85b344 (ffmpeg): dnxhd 36mbit support
- Originally committed as revision 10689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 PM Revision 68bc33fa (ffmpeg): append extradata atoms when parsing, fix OLOCOONS_O3.mov
- Originally committed as revision 10688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 6cb1d361 (ffmpeg): typo weigth->weight
- Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision cd52a9ca (ffmpeg): preliminary 10 bit depth decoding support, still miss generic api to ...
- Originally committed as revision 10686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 5e301bbb (ffmpeg): merge
- Originally committed as revision 10685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision a417d041 (ffmpeg): 10l, check 'i' validity before using it
- Originally committed as revision 10684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision 42d1ffa3 (ffmpeg): fix 10 bit per comp detection
- Originally committed as revision 10683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision fc4cbc16 (ffmpeg): DNxHD (SMPTE VC-3) encoder
- Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 69cea75f (ffmpeg): export convert_matrix and add ff_ prefix
- Originally committed as revision 10681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 6180ade7 (ffmpeg): export DCT_common_init and add ff_prefix
- Originally committed as revision 10680 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/07/2007
- 11:46 PM Revision 5a421d53 (ffmpeg): Re-indent after PAFF MMCO implementation patch.
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 11:32 PM Revision 0ae969fa (ffmpeg): Augment MMCO execution to work with both fields and frames. Part of PAFF
- implementation.
patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implemen...
10/06/2007
- 05:09 PM Revision 6b324648 (ffmpeg): use pr -n -t instead of non-standard cat -n
- Originally committed as revision 10677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:50 PM Revision d3d8c02b (ffmpeg): Cosmetic renaming variable so that it makes more sense for forthcomin...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 03:49 PM Revision 12a09bfa (ffmpeg): Augment mmcodecoding process to work properly with fields. Part of PA...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 03:47 PM Revision 8a11a969 (ffmpeg): Edge emulation for fields. Part of PAFF implementation
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 03:44 PM Revision fa178ed2 (ffmpeg): Set Picture.poc for fields and field pairs. Part of PAFF implementation.
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 05:59 AM Revision f3e53d9f (ffmpeg): Modifies macroblock addressing and current macroblock y-position for ...
- Adds convenience definition for pictures that are field or mbaff based. Part of PAFF implementation.
patch by Jeff D...
10/05/2007
- 01:54 PM Revision 949da388 (ffmpeg): Support function and changes to reference picture reordering for PAFF.
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 01:47 PM Revision 086acdd5 (ffmpeg): Reindent fill_default_ref_list after changes for PAFF
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 01:41 PM Revision 11cc1d8c (ffmpeg): Support functions and changes to default reference list creation for ...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D...
10/04/2007
- 10:41 PM Revision 98753e9c (ffmpeg): license header consistency cosmetics.
- Originally committed as revision 10668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision b9dc3279 (ffmpeg): blackfin optimized vp3 transform and infastructure for idct
- Originally committed as revision 10667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 94d9633a (ffmpeg): Replace "signed short" typecast with "int16_t" as suggested by
- Mans Rullgard. Value at the right side is 16 bit length signed.
We can not know for sure that short is in fact 16 bit... - 06:53 AM Revision 24231e4c (ffmpeg): Reorganize long reference management to minimize code duplication in ...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:50 AM Revision 3a22d7fa (ffmpeg): Fix Picture.key_frame setting to be compatible with frame and field c...
- Contributed in part by Neil Brown.
patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel... - 06:43 AM Revision f57e2af6 (ffmpeg): Fix h->curr_pic_num for field pictures. Necessary for proper PAFF sup...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:41 AM Revision c58b7471 (ffmpeg): Rename variable to make sense in both field and frame contexts (suppo...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:38 AM Revision 47e112f8 (ffmpeg): Further modularize short reference list management for upcoming PAFF ...
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:37 AM Revision 5a7b254c (ffmpeg): Re-indent unreference_pic.
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:35 AM Revision 8fd57a66 (ffmpeg): Modify unreference_pic implementation with PAFF in mind.
- patch by Jeff Downs, heydowns a borg d com
original thread:
Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264
D... - 06:33 AM Revision bbb3edb8 (ffmpeg): Partial PAFF implementation at macroblock level.
- PAFF support disabled until implementation complete.
patch by Jeff Downs, heydowns a borg d com
original thread:
Subj...
Also available in: Atom