Activity
From 07/19/2007 to 08/17/2007
08/17/2007
- 03:14 PM Revision 9e33b10f (ffmpeg): Allow pipe: URL to take fd number as input
- Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10134 to svn://s... - 03:12 PM Revision de79849e (ffmpeg): Indent for next commit
- Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10133 to svn://s... - 02:49 PM Revision afd98005 (ffmpeg): Enable MinGW networking support
- Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 93951943 (ffmpeg): spelling/wording cosmetics
- Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision a9054d91 (ffmpeg): store asf streaming bitrates consistently
- patch by Björn Axelsson: [bjorn axelsson intinor se]
Originally committed as revision 10130 to svn://svn.ffmpeg.org/...
08/16/2007
- 10:12 PM Revision f18cae4d (ffmpeg): Set UDP receive buffer to 64k
- Originally committed as revision 10129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision fce388b4 (ffmpeg): cosmetic: indentation
- Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 2f3b419c (ffmpeg): Don't pre-scale default_duration to avoid precision loss in fps calcu...
- closes Issue95
Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:55 PM Revision aec783d4 (ffmpeg): no need for special case default_duration for AAC
- Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision a92d2062 (ffmpeg): calculate default_duration according to framerate only when not alrea...
- Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 PM Revision 2f4d5971 (ffmpeg): obfuscate urls and fix note about them
- Originally committed as revision 10124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision cf3430d2 (ffmpeg): fix url typo pointed out by Guillaume LECERF
- Originally committed as revision 10123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 PM Revision 6d96a9b9 (ffmpeg): elaborate a little on AVStream.start_time, it seems the comment is no...
- enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped
people from posting stupid patches
O...
08/15/2007
- 09:19 PM Revision c8f9ef61 (ffmpeg): CONFIG_7REGS -> HAVE_7REGS
- Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 119614c0 (ffmpeg): document the email interface
- Originally committed as revision 10120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 9df4ce5e (ffmpeg): Make the Golomb decoder work for Dirac
- Originally committed as revision 10119 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/14/2007
- 10:28 PM Revision 6d324c81 (ffmpeg): Statements like a = b = c = d = e; store from right-to-left, so if
- you write them in the right order it comes out backwards.
This removes them from fill_rectangle().
patch by Alexander... - 03:51 PM Revision 77cb22fa (ffmpeg): Try size 640x480 for FLC files which don't specify their size.
- This is a ugly hack to fix playback of specular.flc.
closes issue71
Originally committed as revision 10117 to svn://... - 01:58 PM Revision f5da5c93 (ffmpeg): Rename parse_arg_file function to opt_input_file for consistency.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10116 to svn://svn.ffmpeg... - 09:14 AM Revision 9fcfc0b7 (ffmpeg): cosmetics: indentation fix
- Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision bc3a73bc (ffmpeg): remove broken movi_end skip-hack-check
- this should fix seeking over the first riff chunk in odml
Originally committed as revision 10114 to svn://svn.ffmpeg... - 02:27 AM Revision ea4b2b5e (ffmpeg): do not misuse movi_end for checking chunk sizes
- Originally committed as revision 10113 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/13/2007
- 11:03 PM Revision 60a9966e (ffmpeg): Make cmdutils.c:parse_options accept as argument a function to parse
- bare command line parameters.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revi... - 10:55 PM Revision 9c0edaaf (ffmpeg): Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
- Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision f3a3c72e (ffmpeg): Introduce AVERROR_PATCHWELCOME
- Originally committed as revision 10110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision a92b819a (ffmpeg): Clarify LGPL and GPL licensing of FFmpeg.
- Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision e1669c5e (ffmpeg): Attempt to better explain how to split patches into individual
- self-contained pieces.
Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:57 PM Revision 9488b966 (ffmpeg): Move msmpeg4 tables from a header file to msmpegdata.c.
- Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 5e4c7ca2 (ffmpeg): Add attribute that forces alignment of stack to functions that need it.
- Necessary for systems that don't align by default to 16 bytes, required by some
SSE instructions.
Requires GCC >= 4.2... - 02:16 PM Revision 345bb2ad (ffmpeg): special handling for vp3 idct, use the c reference
- Originally committed as revision 10105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision 07c02992 (ffmpeg): use bytestream_get_le*() this also fixes a big endian bug
- Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 88381412 (ffmpeg): Make ffserver -h exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10103 to svn://svn.ffmpeg... - 08:33 AM Revision 9d4edf96 (ffmpeg): Make native and libnut NUT muxers mutually exclusive.
- Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 AM Revision a6ba65f7 (ffmpeg): Support for WavPack version 0x410 (false stereo chunks)
- Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name);
Thread [PATCH] handle WavPack stream version 0x410... - 05:35 AM Revision 11ead90e (ffmpeg): Rename flag for consistency with the next commit
- Originally committed as revision 10100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 AM Revision 42c71907 (ffmpeg): Add av_get_bits_per_sample_format()
- Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 AM Revision 99e8b22d (ffmpeg): Use PRId64 in seek test
- Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 40802d36 (ffmpeg): fix type 3 aka skipped blocks for old version
- Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 9ac34d94 (ffmpeg): fix motion vectors for old version
- Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision cf786021 (ffmpeg): set pix_fmt properly depending on version
- Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 70bbeb6f (ffmpeg): use version instead of some random 32bit value to switch between 16 and
- 32bit versions (this is more reliable, the old code failed on some files)
Originally committed as revision 10094 to ... - 12:53 AM Revision a0d30cbc (ffmpeg): replace vlc_type by version and set that from codec_tag which contain...
- 4xm video version from the demuxer
Originally committed as revision 10093 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:44 AM Revision a985a940 (ffmpeg): export 4xm video version
- Originally committed as revision 10092 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/12/2007
- 03:47 PM Revision b74fb935 (ffmpeg): support ifr2 from Toy-Story2_better-image-quality.4xa
- Originally committed as revision 10091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 PM Revision 3ca96802 (ffmpeg): use shorter types vec_"type" instead of the too long vector "type"
- part 1 of h264 luma interpolation 8x8 for altivec contributed by
Mauricio Alvarez % lokifo A gmail P com %
Original t... - 12:22 PM Revision 62f68aa9 (ffmpeg): add second vlc table
- pfr* of Toy-Story2_better-image-quality.4xa are decoded now without
bitstream errors
Originally committed as revisio... - 09:29 AM Revision 880e3ef4 (ffmpeg): add support for old flac in ogg
- fixes samples.mplayerhq.hu/flac/Yesterday.ogg
closes issue73
Originally committed as revision 10088 to svn://svn.ffm... - 12:59 AM Revision 4e68cb8a (ffmpeg): restoring the alphabetical order (this time with case ignored)
- Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 3b4e7bb3 (ffmpeg): Also check for closesocket in winsock2.h
- Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 07870f85 (ffmpeg): pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa cont...
- Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 880003bb (ffmpeg): Don't check the return value of decode_cabac_residual since it always
- returns 0. This leads to a 0.4% speed-up.
Patch by Alexander Strange astrange at_ ithinksw dot com
Original thread:
...
08/11/2007
- 11:58 PM Revision e5639780 (ffmpeg): Ensure av_tree_insert() is defined before using it.
- Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at
Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffm... - 11:29 PM Revision 88e2d588 (ffmpeg): more usage of av_clip()
- Originally committed as revision 10082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision e4a50e6d (ffmpeg): one more simplification
- Originally committed as revision 10081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision 295f3737 (ffmpeg): various simplifications around recent av_clip_int16() usage
- Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision b0f33828 (ffmpeg): fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
- closes issue78
Originally committed as revision 10079 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:48 PM Revision aee481ce (ffmpeg): use av_clip_int16() where it makes sense
- Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 160ab30f (ffmpeg): Set dts in tta demuxer
- Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision ddb8ebe7 (ffmpeg): add a new av_clip_int16() function to libavutil
- Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision b9c684a2 (ffmpeg): ensure av_noinline is always defined
- Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision 06c5c560 (ffmpeg): cola for diego
- Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 70b4d492 (ffmpeg): Enable swscale in MinGW vhooks only if swscale was configured.
- Copied from Cygwin configure.
Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:03 PM Revision 68bf8d83 (ffmpeg): Bump minor number, NUT muxer was added.
- Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision 74f07805 (ffmpeg): Make show-version exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10071 to svn://svn.ffmpeg... - 01:11 PM Revision 5c14a795 (ffmpeg): Make show-license exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10070 to svn://svn.ffmpeg... - 01:09 PM Revision c20bd3e0 (ffmpeg): Make ffmpeg -formats exit 0.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10069 to svn://svn.ffmpeg... - 11:12 AM Revision 63dd9d0e (ffmpeg): simplify
- Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 AM Revision d2062ff6 (ffmpeg): do not remove FLAG_CODED
- Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 0e6472fd (ffmpeg): remove useless code, found by oded
- Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/10/2007
- 10:40 PM Revision 2529024b (ffmpeg): this is debug not info
- Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 PM Revision 0701006e (ffmpeg): ensure that default_get_buffer() doesnt reuse images if the dimension or
- pix_fmt changed
fixes heap overflow, possibly exploitable
Originally committed as revision 10064 to svn://svn.ffmpeg... - 07:23 PM Revision 6aacfd22 (ffmpeg): dnxhd 120 interlaced support
- Originally committed as revision 10063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:05 PM Revision fbd69f51 (ffmpeg): 100000l (forgotten return)
- Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 PM Revision 65d7d68b (ffmpeg): mention AVPROBE_PADDING_SIZE at the read_probe() doxy
- Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision d1a4544d (ffmpeg): remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
- Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision e020dbd2 (ffmpeg): flac probe
- closes issue83
Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:37 PM Revision 9c3e2f78 (ffmpeg): ensure that negative block_time are properly checked
- (workaround unsigned comparison)
Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:38 PM Revision f38e2b13 (ffmpeg): nut regression test
- Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 PM Revision 0a5790d1 (ffmpeg): ensure that the aspect ratio is spec compliant
- Originally committed as revision 10056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 272872e4 (ffmpeg): fix the packetization mode parsing
- Originally committed as revision 10055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 PM Revision 717c4eb0 (ffmpeg): nut muxer
- Originally committed as revision 10054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 1b0353be (ffmpeg): disable TRACE
- Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision a17e046a (ffmpeg): muxer should now be spec compliant (though it likely still contains b...
- Originally committed as revision 10052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 14b3f996 (ffmpeg): header repetition
- Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision ead1939f (ffmpeg): info packet
- Originally committed as revision 10050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision 1af2ca78 (ffmpeg): Prefix with "opt_" the functions ffmpeg.c:show_{version,license,forma...
- patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it]
Originally committed as revision 10049 to svn://svn... - 01:44 AM Revision 63f81659 (ffmpeg): merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX
- Originally committed as revision 10048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision a12df245 (ffmpeg): 10l: removed pipe_close instead of pipe_read
- Originally committed as revision 10047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision de2aeaef (ffmpeg): fix x11grab
- Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision da9e86f8 (ffmpeg): * reinserting gethrtime in alphabetical order
- Originally committed as revision 10045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision caeeefd7 (ffmpeg): more FIXME
- Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision 41b7c75d (ffmpeg): enable nut muxer
- Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 100d8eb8 (ffmpeg): muxer is not yet fully compliant so prevent people from mistakenly us...
- while believing it already is
Originally committed as revision 10042 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/09/2007
- 11:41 PM Revision ee7db7b0 (ffmpeg): Make the pipe URLProtocol share read and write functions with the fil...
- Originally committed as revision 10041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:39 PM Revision 1642cb6b (ffmpeg): Add initialization and cleanup functions for Winsock
- Originally committed as revision 10040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:29 PM Revision 7c04134f (ffmpeg): set back ptr properly
- Originally committed as revision 10039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 4a3b5fe1 (ffmpeg): move syncpoint cache related stuff to common file
- Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 073811cd (ffmpeg): fix forw_ptr crc check
- not really beautiful but i did not find a nice solution
note, untested
Originally committed as revision 10037 to svn... - 09:20 PM Revision f0a9978c (ffmpeg): fix header_checksum
- Originally committed as revision 10036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision bd533e6c (ffmpeg): store headers twice (getting closer to spec compliance ...)
- Originally committed as revision 10035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 7e506494 (ffmpeg): move header writing into its own function
- Originally committed as revision 10034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 7a26da44 (ffmpeg): get rid of printf
- Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision e1249ba9 (ffmpeg): write frames and syncpoints
- Originally committed as revision 10032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 491216c6 (ffmpeg): put_t()
- Originally committed as revision 10031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 6e6cf116 (ffmpeg): 100l
- Originally committed as revision 10030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 PM Revision 34f8cc38 (ffmpeg): 2 FIXME comments
- Originally committed as revision 10029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision 0fcfa8eb (ffmpeg): add a universal fallback frame code for the case that no other applies
- Originally committed as revision 10028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 PM Revision 57cf99f2 (ffmpeg): 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_...
- when subrect y was odd.
Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:52 PM Revision 0a8cd696 (ffmpeg): Revert r10021, it was committed by accident and is a bit ugly anyway.
- Originally committed as revision 10026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision f13ea4e0 (ffmpeg): move lsb2full to common file
- Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision 9031aeb1 (ffmpeg): take care to use video track field number as duration
- Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 905694d9 (ffmpeg): * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
- Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 5c2198b1 (ffmpeg): move crc wrapper to slightly better spot
- Originally committed as revision 10022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision 3af56110 (ffmpeg): Scale subtitle position
- Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 874abace (ffmpeg): move syncpoint timestamp resetting code to a common file
- Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 PM Revision 9cb5a11e (ffmpeg): Fix blend_subrect to respect the boundaries of the destination image
- Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 PM Revision 44f46a69 (ffmpeg): remove old unused nut (de)muxer
- Originally committed as revision 10018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 PM Revision 47772399 (ffmpeg): check forw_ptr CRC
- Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision 6c666941 (ffmpeg): forw_ptr CRC
- Originally committed as revision 10016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision 8d9a3f7e (ffmpeg): use a dynamic ByteIOContext instead of using the lavf buffer
- this makes the code work with big packets, it is also simpler and saves
a byte or 2
Originally committed as revision... - 12:25 PM Revision 0809b51e (ffmpeg): move stream header writing into its own function
- Originally committed as revision 10014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision 97d5eb11 (ffmpeg): move main header writing into its own function
- Originally committed as revision 10013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision aab1b7e5 (ffmpeg): Make ffmpeg and ffplay exit 0 after displaying help
- patch by Stefano Sabatini [stefano sabatini minus lala at poste it]
Originally committed as revision 10012 to svn://... - 11:06 AM Revision e999435a (ffmpeg): write correct time_base
- Originally committed as revision 10011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 AM Revision efd8f22a (ffmpeg): make StreamContext.time_base a pointer
- Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision 4d75168f (ffmpeg): variables needed for muxer
- Originally committed as revision 10009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision dcc9bde0 (ffmpeg): write stream headers
- Originally committed as revision 10008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision 3bf98161 (ffmpeg): forgotten av_
- Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 AM Revision 70ea1e69 (ffmpeg): trying to finally get the nut muxer back uptodate
- this one only writes the framecode table and mainheader though they should be
compliant to the current spec
Original... - 01:08 AM Revision 3a5729ea (ffmpeg): use skip_bits where appropriate
- Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision 7ae7300e (ffmpeg): use skip_bits where appropriate
- Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision 7f95d9f6 (ffmpeg): fix compilation with TRACE enabled
- Originally committed as revision 10003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 222ae64c (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 10002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 AM Revision 5066f515 (ffmpeg): comments modification: add, clean up, Doxygenize, and reword
- Originally committed as revision 10001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision b4d00c20 (ffmpeg): use reget_buffer and remove internal copying of buffer - codec works ...
- Originally committed as revision 10000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision 5fc32c27 (ffmpeg): use get_bits1(..) instead get_bits(.., 1)
- Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision b6c748ed (ffmpeg): * Making [START|STOP]_TIMER work on architectures that support gethrt...
- Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/08/2007
- 11:58 PM Revision 67c1b32f (ffmpeg): * getting rid of code duplication
- Originally committed as revision 9997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 3c2ddb59 (ffmpeg): use get_unary from bitstream.h
- Originally committed as revision 9996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 57d473f4 (ffmpeg): use get_unary from bitstream.h
- Originally committed as revision 9995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision 971e878d (ffmpeg): copy get_unary from vc1
- Originally committed as revision 9994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision ec5dc2c1 (ffmpeg): debug: tell how much bits are skipped with unknown nal code
- Originally committed as revision 9993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 PM Revision 3cf9ea7f (ffmpeg): use proper closesocket defines
- Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision ecf97f22 (ffmpeg): check for closesocket
- Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 611c5741 (ffmpeg): cosmetic: remove a huge number of useless braces
- Originally committed as revision 9990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 2d563d2f (ffmpeg): cosmetic: simplify some constructs
- Originally committed as revision 9989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 6ff3f3e7 (ffmpeg): Check for winsock2.h instead of __MINGW32__
- Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision 0bd53967 (ffmpeg): cosmetic: extra space
- Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 33a4ecbe (ffmpeg): cosmetic: indentation
- Originally committed as revision 9986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision eeffbdea (ffmpeg): cosmetic: remove extra parenthesis
- Originally committed as revision 9985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 81d6d520 (ffmpeg): always handle negative timestamp differences as timestamp discontinuity
- Originally committed as revision 9984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 4a897224 (ffmpeg): Use the codec name from the command line options instead of the codec...
- patch by Nicolas George [nicolas dot george normalesup org]
original thread: [FFmpeg-devel] [PATCH] Codec lookup: do ... - 12:08 PM Revision 85060fe6 (ffmpeg): MinGW returns EAGAIN instead of EINPROGRESS
- Originally committed as revision 9982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 AM Revision af7d793c (ffmpeg): kill warning
- patch by Carl Eugen Hoyos [cehoyos * ag or at]
Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/...
08/07/2007
- 02:09 PM Revision 9895ebe4 (ffmpeg): Avoid showing banner twice.
- Originally committed as revision 9980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 92df8910 (ffmpeg): More indentation
- Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 PM Revision db695867 (ffmpeg): Cosmetics: indentation
- Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 4a5e6389 (ffmpeg): Rename function
- Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 AM Revision e48f83fe (ffmpeg): Remove duplication of imlib2 vhook documentation.
- It is more complete at doc/hooks.texi
Originally committed as revision 9976 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:38 AM Revision 8ed43d6b (ffmpeg): Correct misleading comment and typo
- Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 AM Revision 25994197 (ffmpeg): Indent
- Originally committed as revision 9974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 AM Revision 60147de8 (ffmpeg): Indent
- Originally committed as revision 9973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision 2a320695 (ffmpeg): Simplify configure's output
- Originally committed as revision 9972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision a9bb28a3 (ffmpeg): Indent
- Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision a8482aab (ffmpeg): make dts_delta_threshold float so values <1 can be used
- Originally committed as revision 9970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 AM Revision d4d226a8 (ffmpeg): audio drift threshold
- (this switches between resampling style timestamp drift compensation and
hard insert silence / drop samples compensat... - 12:02 AM Revision 6ea67bbb (ffmpeg): enable the native AC-3 decoder
- Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/06/2007
- 11:34 PM Revision 5eac5f29 (ffmpeg): make output buffer larger so drift compensation can work
- Originally committed as revision 9967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 PM Revision fa78d895 (ffmpeg): spelling/grammar
- Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision c7385375 (ffmpeg): ensure that the codec_id detection in av_find_stream_info() does not
- destroy the first dts values
Originally committed as revision 9965 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:37 PM Revision b43387d4 (ffmpeg): more verbose error
- Originally committed as revision 9964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 371bf806 (ffmpeg): ignore preroll, it is generally not what AVStream.start_time should c...
- Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 00a254b7 (ffmpeg): Don't encode the first sample twice.
- Originally committed as revision 9962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision d65fb393 (ffmpeg): Revert r9952, as per discussion at
- http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2007-August/008834.html
Originally committed as revision 9961 to s... - 08:42 AM Revision d0fa156f (ffmpeg): cosmetic, indentation
- Originally committed as revision 9960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 AM Revision 43a2ce00 (ffmpeg): Revert unused fixedpoint declaration.
- Originally committed as revision 9959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 3b36389a (ffmpeg): vbv related questions
- Originally committed as revision 9958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision f754bfb9 (ffmpeg): get rid of nonsense "tolerance" and mention VBV
- Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/05/2007
- 10:41 PM Revision d9a1e085 (ffmpeg): make it a little harder to find the tracker, this should hopefully
- reduce the number of completly meaningless "bugreports"
Originally committed as revision 9956 to svn://svn.ffmpeg.or... - 09:48 PM Revision f5cefb21 (ffmpeg): cosmetics: blank lines, remove some comments
- Originally committed as revision 9955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 82758fd6 (ffmpeg): add pointer to the parent context for use with av_log()
- Originally committed as revision 9954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 77416325 (ffmpeg): use array for dynamic range scaling factors
- Originally committed as revision 9953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 5abee318 (ffmpeg): thread hijacking
- Originally committed as revision 9952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 86852499 (ffmpeg): ffmpeg forum
- Originally committed as revision 9951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision d7826b58 (ffmpeg): make wmv1 and wmv2 playable with M$ DMO decoder
- Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision a3be5e58 (ffmpeg): update seek regressions for r9917
- (correct initial timestamps which have AV_NOPTS_VALUE)
sorry, i will rm tests/seek_test ; make ; make seektest from ... - 07:36 PM Revision 01f35453 (ffmpeg): add dialogue normalization
- Originally committed as revision 9948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision 8767b80f (ffmpeg): Change avf_sdp_create() to get a pre-allocated buffer as input, and to
- return an integer (0 if the SDP has been succesfully created, < 0 in case
of error)
Originally committed as revision... - 01:41 PM Revision fe4ff07a (ffmpeg): fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
- Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision 7ba32703 (ffmpeg): Fix linking when RTP is disabled and libraries are dynamic
- Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 66281658 (ffmpeg): Add proper license header
- Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 369f7306 (ffmpeg): Remove AVCodecContext parameter from parse_timecode function
- Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision e3c90129 (ffmpeg): Fix deinterlacing for odd height
- Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 3c247b4f (ffmpeg): Deinterlace xsub subtitles
- Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 3143c787 (ffmpeg): Colours except background should not be transparent
- Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision d5049e2c (ffmpeg): get rid of av_rescale_q, it does not work as intended.
- Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision d6136c76 (ffmpeg): get rid of xsubdec array and calculate value instead
- Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 737c5ebf (ffmpeg): 10l, runbits order was reversed
- Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision cbb79c0e (ffmpeg): Hack to support XSUB subtitles in AVI
- Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 5968b396 (ffmpeg): 100l, wrong argument to av_freep
- Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 59f6f64e (ffmpeg): Add forgotten xsub timecode parsing
- Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 7e2643ae (ffmpeg): First version of xsub decoder, not yet tested
- Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision 6b05eb31 (ffmpeg): Add the handling of the INT32INFO block to the WavPack decoder.
- Patch by David Bryant david at $codecname dot com
Thread: [FFmpeg-devel] [PATCH] handle INT32INFO in WavPack decoder
... - 03:36 AM Revision 2477ce23 (ffmpeg): 10l to me. Revert recent changes to ac3_probe() which made misdetecti...
- Originally committed as revision 9931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 AM Revision 4cd25081 (ffmpeg): fix misdetection of out.ac3
- Originally committed as revision 9930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 3504467f (ffmpeg): //more debug info
- Originally committed as revision 9929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 4f0a9956 (ffmpeg): remove now useless vars
- Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 5fcf2df3 (ffmpeg): cosmetics, braces/parenthesis style
- Originally committed as revision 9927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 AM Revision c78ed542 (ffmpeg): cosmetics, indentation
- Originally committed as revision 9926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision c6f05d81 (ffmpeg): add streams on the fly, swf is a streaming format and has no real hea...
- Originally committed as revision 9925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision c6377f61 (ffmpeg): do not write id3v2 header when writing .mp2 files
- Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision 7a97dd84 (ffmpeg): remove useless raw_write_header
- Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision ecc8fc11 (ffmpeg): additional tweaks to AC3 probe function. give a higher score to a sin...
- at the start of the stream. also read all available data in the probe buffer.
Originally committed as revision 9922 ... - 12:29 AM Revision 2bf4aa2e (ffmpeg): prevent huffyuv from generating codewords of length 32. (regression i...
- Originally committed as revision 9921 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/04/2007
- 11:53 PM Revision c49c0223 (ffmpeg): increase the maximum AC3 probe buffer size and reduce the threshold f...
- Originally committed as revision 9920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision f683dbdc (ffmpeg): set the previous tag size correctly in flv files
- Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 48a59dfe (ffmpeg): set a more reasonable start_time if the first timestamps are AV_NOPTS...
- Originally committed as revision 9918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 82583548 (ffmpeg): correct initial timestamps which have AV_NOPTS_VALUE
- Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 3bbb0bf8 (ffmpeg): add support for downmixing to stereo or mono
- Originally committed as revision 9916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision c0d2d806 (ffmpeg): topic explanations
- Originally committed as revision 9915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 PM Revision 4e092320 (ffmpeg): use dsputil for float to signed 16-bit sample conversion
- Originally committed as revision 9914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision 97be28d8 (ffmpeg): Add support for grayscale MJPEG streams sent by Axis cameras such as the
- 207MW (http://www.axis.com/products/cam_207mw/).
patch by Sam Hocevar, sam+ffmpeg zoy org
Originally committed as re... - 08:35 PM Revision d2f8f410 (ffmpeg): flashsv regression test
- closes issue5
Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:32 PM Revision 775369e0 (ffmpeg): cosmetics: indentation
- Originally committed as revision 9911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision 7b4076a7 (ffmpeg): consolidate decoding of lfe and coupling channels with decoding of fu...
- Originally committed as revision 9910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 365515ac (ffmpeg): be slightly more careful with copying the codec_tag in the streamcopy...
- fixes streamcopy of Xmen-avc-500.vp6 into flv
closes issue 57
Originally committed as revision 9909 to svn://svn.ffm... - 03:01 PM Revision 5e61de0c (ffmpeg): there are only 4 rematrixing bands
- Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 75b9b036 (ffmpeg): cosmetics: use more appropriate names for iterator variables.
- Originally committed as revision 9907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision d3dc629c (ffmpeg): move dnxhd data tables to separate file
- Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision 8e2eb3b6 (ffmpeg): move some variables to a more local scope.
- Originally committed as revision 9905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision 0bff58a5 (ffmpeg): make exponent decoding consistent (prepare for merging coupling and l...
- Originally committed as revision 9904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision 0221ae8c (ffmpeg): dnxhd 120 progressive support
- Originally committed as revision 9903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 PM Revision 3c605485 (ffmpeg): indentation
- Originally committed as revision 9902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 6b259e43 (ffmpeg): dnxhd 185 interlaced support
- Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision dd661ebd (ffmpeg): cosmetic
- Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 PM Revision 9a0a2c9f (ffmpeg): no need to duplicate cid table vars in context
- Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 940e4bf9 (ffmpeg): 10l, use correct cid table
- Originally committed as revision 9898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 035bc647 (ffmpeg): add coding unit size for interlaced decoding
- Originally committed as revision 9897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 PM Revision 36ebf912 (ffmpeg): should be more correct
- Originally committed as revision 9896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 PM Revision 74e9b9ae (ffmpeg): set block align to stsd audio v2 bytes per frame for adpcm ms and ima...
- Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 1ae7a851 (ffmpeg): indent
- Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision eaf84d97 (ffmpeg): cosmetics: use braces when it makes the code easier to read.
- Originally committed as revision 9893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision fc59010b (ffmpeg): change AC3DecodeContext variable to local variable
- Originally committed as revision 9892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:39 AM Revision 6d96d626 (ffmpeg): use array instead of bitmask
- Originally committed as revision 9891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision 4e2b9bcc (ffmpeg): Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
- Originally committed as revision 9890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 AM Revision 3357ff33 (ffmpeg): use table for converting dynamic range codes to scale factors
- Originally committed as revision 9889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 AM Revision 5aefe3eb (ffmpeg): use floating-point mantissa dequantization tables
- Originally committed as revision 9888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision 04ac5cad (ffmpeg): cosmetics: indentation
- Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 60f07fad (ffmpeg): dither zero-bit mantissas by default. remove dithering only if it's e...
- Originally committed as revision 9886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision bca7db35 (ffmpeg): detect MS wav codecs
- fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov
Originally committed as revision 9885 to... - 12:12 AM Revision d63f6fea (ffmpeg): simplify coefficient decoding
- Originally committed as revision 9884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision 285bf28c (ffmpeg): merge decoding of coupling channel coefficients and regular channel c...
- Originally committed as revision 9883 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/03/2007
- 11:53 PM Revision d7dc7ad0 (ffmpeg): split out coupling coefficient reconstruction into a separate function
- Originally committed as revision 9882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 7cacf1e8 (ffmpeg): drop non keyframes before the first keyframe for stream copy
- Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision 4efd6f58 (ffmpeg): fix block_align for mp3 stream copy
- Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 80c24d99 (ffmpeg): URL of the webinterface
- Originally committed as revision 9879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision c0dd7b7c (ffmpeg): get rid of some double timebase convertion
- Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 PM Revision aebe25f3 (ffmpeg): remove the mailinglist still preferred note, roundup is much nicer ev...
- it still has some issues which lu_zero needs to deal with :)
Originally committed as revision 9877 to svn://svn.ffmp... - 07:21 PM Revision fec401f7 (ffmpeg): properly implement "user specified start time offset" which was added...
- -ss should now work again
fixes decoding of low.ogg
closes issue47
Originally committed as revision 9876 to svn://sv... - 06:46 PM Revision feb7bc67 (ffmpeg): cosmetics: be sure all lines fit into 79 characters
- Originally committed as revision 9875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision 26ba8235 (ffmpeg): cosmetics: indent correctly
- Originally committed as revision 9874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 1a3f0ca2 (ffmpeg): Use getCachedContext instead getContext to support resolution change....
- Originally committed as revision 9873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 3e5008a9 (ffmpeg): Reduce Theora decoder verbosity.
- Originally committed as revision 9872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 AM Revision 02b15cc8 (ffmpeg): move code which adds a AVPacket into the packet buffer into its own f...
- Originally committed as revision 9871 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/02/2007
- 08:49 PM Revision 392b7482 (ffmpeg): output last frame if seq end code is encountered
- fixes video decoding of AC3TEST.vob
closes issue19
Originally committed as revision 9870 to svn://svn.ffmpeg.org/ffm... - 11:32 AM Revision 61eade27 (ffmpeg): correct order of fixedpoint in CONFIG list
- Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 AM Revision 31991973 (ffmpeg): Remove unused variable.
- Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision 037df60e (ffmpeg): simplify s->mv_dir init
- Originally committed as revision 9867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision c16c584a (ffmpeg): --enable-fixedpoint, for configuring fixedpoint optimizations, this i...
- Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/01/2007
- 10:39 PM Revision 2f446d38 (ffmpeg): get rid of mb_type_len
- Originally committed as revision 9865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 653f7387 (ffmpeg): exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is mo...
- matches the order of some other stuff and allows some simplifications)
Originally committed as revision 9864 to svn:... - 09:17 PM Revision 04b502fa (ffmpeg): exchange if() and for() in the MT_FIELD case
- 18 cpu cycles faster for matrixbench
Originally committed as revision 9863 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:05 PM Revision f4fbcd33 (ffmpeg): exchange for() and if() order in the MT_FRAME case
- safes 24 cpu cycles
Originally committed as revision 9862 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:44 PM Revision dc1ecb6a (ffmpeg): making reference models have the same API
- Originally committed as revision 9861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 356ab1da (ffmpeg): change
- for(){
if(){
switch(){
to
switch(){
for(){
if(){
this halfs the number of times the switch ... - 08:23 PM Revision 93b3c083 (ffmpeg): replace some "disabled" calls with "! enabled"
- Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision 2952d13a (ffmpeg): merge another 2 if() to save a few cpu cycles
- Originally committed as revision 9858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision 09d1bee8 (ffmpeg): reorder if() so that the condition can be simplified
- saves another 4 cpu cycles
Originally committed as revision 9857 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 0ac6b5a3 (ffmpeg): merge/simplify 2 if()
- ~4 cpu cylces faster for the matrixbench video
Originally committed as revision 9856 to svn://svn.ffmpeg.org/ffmpeg/... - 07:17 PM Revision fecc146b (ffmpeg): merge 2 if()
- this safes 1-2 cpu cycles
Originally committed as revision 9855 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:10 PM Revision af88ae54 (ffmpeg): alphabetical order
- Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision e555e7b2 (ffmpeg): Remove redundant variable declarations.
- Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 PM Revision 81752d0c (ffmpeg): use buf_ptr to correctly decode second field
- Originally committed as revision 9852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision d8d0d0b2 (ffmpeg): move gray so as to not introduce further misordering
- Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision 9d92cce1 (ffmpeg): remove unneeded gray="no"
- Originally committed as revision 9850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 AM Revision 8dd16fe0 (ffmpeg): adding myself to the CREDITS
- Originally committed as revision 9849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision dfd57c36 (ffmpeg): align array used in mdct. fixes segfault.
- Originally committed as revision 9848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 AM Revision 87352549 (ffmpeg): use ENABLE_GRAY
- Originally committed as revision 9847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision cde9e780 (ffmpeg): make grayscale only decoding checks in inner loops compiletime killable
- Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/31/2007
- 09:39 PM Revision 01e795ab (ffmpeg): move some code which was executed for every skipped MB so it is only ...
- for the first skipped mb in a run
Originally committed as revision 9845 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:00 PM Revision 4152c5ce (ffmpeg): get rid of a useless variable
- Originally committed as revision 9844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision 7ceab4af (ffmpeg): avoid 2 additions (1 cpu cycle) per MB
- Originally committed as revision 9843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 5bfbf0a5 (ffmpeg): chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu...
- Originally committed as revision 9842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision b9ca2042 (ffmpeg): Fix typo
- Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision d2ace376 (ffmpeg): fill title, author, copyright and comment fields by parsing udta atom
- Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 10a7571b (ffmpeg): deal with the case where one of pts,dts has wrapped but the other has...
- Originally committed as revision 9839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 29d2dc59 (ffmpeg): fix mem leak
- patch by Daniel Kristjansson: [danielk cuymedia net]
Original thread: [FFmpeg-devel] [PATCH] alloc_picture needs to f... - 06:55 AM Revision c7bf7a82 (ffmpeg): Identifiers starting with underscores are reserved.
- Originally committed as revision 9837 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/30/2007
- 09:19 PM Revision d4a688d0 (ffmpeg): fix cabac decoding with some Blue-Ray sources
- Patch by Andreas Öman %andreas A olebyn P nu%
Original thread:
Date: Jul 7, 2007 1:23 AM
Subject: [FFmpeg-devel] Corr... - 06:57 PM Revision 90f66438 (ffmpeg): kill antiwrapping code, i do not think this did anything good
- fixes decoding of rete4.ps
closes issue44
Originally committed as revision 9835 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:05 PM Revision f49f6e88 (ffmpeg): replacing the use of deprecated unaligned*() routines by LD64 and AV_...
- Originally committed as revision 9834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 6654296c (ffmpeg): Handle malloc failure
- Originally committed as revision 9833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 AM Revision bffcf2eb (ffmpeg): treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have...
- Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 AM Revision a11c2a2c (ffmpeg): support silly PCM variant used by zork nemesis
- fixes audio decoding of T000A11C.AVI
Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/29/2007
- 09:34 PM Revision 2711cb28 (ffmpeg): prevent assert failure with negative quant_offset
- Originally committed as revision 9830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 PM Revision 3dd2a1c5 (ffmpeg): warn user if max=bitrate && max > min
- Originally committed as revision 9829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision 611e7bc4 (ffmpeg): support raw 4bpp avi
- fixes dance1.avi
closes issue40
Originally committed as revision 9828 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:11 AM Revision 3bdc2fce (ffmpeg): make the reference code use double instead of float where it is easy
- Originally committed as revision 9827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision 86c624af (ffmpeg): print max and mse
- Originally committed as revision 9826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 7919d10c (ffmpeg): Make bicubic interpolation standard compliant
- Patch by Christophe GISQUET
(echo -e "christophe\056gisquet\100 (antonym to malloc()) \056fr")
Thread [PATCH] Binary... - 12:58 AM Revision 8b60bbbf (ffmpeg): simplify stereo rematrixing
- Originally committed as revision 9824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 AM Revision b6acc57f (ffmpeg): change 2 fields from context to local variables
- Originally committed as revision 9823 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/28/2007
- 08:50 PM Revision 8fbb368d (ffmpeg): BLOCK_SIZE is not used properly, just use numbers instead to avoid co...
- Originally committed as revision 9822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 PM Revision 7bfd22f2 (ffmpeg): remove broken downmixing. will add new implementation later.
- Originally committed as revision 9821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision edecaff8 (ffmpeg): Take care of some renames (Doxygen and function name) after the previ...
- Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision bd38efff (ffmpeg): Rename h264dsp.c to h264dspenc.c
- Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:05 PM Revision 36cf20f5 (ffmpeg): Merge get_str() and get_str8() functions.
- patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:02 PM Revision 28263f5f (ffmpeg): Fix get_str/get_str8() to also work if the target string is not long ...
- fit all data from the container string, and allow NULL as a string also to
simply skip the string altogether.
patch b... - 02:17 PM Revision bd7c6fd5 (ffmpeg): typo
- Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:50 PM Revision 19032450 (ffmpeg): Ahem, fix typos overlooked in last commit.
- Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision df3a80b5 (ffmpeg): cosmetics: misc typo fixes
- Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 AM Revision bd35bdf1 (ffmpeg): Add EBML ID for Segment UID
- Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/27/2007
- 04:31 PM Revision 6611c0b4 (ffmpeg): Replace a return of -1 with ENOMEM.
- Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision 794f8e97 (ffmpeg): Add the possibility to show all configurable encoders, decoders, pars...
- muxers, demuxers, protocols and bitstream filters.
Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffm... - 01:40 PM Revision 4cb3aa09 (ffmpeg): Add a section about C++ and extern "C" in the FAQ.
- Originally committed as revision 9811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 6b90f8e0 (ffmpeg): note about removing needs_more_info
- Originally committed as revision 9810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 AM Revision 8950f828 (ffmpeg): detect voxware (closes issue39)
- Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 AM Revision 41415d28 (ffmpeg): try exact match before case insensitive match in codec_get_id
- Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 60ff1c44 (ffmpeg): ignore invalid packet_obj_size
- fixes video5.asf
Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/26/2007
- 10:34 PM Revision c5388c07 (ffmpeg): Introduce an SDP generator
- Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:47 PM Revision 0eb7d780 (ffmpeg): remove "Advanced Prediction Mode not supported" spam
- Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 59ba3fd0 (ffmpeg): also support DEBUG_PICT_INFO for h263i
- Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 1be7c87f (ffmpeg): move show_pict_info() to its own function
- Originally committed as revision 9803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 89aa478f (ffmpeg): cosmetics: alignment
- Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision b1dc5beb (ffmpeg): replaces hardcoded values by the equivalent enum definitions
- Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/25/2007
- 08:50 PM Revision 4d8243d3 (ffmpeg): add vst option to select video stream
- Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision e0c850a8 (ffmpeg): Avoid misdetecting acelp in ASF as MP3.
- fixes 2001-04-11.asf
Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:47 PM Revision 11bf3847 (ffmpeg): add proper support for subtitles muxing/stream copying
- Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 8e0d882b (ffmpeg): copy language information from input stream to output
- Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision a03d59b7 (ffmpeg): copy packet duration when doing a stream copy
- Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 PM Revision 977f6a90 (ffmpeg): remove wrong const qualifier
- Originally committed as revision 9795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 868e43d9 (ffmpeg): use the most appropriate codec id for A_MPEG/L1 and L2
- Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 0f40b54c (ffmpeg): reorder matroska codec tags so that the encoder picks up the appropri...
- Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 AM Revision 5d2b15b8 (ffmpeg): have less functions as inline
- Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/24/2007
- 06:21 PM Revision d58d7ade (ffmpeg): Minor cosmetics
- Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision e4f42564 (ffmpeg): Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
- Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg... - 01:05 PM Revision 4e16a060 (ffmpeg): Reindent two lines.
- Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg... - 01:04 PM Revision 1aadf63f (ffmpeg): Add HD-DVD subpicture decoding.
- Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9788 to svn://svn.ffmpeg.org/ffmpeg... - 01:03 PM Revision a363effb (ffmpeg): Rename "palette" to "colormap" when it's referring to the mapping fro...
- encoded color to a 4-bit index into the DVD palette.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally comm... - 09:59 AM Revision c7d96ac6 (ffmpeg): increase buffer size of LAME MP3 encoder
- The previous size lead to A/V sync issues
Patch by Andreas Öman %andreas AA olebyn PP nu%
Original thread:
Date: Jul ... - 08:54 AM Revision 73f51a4d (ffmpeg): help some gcc version to optimize out those functions
- Originally committed as revision 9785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision 4611b64e (ffmpeg): simplify snr offset and bit allocation
- Originally committed as revision 9784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision e9a38248 (ffmpeg): only use sized data types when necessary
- Originally committed as revision 9783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 8f58a4c9 (ffmpeg): set bit allocation parameters directly instead of copying
- Originally committed as revision 9782 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/23/2007
- 10:47 PM Revision e2cd6686 (ffmpeg): use enum value instead of numerical value for acmod
- Originally committed as revision 9781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision bc8edb7e (ffmpeg): use consistent data type for exponents. needs to be int8_t to pass to...
- Originally committed as revision 9780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision 878c40a1 (ffmpeg): change some bit masks to arrays
- Originally committed as revision 9779 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/22/2007
- 03:59 PM Revision 21d0a823 (ffmpeg): 10l: Uppercase some more overlooked makefile variables.
- Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/21/2007
- 06:56 PM Revision 021551c5 (ffmpeg): Uppercase variable overlooked in last commit.
- Originally committed as revision 9777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 22a324da (ffmpeg): cosmetics: Use uppercase names for installation directories in makefi...
- Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 PM Revision c75560ae (ffmpeg): cosmetics: Do not use braces in makefiles, use normal parentheses.
- Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 PM Revision bec37145 (ffmpeg): cosmetics: indentation
- Originally committed as revision 9774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 9fc1ab72 (ffmpeg): Use shared AC-3 header parsing. Move some initializations to block pa...
- Originally committed as revision 9773 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision 9ef60390 (ffmpeg): don't need to synchronize in the decoder. the parser does that already.
- Originally committed as revision 9772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 AM Revision de34875c (ffmpeg): get rid of an ugly macro
- Originally committed as revision 9771 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/20/2007
- 03:09 PM Revision 7868349a (ffmpeg): Return AVERROR(EINVAL) when invalid width and/or height are specified to
- avcodec_open.
Originally committed as revision 9770 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:08 PM Revision 90f06cea (ffmpeg): Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
- Originally committed as revision 9769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 AM Revision 9510da2b (ffmpeg): Replace ENOSYS by ENOTSUP as in this case the problem is not really a...
- which is not available, but a media type which is not supported.
Originally committed as revision 9768 to svn://svn.... - 12:11 AM Revision 7889f528 (ffmpeg): integrating blackfin optimized yuyvtoyv12 converter
- Originally committed as revision 23833 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:10 AM Revision b41c9046 (ffmpeg): removing reference to bfin_sram.h its not used anylonger
- Originally committed as revision 23832 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:09 AM Revision 4055d271 (ffmpeg): adding blackfin optimized yuyvtoyv12 converter
- Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
07/19/2007
- 10:57 PM Revision f0326fde (ffmpeg): Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
- Originally committed as revision 9767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision b8ef6423 (ffmpeg): Remove EXTRADEPS from common.mak since it is no longer used
- Originally committed as revision 9766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision 6b8bcd3e (ffmpeg): regression tests for yuv440p yuvj440p
- patch by Andreas Öman: [andreas olebyn nu]
Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:56 PM Revision 83c43e4d (ffmpeg): bail out on unknown jpeg pixel format instead of silently decoding da...
- patch by Andreas Öman % andreas A olebyn P nu %
Original thread:
date: Jul 19, 2007 4:50 PM
subject: [FFmpeg-devel] [... - 03:38 PM Revision 85565db0 (ffmpeg): Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
- Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 5632e568 (ffmpeg): Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
- Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:24 PM Revision 24fddf48 (ffmpeg): Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
- Originally committed as revision 9761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 6f3e0b21 (ffmpeg): Replace all occurrences of AVERROR_IO with AVERROR(EIO).
- Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision 769e10f0 (ffmpeg): Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
- Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision 390d5a7c (ffmpeg): cosmetics: indentation
- Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision d0f596b4 (ffmpeg): Make video hook infrastructure conditional on video hooks being enabled.
- Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision d72e7d0f (ffmpeg): use sscanf to parse address
- Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision d04d5bcd (ffmpeg): Fix the self tests which are contained in some codecs and are using r...
- Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision cc61f96f (ffmpeg): Fix the compilation of dct-test, fft-test and motion-test which are u...
- random().
Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:24 AM Revision 90c1d7b4 (ffmpeg): UltraSPARC VIS yuv2rgb
- patch by Denes Balatoni: [dbalatoni interware hu]
original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb thir... - 06:36 AM Revision 1e7f3638 (ffmpeg): Implement av_strlcatf(): a strlcat which adds a printf style formatte...
- Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 AM Revision 614e9b24 (ffmpeg): don't need to define ALT_BITSTREAM_READER
- Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 AM Revision 36266421 (ffmpeg): update license header. add copyright for myself. correct and complete...
- Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 3bb004fc (ffmpeg): revise comment for exponent decoding function
- Originally committed as revision 9750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 4415076f (ffmpeg): new implementation of exponent decoding
- Originally committed as revision 9749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision d699d383 (ffmpeg): cosmetics: indentation
- Originally committed as revision 9748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision 0ce66801 (ffmpeg): remove portions of bit allocation which are no longer needed since th...
- Originally committed as revision 9747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision d24ce947 (ffmpeg): indentation fix
- Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision 6c4d4fa3 (ffmpeg): removed unused variable ti
- Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom