Activity
From 06/14/2008 to 07/13/2008
07/13/2008
- 11:34 PM Revision f55a5281 (ffmpeg): Fix decoding of 320x240.ogg.
- Originally committed as revision 14227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision 8833f375 (ffmpeg): -itsscale to scale timestamps
- fixes issue511
Originally committed as revision 14226 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:27 PM Revision 88c5cadc (ffmpeg): Cosmetics: reindent.
- Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:27 PM Revision 2ac6ff2e (ffmpeg): Remove const vector casts.
- Fixes compilation with altivec and -std=gnu99.
Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mpla... - 10:21 PM Revision 1cad63d6 (ffmpeg): removed gif decoder in r14209
- Originally committed as revision 14225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 89129c6b (ffmpeg): Drop non-C99-compliant initialization.
- Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision 4c453ddb (ffmpeg): Make our flac decoder decode all the data at EOF.
- Fixes issue524
Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:44 PM Revision 4a8361f8 (ffmpeg): tools/trasher: Don't mix srand/rand and srandom/random interface.
- patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffm... - 09:44 PM Revision 9606a838 (ffmpeg): strdup() the default value for rc_eq in AVCodec when setting it in
- avcodec_get_context_defaults(). The value has to be alloced dinamically
rather than statically since it may be freed ... - 09:39 PM Revision bd6754aa (ffmpeg): On EOF keep calling the decoders until they do not output anything
- anymore, instead of just once.
Originally committed as revision 14220 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:28 PM Revision f9690589 (ffmpeg): Fix the logic to access the location of a string to free when setting
- a new value for a string with av_set_string2(). Fix a segmentation
fault.
Originally committed as revision 14219 to ... - 08:41 PM Revision b903a928 (ffmpeg): Simplify
- Originally committed as revision 14218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 3819081f (ffmpeg): Another av_clipf() usage
- Originally committed as revision 14217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision aa64ee30 (ffmpeg): Do not declare as double a var that only stores a float
- Originally committed as revision 14216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 1894db14 (ffmpeg): Simplify: use FFMAX
- Originally committed as revision 14215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision b08edb22 (ffmpeg): check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not en...
- might read outside the prefix array
Originally committed as revision 14214 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:59 PM Revision 4138ad96 (ffmpeg): Add av_clipf() function to common.h and use it in ra288.c
- Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 8effdce0 (ffmpeg): dvdsubdec: allow compilation with -DDEBUG
- Originally committed as revision 14212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision e8420626 (ffmpeg): RTP: use dprintf(), allow compilation with -DDEBUG
- Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision f94981ea (ffmpeg): ASF: use dprintf(), allow compilation with -DDEBUG
- Originally committed as revision 14210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision 0b54f3c0 (ffmpeg): Remove gif demuxer, the code contains a gif decoder and lzw decoder n...
- belongs in a demuxer, furthermore the code might be exploitable.
Fixes issue530
Originally committed as revision 142... - 04:19 PM Revision 8858816d (ffmpeg): Use -vsync 0 unless the user explicitly asked for something
- else when the framerate is above 1000.
Fixes issue259.
Originally committed as revision 14208 to svn://svn.ffmpeg.or... - 03:03 PM Revision b9fa3208 (ffmpeg): exploit mdct symmetry
- 2% faster vorbis on conroe, k8. 7% on celeron.
Originally committed as revision 14207 to svn://svn.ffmpeg.org/ffmpeg... - 02:59 PM Revision eb2cd99c (ffmpeg): mlpdec: Check for bits left before each read of End-of-Stream indicat...
- Substream parity check independently. This allows decoding of streams that
have EOS but don't have Substream parity c... - 02:56 PM Revision f27e1d64 (ffmpeg): simplify vorbis windowing
- Originally committed as revision 14205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision 6647ab80 (ffmpeg): bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
- throughout libavcodec.
Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:25 PM Revision f9bd3056 (ffmpeg): clip MS ADPCM predictor range to correct [0..6] range, not [0..7]
- Originally committed as revision 14203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision 962fe7e1 (ffmpeg): Use bytestream and AV_RL* functions in ADPCM code where possible
- Originally committed as revision 14202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision ae8afab9 (ffmpeg): Fix MS ADPCM de- and encoding: first and second sample are swapped.
- Noticeable better decoding of e.g. http://samples.mplayerhq.hu/A-codecs/msadpcm-stereo/dance-b5th.asf
Originally com... - 12:40 PM Revision e70f1a20 (ffmpeg): Add parisc* to the list of architectures requiring PIC flags for shar...
- Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 9ea583e1 (ffmpeg): mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
- Originally committed as revision 14199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision ffa978f1 (ffmpeg): mathops: add MAC64, MLS64, and MLS16
- MAC64: 64 += 32 x 32 (bits)
MLS64: 64 -= 32 x 32
MLS16: 32 -= 16 x 16
Originally committed as revision 14198 to svn:... - 12:07 AM Revision 71c465a1 (ffmpeg): Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
- This makes LIBMPEG2_BITSTREAM_READER_HACK redundant, so remove it.
Originally committed as revision 14197 to svn://s...
07/12/2008
- 10:17 PM Revision c1c90466 (ffmpeg): Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
- video codec is used.
Fixes issue49 Departed Trailer.evo (mpeg ps missdetecting h264 as mpeg2video)
Originally commit... - 08:55 PM Revision 1b71f045 (ffmpeg): configure: simplify negative dependencies
- Originally committed as revision 14195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 3250003c (ffmpeg): configure: allow !foo as argument to enabled/disabled and *_deps lists
- Originally committed as revision 14194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 PM Revision dd57251c (ffmpeg): Remove old hackish codec probe system.
- Originally committed as revision 14193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 007f67b0 (ffmpeg): Fix pts handling when encoding with libschroedinger, closes issue 453.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 14192 to svn://svn.ffmpeg.org/f... - 08:09 PM Revision f73b2040 (ffmpeg): Fix pts handling when encoding with libdirac.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 14191 to svn://svn.ffmpeg.org/f... - 08:01 PM Revision 2a72e494 (ffmpeg): Use strcmp() instead of strncmp() in set_codec_from_probe_data().
- Originally committed as revision 14190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 25d3fb73 (ffmpeg): indent
- Originally committed as revision 14189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 942de2f4 (ffmpeg): Only try to probe the codec when the available data has roughly doubled
- relative to the last attempt.
Originally committed as revision 14188 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:56 PM Revision 312d24d5 (ffmpeg): Add mpegvideo and H.264 to the codec probe.
- Originally committed as revision 14187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision 010acd8e (ffmpeg): h264_probe()
- Originally committed as revision 14186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 55823964 (ffmpeg): indent
- Originally committed as revision 14185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 0bef08e5 (ffmpeg): New codec probing system try #1.
- Originally committed as revision 14184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 3e86dba2 (ffmpeg): command_streams are type data not unknown.
- Originally committed as revision 14183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 09fec2b9 (ffmpeg): Use new style static VLC tables for IMC decoder.
- Also fixes a memleak due to the previous in-context tables not being freed.
Originally committed as revision 14182 t... - 02:28 PM Revision 9d3b9f2c (ffmpeg): Move add_to_pktbuf() before av_read_packet(). My future work on codec...
- cleanup will need this.
Originally committed as revision 14181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:25 PM Revision 64cd3108 (ffmpeg): Move set_codec_from_probe_data() up to where the other probe function...
- Originally committed as revision 14180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 3179da62 (ffmpeg): Pass AVPacketList instead of the whole context to add_to_pktbuf as th...
- all that is needed.
Originally committed as revision 14179 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 AM Revision d08e3e91 (ffmpeg): Prevent users from setting -vol and -acodec copy together.
- They are incompatible since the frames are not decoded, so they can't be preprocessed.
Originally committed as revis... - 10:56 AM Revision f1b2f1bf (ffmpeg): Typo and grammar fix
- Originally committed as revision 14177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 848eab4e (ffmpeg): Correct a couple of typos
- Originally committed as revision 14176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 8884b918 (ffmpeg): 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/...
- First coefficient array must be unsigned to fit in 8 bits
Originally committed as revision 14175 to svn://svn.ffmpeg... - 07:28 AM Revision ff227126 (ffmpeg): 10l, forgot to replace a / 256 for r14173.
- Fixes MS ADPCM regression test.
Originally committed as revision 14174 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/11/2008
- 09:38 PM Revision ddcf031f (ffmpeg): Change MS ADPCM table so they fit into int8_t and change array type.
- Originally committed as revision 14173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision 4972a246 (ffmpeg): indent
- Originally committed as revision 14172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 7ee18c17 (ffmpeg): Fix not coded channels / silence decoding.
- Fixes issue264 WMV audio stutter
Originally committed as revision 14171 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:45 PM Revision 362aba4b (ffmpeg): Check that we have enough output space available.
- Originally committed as revision 14170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 0261e365 (ffmpeg): Deprecate avcodec_build(), it returns the same value as
- avcodec_version().
Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:12 PM Revision 876ef93d (ffmpeg): simplify
- Originally committed as revision 14168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 6e264d45 (ffmpeg): Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
- Originally committed as revision 14167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 AM Revision 4ad62d9a (ffmpeg): Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for...
- Originally committed as revision 14166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 AM Revision fd9f3153 (ffmpeg): Make preprocessor condition more specific and useful by changing
- #ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.
Originally committed as revision 14165 to svn://svn.ffmpeg... - 07:41 AM Revision 58607ca7 (ffmpeg): Move one function that is only used for muxing below #ifdef CONFIG_MU...
- Originally committed as revision 14164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 AM Revision 37673b1b (ffmpeg): Move a function and an #ifdef CONFIG_MUXERS so that functions used on...
- muxing get disabled when compiling with --disable-muxers.
Originally committed as revision 14163 to svn://svn.ffmpeg... - 07:37 AM Revision 66b32ce8 (ffmpeg): Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_...
- fixes some warnings when compiling with muxers disabled.
Originally committed as revision 14162 to svn://svn.ffmpeg.... - 04:48 AM Revision d7e1fc42 (ffmpeg): SSE2 optimizations for Monkey's Audio decoder vector functions
- Originally committed as revision 14161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision 3a8322b1 (ffmpeg): H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
- Patch by Jason Garrett-Glaser (darkshikari gmail com)
Originally committed as revision 14160 to svn://svn.ffmpeg.org... - 12:59 AM Revision 28ce1839 (ffmpeg): Add a checklist about new codecs or formats to the documentation.
- Originally committed as revision 14159 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/10/2008
- 06:01 PM Revision 822cc8f7 (ffmpeg): Update Changelog and documentation for MVI demuxer and decoder.
- Originally committed as revision 14158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision 5c5a6dfe (ffmpeg): Update info for Sonic, add Dirac to supported formats list.
- Originally committed as revision 14157 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision 64c2f20a (ffmpeg): Sort lists ignoring case.
- Originally committed as revision 14156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision d698c5d3 (ffmpeg): cosmetics: Fix inconsistent indentation.
- Originally committed as revision 14155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 1619f426 (ffmpeg): 100L, avoption splited code added, I should double check with svn sta...
- Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:52 AM Revision 6413d91d (ffmpeg): Remove useless casts.
- Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14154 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:49 AM Revision 24909d39 (ffmpeg): Remove useless casts.
- Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14153 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:44 AM Revision 733cec1d (ffmpeg): Parse frames to feed the decoder with individual parse units.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Original thread: [PATCH] Patches to fix issue453 individuallibdira... - 11:41 AM Revision eb64714c (ffmpeg): Add entry for Dirac codec.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14151 to svn://svn.ffmpeg.org/ff... - 11:40 AM Revision 0cf0e25d (ffmpeg): Add a parameter for queue size.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14150 to svn://svn.ffmpeg.org/ff... - 07:40 AM Revision 80150f7e (ffmpeg): Fix MPEG video packetization for RTP
- Originally committed as revision 14149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 AM Revision bb68f8a2 (ffmpeg): Monkey's Audio decoder vector functions work on input with length
- a multiple of 16. Reflect that fact in the documentation for them.
Originally committed as revision 14148 to svn://s... - 03:02 AM Revision 5b8cc860 (ffmpeg): Motion Pixels MVI Demuxer.
- Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn:... - 03:01 AM Revision 974e0eee (ffmpeg): Motion Pixels Video Decoder.
- Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14146 to svn:...
07/09/2008
- 10:43 PM Revision e40b183d (ffmpeg): Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costa...
- Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:51 PM Revision 7ac884c5 (ffmpeg): Fix a warning in ffserver.c caused by the use of the function
- av_set_string() deprecated since r14134.
Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:21 PM Revision fdbb1feb (ffmpeg): Remove ancient code that hasnt worked in many years.
- Originally committed as revision 14144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 18c64005 (ffmpeg): regenerate dependencies when building object files
- Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 81d4ee3e (ffmpeg): New full search ME
- Originally committed as revision 14142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision 304ba23a (ffmpeg): Print the program_name rather than always "FFmpeg" when showing the
- commandline tools license.
Originally committed as revision 14141 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:51 PM Revision bc314472 (ffmpeg): Make the function prototype visible to comply with C99 inline.
- Fixes building with gcc -std=gnu99.
Originally committed as revision 14140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:34 AM Revision 5cfdfd8a (ffmpeg): increment minor version for commit r14110 (Electronic Arts CMV decoder)
- Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 AM Revision e98750c3 (ffmpeg): float_to_int16_sse2()
- 20% faster than sse
Originally committed as revision 14138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:57 AM Revision 4e999ebe (ffmpeg): indent
- Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 385b19df (ffmpeg): Allow setting codecs through preset files
- Originally committed as revision 14136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 7445f9cc (ffmpeg): fix IPCM_decode_error.h264
- Originally committed as revision 14135 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/08/2008
- 11:50 PM Revision 8dbee653 (ffmpeg): Fix the av_set_string() free / alloc issue.
- Originally committed as revision 14134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision cdb5af79 (ffmpeg): indent
- Originally committed as revision 14133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 7efeb73a (ffmpeg): 10000l for myself, my last change was incomplete.
- This one also reverts the libav mpeg ts regression test score change.
Originally committed as revision 14132 to svn:... - 11:20 PM Revision 72e043dd (ffmpeg): One-bit bitfields should probably be unsigned. Unfortunately, it is left
- up to the compiler on how one bit fields are treated. gcc treats one-bit
bitfields as signed and allows for the -funs... - 05:33 PM Revision d921f03f (ffmpeg): Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps de...
- Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision 716e7c0f (ffmpeg): Remove wrong casts from vector declarations, this would cause errors ...
- compiling with -std=gnu99. Blessed by Luca Barbato.
Originally committed as revision 14129 to svn://svn.ffmpeg.org/f... - 03:05 PM Revision 76ec3939 (ffmpeg): Ignore case when sorting.
- Originally committed as revision 14128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 16f76f6e (ffmpeg): List QuickTime container as MOV/QuickTime.
- Originally committed as revision 14127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 326e025f (ffmpeg): Remove redundant Macromedia Flash entry in supported formats list.
- Originally committed as revision 14126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision bac4c85c (ffmpeg): format name cosmetics, spelling cosmetics
- Originally committed as revision 14125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision 16d81b27 (ffmpeg): Sort and prettyprint audio codecs table.
- Originally committed as revision 14124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision d66d8b83 (ffmpeg): Sort and prettyprint video codecs table.
- Originally committed as revision 14123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision c6b2dc34 (ffmpeg): Sort and prettyprint the file formats table.
- Originally committed as revision 14122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 0c18fe37 (ffmpeg): Remove file extension from some formats, it's never mentioned consist...
- Originally committed as revision 14121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 159f799d (ffmpeg): liba52 is not always used for AC-3 decoding.
- Originally committed as revision 14120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 3d172fb5 (ffmpeg): Sort image formats table.
- Originally committed as revision 14119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 6d77d9ac (ffmpeg): Set cur_dts to 0 only during creating new streams and not every time ...
- to be AV_NOPTS_VALUE.
Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:03 PM Revision 69cec4e3 (ffmpeg): WMV8 is fully supported now.
- Originally committed as revision 14117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision a590faeb (ffmpeg): spelling cosmetics and format name fixes
- Originally committed as revision 14116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 38b5b28e (ffmpeg): liba52 is no longer necessary for AC-3 decoding.
- Originally committed as revision 14115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 0a91f4ee (ffmpeg): spelling cosmetics
- Originally committed as revision 14114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 6ef82274 (ffmpeg): Electronic Arts CMV latent dox entry
- Originally committed as revision 14113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision e1c74782 (ffmpeg): Electronic Arts CMV latent changelog entry
- Originally committed as revision 14112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 PM Revision b2f181c2 (ffmpeg): Electronic Arts CMV demuxer
- Originally committed as revision 14111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 495900f7 (ffmpeg): Electronic Arts CMV decoder
- Originally committed as revision 14110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 60f451b6 (ffmpeg): Remove AVPaletteControl from ALG MM demuxer/decoder
- Originally committed as revision 14109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision 1835cda6 (ffmpeg): Make LOAD4/STORE4 macros more generic.
- Patch by Victor Pollex victor pollex web de
Original thread: [PATCH] mmx implementation of vc-1 inverse transformatio... - 08:22 AM Revision f6f84839 (ffmpeg): Remove outdated comment
- Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 AM Revision 265fcccc (ffmpeg): Print libavformat version in outgoing SDPs.
- Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/07/2008
- 11:28 PM Revision 46d1ff83 (ffmpeg): correct path in *-uninstalled.pc
- Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 PM Revision 35ee72b1 (ffmpeg): 1 c-asm loop less and 1x unroll of float_to_int16_sse()
- 25% faster
Originally committed as revision 14104 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 PM Revision 560fa9bf (ffmpeg): Fix x86-64
- Originally committed as revision 14103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision 63b737d4 (ffmpeg): dont use C-asm loops and unroll once float_to_int16_3dnow()
- 30% faster
Originally committed as revision 14102 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision 00496302 (ffmpeg): 10l, fix nuv_header for the case when there is no video stream.
- Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 76d32428 (ffmpeg): Alphabetically order AVInputFormat/AVOutputFormat declarations.
- Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 900eb63d (ffmpeg): Add a note to remind people to add new raw formats to the Makefile.
- Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 AM Revision 0c7b4823 (ffmpeg): Add missing dependency declaration for raw Dirac demuxer.
- Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision ac1ea66e (ffmpeg): spelling cosmetics in PCM codec long names
- Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 AM Revision 7769875d (ffmpeg): redundant assignment found by Clang
- Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/06/2008
- 08:48 PM Revision 92b2bc59 (ffmpeg): add some missing dependencies
- Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 PM Revision 5be30c59 (ffmpeg): Simplify: glob->phase is always == 3
- Originally committed as revision 14094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision f27f0fc3 (ffmpeg): Cosmetics: reindent tables
- Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision f8034954 (ffmpeg): Remove phasep context var, it is just phase*5
- Originally committed as revision 14092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 PM Revision eb73742d (ffmpeg): Slighly faster operation
- Originally committed as revision 14091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 0bbab567 (ffmpeg): Typo in a comment: s/two avoid/to avoid/
- Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 8edfd151 (ffmpeg): Cosmetics: remove braces
- Originally committed as revision 14089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision a5f0f504 (ffmpeg): Another use of scalar_product_float()
- Originally committed as revision 14088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision a03a6db1 (ffmpeg): Do not reimplement memmove()
- Originally committed as revision 14087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 AM Revision 7bd2f502 (ffmpeg): Remove context fields which can be used as simple local variables.
- patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14086 to svn://svn.ffmpeg.org/f... - 10:00 AM Revision ca3ed63e (ffmpeg): Remove inaccurate computation of pts for audio packets and rely on
- libavformat to generate them.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 1... - 09:58 AM Revision ce83d48b (ffmpeg): Remove av_cold attribute on decode_frame and add it to decode_end
- to match other codecs.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14084 to... - 08:16 AM Revision ed76af08 (ffmpeg): Document av_find_opt().
- Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 AM Revision 7246d631 (ffmpeg): Altivec implementation of APE vector functions
- Originally committed as revision 14082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 AM Revision 88c0536a (ffmpeg): Add several vector functions used by Monkey's Audio decoder to dsputil
- Originally committed as revision 14081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 AM Revision fcc402b1 (ffmpeg): Remove ASSERT() macro. SoC Patch from Keiji Costantini
- Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:27 AM Revision bc5a0444 (ffmpeg): Reindent. SoC Patch from Keiji Costantini
- Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:26 AM Revision 2d35ae56 (ffmpeg): Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji...
- Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
07/05/2008
- 06:43 PM Revision 647b90ae (ffmpeg): Cosmetics: remove braces
- Originally committed as revision 14080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 7a64649d (ffmpeg): Create a function for float dot product instead of duplicating all ov...
- Originally committed as revision 14079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision a4ce7248 (ffmpeg): Add correct header #include to fix 'make checkheaders'.
- Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision 0e74e1ff (ffmpeg): Add required stdint.h header #include.
- Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 9906a2be (ffmpeg): spelling cosmetics
- Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision f67c1f4d (ffmpeg): Cosmetics: align
- Originally committed as revision 14075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision c5e46a0f (ffmpeg): Move MLP/TrueHD from video to audio codecs section.
- Originally committed as revision 14074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision d7bd0b3d (ffmpeg): Only define AltiVec vector syntax macro when AltiVec is enabled.
- patch by Peter Ross, pross xvid org
Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:30 AM Revision bbdfa06d (ffmpeg): Add a note to remind people that new PCM/ADPCM formats need to be add...
- the Makefile as well to allow proper selective compilation.
Originally committed as revision 14072 to svn://svn.ffmp... - 07:28 AM Revision f1e3c936 (ffmpeg): Remove unused variable, fixes the warning:
- libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’
Originally committed as revision 14071 to svn://svn.ffm...
07/04/2008
- 10:04 PM Revision 03289958 (ffmpeg): All mp3 parsers are buggy fix 2 of n (out of array write, i suspect n...
- Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision d5ae4584 (ffmpeg): All id3 parsers are buggy, 0 termination fix 1 of n (issue created by...
- and found by reimar) fix is from reimar + cosmetics by me.
Originally committed as revision 14069 to svn://svn.ffmpe... - 07:55 PM Revision 6f1e7a9e (ffmpeg): Write for loops in a more standard way. In my opinion, they are much ...
- Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision b517af05 (ffmpeg): MLP/TrueHD decoder.
- Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 69c23e6f (ffmpeg): Move vars declaration to inner loop when possible
- Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 12ea267b (ffmpeg): Simplify
- Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 8a322796 (ffmpeg): spelling/grammar/wording overhaul
- Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:14 PM Revision 4bdc44c7 (ffmpeg): whitespace cosmetics
- Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:12 PM Revision 7a4d5e17 (ffmpeg): Place license header at the top of the file for consistency.
- Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:05 PM Revision 15d6e361 (ffmpeg): spelling cosmetics
- Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/03/2008
- 07:25 PM Revision ab52eb8e (ffmpeg): Remove unneeded var
- Originally committed as revision 14063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 78043397 (ffmpeg): Use a matrix instead of a vector
- Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 PM Revision a429946b (ffmpeg): Reindent table
- Originally committed as revision 14061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 PM Revision 1e2802c5 (ffmpeg): Reindent after r14059, see "[PATCH] allow empty params for
- av_open_input_stream()".
Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 PM Revision e145ce20 (ffmpeg): Allow NULL for read_header in AVInputFormat. See discussion in "[PATC...
- empty params for av_open_input_stream()".
Originally committed as revision 14059 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:52 AM Revision 4f0689b5 (ffmpeg): We do not only calculate it but we also return it.
- Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 2de74f5a (ffmpeg): More correct comment.
- Originally committed as revision 14057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 2b150e9a (ffmpeg): make sum_of_squares() more generic
- Originally committed as revision 14056 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/02/2008
- 10:28 PM Revision 58cc7dd9 (ffmpeg): Cosmetics: split a long line.
- Originally committed as revision 14055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 PM Revision 92ed1ec9 (ffmpeg): Use get_cabac_bypass_sign instead of an if/else.
- Originally committed as revision 14054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision 142ee5d7 (ffmpeg): Reorder the if/else for residual cats to match gcc's branch prediction.
- Originally committed as revision 14053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision 47775cb8 (ffmpeg): Simplify loop condition for readability.
- Originally committed as revision 14052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 9f734c3b (ffmpeg): Reindent.
- Originally committed as revision 14051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision 9588ec34 (ffmpeg): Clone decode_cabac_residual() for DC residuals, to get rid of a bunch...
- Originally committed as revision 14050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 2e254bc5 (ffmpeg): Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.
- (assuming your compiler removes unused static functions)
Originally committed as revision 14049 to svn://svn.ffmpeg.... - 09:46 PM Revision fedec603 (ffmpeg): Don't test for H264 encoding unless an encoder exists.
- Originally committed as revision 14048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 5faf3a44 (ffmpeg): Clarify comment about parity nibble.
- Originally committed as revision 14047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision fba7815d (ffmpeg): Reindent after last commit
- Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision d6b9e57a (ffmpeg): Fix A/V synch for RTP streams that do not contain MPEG1 or 2
- (correctly compute the presentation times based on the RTP timestamps
and the RTCP SR packets)
Originally committed ...
07/01/2008
- 01:36 AM Revision 49de8d1e (ffmpeg): Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
- Originally committed as revision 14044 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/30/2008
- 09:46 PM Revision 6122c92e (ffmpeg): Clarify/simplify documentation for the default_val field in AVOption.
- Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision dde2d1dc (ffmpeg): Remove credit to Philip Gladstone contribution from the ffserver
- documentation. Philip Gladstone aka philipjsg contributed the first
version of the section named Quickstart (now inco... - 07:30 PM Revision f38deb44 (ffmpeg): Remove useless wrapper around ra288_decode_frame()
- Originally committed as revision 14041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 6091357f (ffmpeg): Remove unpack() function, read the bitstream as needed
- Originally committed as revision 14040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 285ea3e3 (ffmpeg): Clean up error message
- Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision a40b2c2a (ffmpeg): Rewrite unpack() using the bitstream reader
- Originally committed as revision 14038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision e500315b (ffmpeg): gain code, gain pitch and pitch delay decoding for ACELP based codecs
- Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 44528363 (ffmpeg): Move function to avoid forward declaration
- Originally committed as revision 14036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision c1fadf50 (ffmpeg): Remove useless initialization
- Originally committed as revision 14035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 PM Revision eec7ade2 (ffmpeg): Reindent the whole file
- Originally committed as revision 14034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 AM Revision 0abf0c53 (ffmpeg): Simplify mm_support() for ARM (by Måns).
- Originally committed as revision 14033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 AM Revision 37dcd091 (ffmpeg): Define mm_support() for ARM.
- Patch by Matthieu Castet <castet matthieu free fr>
Originally committed as revision 14032 to svn://svn.ffmpeg.org/ff...
06/29/2008
- 09:37 PM Revision fe4a5b18 (ffmpeg): Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual ...
- Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision b83ff6c7 (ffmpeg): Update copyright
- Originally committed as revision 14030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 AM Revision 95fc77b9 (ffmpeg): Use ff_acelp_lp_synthesis_filter() instead of duplicating it
- Originally committed as revision 14029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 AM Revision 8a1c868e (ffmpeg): Add a rounding parameter to ff_acelp_lp_synthesis_filter()
- Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 AM Revision a6ce3d3d (ffmpeg): Add command line support for '-idct simplearmv6'.
- patch by Laurent Desnogues, laurent.desnogues gmail com
Originally committed as revision 14027 to svn://svn.ffmpeg.o... - 07:58 AM Revision dc95111c (ffmpeg): Doxy comment
- Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/28/2008
- 08:32 PM Revision 90ffc490 (ffmpeg): include track id in error message
- Originally committed as revision 14025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision f056c8e9 (ffmpeg): set frame_size in libfaad decoder
- Originally committed as revision 14024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 74fd9022 (ffmpeg): Realign newlines.
- Originally committed as revision 14023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 00969e1c (ffmpeg): Use MANGLE() instead of memory operands to read globals.
- (fixes out of registers with apple gcc 4.2)
Originally committed as revision 14022 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:42 AM Revision aadd27cd (ffmpeg): Make code independent/less dependent on dsputil.
- This also makes the mmx parts work again ...
Originally committed as revision 14021 to svn://svn.ffmpeg.org/ffmpeg/t... - 09:01 AM Revision ddca6ab6 (ffmpeg): Change mtv_read_packet so it does not break after seeking (displaying...
- Originally committed as revision 14020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 AM Revision 34bfe875 (ffmpeg): Fix pkt->pos to really point at start of packet for mtv audio packets.
- Originally committed as revision 14019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 AM Revision 6f557c6a (ffmpeg): cosmetics
- Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 AM Revision c7adbedb (ffmpeg): cosmetics, align vertically
- Originally committed as revision 14017 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/27/2008
- 09:43 PM Revision c187f461 (ffmpeg): unset Track sets, relying in AVStream->priv_data and will be freed in...
- Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 6d083dd7 (ffmpeg): fix size of header data
- Originally committed as revision 14015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision ae10e1fd (ffmpeg): Seek the file forwards instead of backwards when sync is lost.
- Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision bc4c3a55 (ffmpeg): clarify error message about codec tag
- Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 15061147 (ffmpeg): give context to av_log
- Originally committed as revision 14012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision b6a66897 (ffmpeg): Remove pointless AVFrame* casting.
- Originally committed as revision 14011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 39047aec (ffmpeg): Remove duplicate emms.
- Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 8b9bda1c (ffmpeg): Remove commented-out code.
- Originally committed as revision 14009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 2f3b1b80 (ffmpeg): Export qscale so that postprocessing works.
- Originally committed as revision 14008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision de7bdf58 (ffmpeg): Remove unused PutBitContext.
- Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision 68723683 (ffmpeg): Do not free the priv_data field of AVStream on close (it is already
- freed by av_close_input_stream())
Originally committed as revision 14006 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/26/2008
- 11:06 PM Revision 44369b45 (ffmpeg): indent
- Originally committed as revision 14005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision fd147f23 (ffmpeg): Inform the user about unhandled sectors.
- Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 PM Revision 66602c67 (ffmpeg): memleak
- Originally committed as revision 14003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 435a6082 (ffmpeg): Do not completely bail out for invalid params, just skip the current ...
- Originally committed as revision 14002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision ad9c1055 (ffmpeg): merge decl & init
- Originally committed as revision 14001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision a4fe6826 (ffmpeg): Get rid of weird pre reading code.
- Originally committed as revision 14000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision d0b76b98 (ffmpeg): Remove debugging trash.
- Originally committed as revision 13999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 7669935a (ffmpeg): Another variable that did nothing at all
- Originally committed as revision 13998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 73d3a14d (ffmpeg): remove code that discards streams randomly
- Originally committed as revision 13997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision e1002454 (ffmpeg): vertical align
- Originally committed as revision 13996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 PM Revision c1f6eca1 (ffmpeg): Remove a dozen unused variables.
- Originally committed as revision 13995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision a4d64c17 (ffmpeg): unused var
- Originally committed as revision 13994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision fdb5932e (ffmpeg): Fix exploitable code.
- Fixes issue311
Originally committed as revision 13993 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:50 PM Revision b86f5a02 (ffmpeg): Register intrrupt_cb() early enough so we dont get stuck with tcp input
- for example.
Fixes issue66
Originally committed as revision 13992 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:20 PM Revision dce292bb (ffmpeg): Revert "add libmpeg2 permutation to dct-test"
- 10l to me for not noticing that dct-test.c calls this
permutation MMX. Note to self: don't code after 2am.
Original... - 05:14 PM Revision 4231f05b (ffmpeg): VP3 parser can also handle VP6 without any changes.
- Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision b3bf98aa (ffmpeg): move ff_log2_run to bitstream.c and reuse in ffv1.c
- Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision dd7a68b6 (ffmpeg): Remove start_time guessing code.
- Originally committed as revision 13988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 AM Revision 3041a4a1 (ffmpeg): Also print flags with FF_FDEBUG_TS.
- Originally committed as revision 13987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 0c587a4e (ffmpeg): VP3 & Theora parser to extract keyframe flags.
- This parser is not able to split random bitstream pieces.
Originally committed as revision 13986 to svn://svn.ffmpeg... - 01:13 AM Revision fb9464e8 (ffmpeg): add libmpeg2 permutation to dct-test
- Originally committed as revision 13985 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/25/2008
- 11:57 PM Revision fc658cfe (ffmpeg): Support >=4096 dimensions, fixes issue499.
- Originally committed as revision 13984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision f53dd468 (ffmpeg): Prevent invalid timestamps from being stored.
- Originally committed as revision 13983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision d6fbdcec (ffmpeg): Update ffserver docs to match r13978, ffserver in debug mode now
- directs logs to stdout.
Originally committed as revision 13982 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:48 PM Revision 9010d543 (ffmpeg): Remove unnecessary function opt_qdiff(), max_qdiff is set now through
- the AVOption system. Also removes the previous constraints when
setting max_qdiff through opt_qdiff() (1 <= max_qdiff... - 07:59 PM Revision 75d27450 (ffmpeg): Add support for mp3 contained in oma
- Originally committed as revision 13980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision de8c8181 (ffmpeg): Rearrange parameter logic
- Originally committed as revision 13979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision a9d9aa36 (ffmpeg): revert r13867, - reference stdout, I was drunk
- Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision f035fe97 (ffmpeg): Add more codec IDs and tags.
- Originally committed as revision 13977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision f3b5a1a2 (ffmpeg): make av_find_stream_info find frame_size for aac too
- Originally committed as revision 13976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 80b616fc (ffmpeg): use http_log now that logfile is setup
- Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision f10d55ed (ffmpeg): move logfile setup right after config parsing
- Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision f0754ad8 (ffmpeg): remove useless init
- Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision 4d35bf74 (ffmpeg): Make av_find_stream_info() find the frame_size for vorbis.
- Originally committed as revision 13972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 PM Revision da95f225 (ffmpeg): Set frame_size to the gcd of what the decoder can output.
- Originally committed as revision 13971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision 6e1aa0f3 (ffmpeg): Fill missing pts in during muxing when we know that they are equal to...
- Originally committed as revision 13970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision c924ca78 (ffmpeg): We cannot calculate the duration of vorbis packets even if we do know...
- "minimal" frame_size.
Originally committed as revision 13969 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:37 PM Revision ff558537 (ffmpeg): Don't set mm_flags in fft-test, since it doesn't do anything anyway.
- Originally committed as revision 13968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision dafe8824 (ffmpeg): Use a local variable instead of mm_flags in dct-test.
- Originally committed as revision 13967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 40617a6d (ffmpeg): Check for support of -fomit-frame-pointer before adding it to CFLAGS.
- patch by Ben Taylor, bentaylor.solx86 gmail com
Originally committed as revision 13966 to svn://svn.ffmpeg.org/ffmpe... - 03:36 PM Revision f0418fec (ffmpeg): Each dependency file needs to be updated when one of the files the
- corresponding object file depends on is changed.
Originally committed as revision 13965 to svn://svn.ffmpeg.org/ffmp... - 02:14 PM Revision e8e47435 (ffmpeg): make ModeAlphabet read-only and use a custom mode alphabet
- only locally in unpack_modes()
Originally committed as revision 13964 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:46 PM Revision 181782ae (ffmpeg): Use correct timestamp value for stream copy.
- Originally committed as revision 13963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 7694a7d9 (ffmpeg): Close parse context.
- Patch by David LIU david liu st com
Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:08 PM Revision c624c219 (ffmpeg): Make it a little easier to spot that the code is not dealing only with
- substream headers.
Originally committed as revision 13961 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:55 AM Revision a4696aa2 (ffmpeg): Remove improper usage of AV_TIME_BASE_Q
- Originally committed as revision 13960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 5a893969 (ffmpeg): remove duplicate tables
- Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/24/2008
- 11:56 PM Revision 796d200a (ffmpeg): Prevent duration calculation code from generating random durations for
- vorbis in ogg.
Originally committed as revision 13958 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:51 PM Revision f67a10cd (ffmpeg): Define mm_flags/support to be 0 on architectures where they don't exist.
- Make sure we don't try to set them if that's the case.
This lets dct-test and fft-test build with --disable-mmx on x8... - 10:30 PM Revision 8bf61f5b (ffmpeg): Reindent.
- Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision 5dc8eeb6 (ffmpeg): Make ffserver show launched commandlines not only in debug-mode.
- Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 6aada9b1 (ffmpeg): Use http_log() rather than printing on stdout to show the launched
- commandlines.
Originally committed as revision 13954 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision afb40e72 (ffmpeg): Simplify interp()
- Originally committed as revision 13953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 74adaa3a (ffmpeg): More cosmetics
- Originally committed as revision 13952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision a9764268 (ffmpeg): Cosmetics
- Originally committed as revision 13951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 PM Revision 40444a59 (ffmpeg): Make ffserver show each launched commandline just before to launch
- them rather than print them when parsing the configuration file. This
way those commandlines are not showed anymore i... - 08:27 PM Revision 0e1d6a4c (ffmpeg): revert accidental const slipping in
- Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision ae32e509 (ffmpeg): Replace redundant MAX macro declaration by proper use of FFMAX.
- Originally committed as revision 13948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision cf2baeb3 (ffmpeg): mark read-only data as const
- Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 73cc419b (ffmpeg): Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
- Originally committed as revision 13946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision ae70f874 (ffmpeg): Remove unused entries from lpc_refl_cb*
- Originally committed as revision 13945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 7986199f (ffmpeg): Remove unused entries from energy_tab
- Originally committed as revision 13944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 309d32b0 (ffmpeg): Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP
- Originally committed as revision 13943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision f5b67781 (ffmpeg): Mark constant structure member as const to avoid some warnings.
- patch by Laurent Desnogues, laurent.desnogues gmail com
Originally committed as revision 13942 to svn://svn.ffmpeg.o... - 09:07 AM Revision fb6b04aa (ffmpeg): Incorporate ffserver documentation Quick Start chapter into the
- man DESCRIPTION section.
Originally committed as revision 13941 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:00 AM Revision 941b1258 (ffmpeg): Remove redundant mm_flags declaration, fixes the warning:
- libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common
fft-test.o: warning: common is here
... - 02:02 AM Revision 14c43f91 (ffmpeg): log when feed is already being received
- Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 AM Revision 65f2f028 (ffmpeg): reindent
- Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/23/2008
- 09:27 PM Revision cbcc2527 (ffmpeg): Remove unused values from gain_{val,exp}_tab
- Originally committed as revision 13937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision 274ac345 (ffmpeg): Now these tables fit in 16 bits.
- Originally committed as revision 13936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 738ef8fd (ffmpeg): Merge the >> 4 calculation of cb1_base in the table
- Originally committed as revision 13935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision 80e9f30c (ffmpeg): Consistency: make the output buffer the first argument of functions
- Originally committed as revision 13934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 PM Revision 0a03b6f0 (ffmpeg): Use sizeof() intead of hardcoding the values
- Originally committed as revision 13933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision 09addb11 (ffmpeg): Simplify
- Originally committed as revision 13932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision f1936f61 (ffmpeg): Simplify
- Originally committed as revision 13931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision b45411e2 (ffmpeg): It makes more sense to return 1 here in case of overflow.
- Originally committed as revision 13930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 37a4b3bb (ffmpeg): Cosmetics: indent
- Originally committed as revision 13929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision b0068d75 (ffmpeg): Remove unneeded check
- Originally committed as revision 13928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 56a6fac8 (ffmpeg): rescale_rms() should use unsigned ints
- Originally committed as revision 13927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 536ee174 (ffmpeg): Move factor multiplication out of irms()
- Originally committed as revision 13926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 PM Revision 498cb531 (ffmpeg): This should be signed
- Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 PM Revision 94be3bb5 (ffmpeg): More comments removal/fixes
- Originally committed as revision 13924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision 42b14594 (ffmpeg): Remove useless comment
- Originally committed as revision 13923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision d1024e07 (ffmpeg): More comments improvement
- Originally committed as revision 13922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision c17fd98c (ffmpeg): Document defines better
- Originally committed as revision 13921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision c31333e1 (ffmpeg): Remove useless define
- Originally committed as revision 13920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 51062b92 (ffmpeg): Rename rotate_buffer() to copy_and_dup() and doxy it
- Originally committed as revision 13919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 70e70867 (ffmpeg): Simplify t_sqrt()
- Originally committed as revision 13918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 89a2713e (ffmpeg): Add doxy comment
- Originally committed as revision 13917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 PM Revision 3890a131 (ffmpeg): Rename var
- Originally committed as revision 13916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 PM Revision d5d3536d (ffmpeg): Move code unrelated to lpc filtering out of lpc_filter()
- Originally committed as revision 13915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 5983d1c4 (ffmpeg): Simplify rotate_buffer()
- Originally committed as revision 13914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision cb51aef1 (ffmpeg): copy extradata if present
- Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision a33a6eb2 (ffmpeg): Fix typo in libavcodec/opt.h.
- Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision 496a6132 (ffmpeg): Make ffserver daemon chdir()s just after log init. This way a
- relative path for the logfile is resolved according to the directory
where ffserver has been launched, as the user ex... - 05:57 PM Revision b0675954 (ffmpeg): fix segv, fmt_ctx is not set for rtsp
- Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 AM Revision 07cb073b (ffmpeg): Remove unused variable, fixes the warning:
- libavformat/rmdec.c:280: warning: unused variable 'i'
Originally committed as revision 13909 to svn://svn.ffmpeg.org... - 08:12 AM Revision ace21da3 (ffmpeg): cosmetics, braces placement
- Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 AM Revision 51f90867 (ffmpeg): Allocate static tables on stack, not heap.
- Patch by Art Clarke: aclarke vlideshow com
Originally committed as revision 13907 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:28 AM Revision 3ab29d8e (ffmpeg): 10l, do not use ctx before being set, fix segv
- Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 AM Revision dc3a6a36 (ffmpeg): fix compilation, this should be better
- Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 AM Revision 4def51fa (ffmpeg): 10l, move init after possible goto
- Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 AM Revision 8f56ccca (ffmpeg): simplify, use ist
- Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 AM Revision 250be719 (ffmpeg): fix source stream, source_index is refering to fmt_in, needs testing
- Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 AM Revision d80904cc (ffmpeg): simplify
- Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 AM Revision e21ac209 (ffmpeg): no need to print date anymore since done in http_log
- Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/22/2008
- 11:52 PM Revision d4fdba0d (ffmpeg): chinese avs demuxing support, demux AVSFileFormat.mp4
- Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision 9acd41a4 (ffmpeg): Cosmetics
- Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision d488e906 (ffmpeg): Avoid a memcpy. Code is also simpler now in my opinion.
- The downside is making the context bigger.
Originally committed as revision 13897 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:26 PM Revision c1bb8f97 (ffmpeg): Document ffserver debug mode.
- Originally committed as revision 13896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 60b51bb2 (ffmpeg): Document ffserver daemon mode.
- Originally committed as revision 13895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision dea7da10 (ffmpeg): Document ffserver no-launch mode.
- Originally committed as revision 13894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 9c09099e (ffmpeg): Cosmetics: move ffmpeg.c dframes option definition from within the
- video options to the generic options where it belongs.
Originally committed as revision 13893 to svn://svn.ffmpeg.or... - 03:52 PM Revision 5e8477b0 (ffmpeg): matroskadec: decode track private data if needed
- original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail _dot_ com
Originally committed as revision 13892 to s... - 03:49 PM Revision 935ec5a1 (ffmpeg): matroskadec: move buffer decoding code to a separate function
- original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail.com
Originally committed as revision 13891 to svn://s... - 03:46 PM Revision 51e1cc16 (ffmpeg): matroskadec: fix a memory leak
- Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 PM Revision f5048aaf (ffmpeg): Remove now unused variable
- Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 9146e4d6 (ffmpeg): Add generic ff_sine_window_init function and implement in codecs appr...
- Originally committed as revision 13888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 PM Revision d47f1607 (ffmpeg): vp6: ensure that huffman decoding table is sorted with descending sym...
- Previous code worked by pure luck with glibc qsort implementation.
patch by Peter Ross pross _at_ xvid _dot_ org
O... - 01:01 PM Revision d43cf688 (ffmpeg): cosmetics: alignment
- Originally committed as revision 13886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 4e882caf (ffmpeg): Add missing entry for PCM_DVD_ENCODER.
- Originally committed as revision 13885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 4198efe8 (ffmpeg): Add missing mpegvideo.o to list of vc1.o dependencies.
- patch by Peter Ross, pross xvid org
Originally committed as revision 13884 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:48 PM Revision c183033f (ffmpeg): Add missing entry for ADPCM_IMA_QT_ENCODER.
- patch by Peter Ross, pross xvid org
Originally committed as revision 13883 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:47 PM Revision cc6c2bef (ffmpeg): Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
- patch by Peter Ross, pross xvid org
Originally committed as revision 13882 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:53 AM Revision fabb990e (ffmpeg): cosmetics, pts->dts
- Originally committed as revision 13881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 AM Revision 148c8d80 (ffmpeg): store dts in ffm headers
- Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision 5e5f75cf (ffmpeg): remove pts set hack, this is no more correct
- Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 AM Revision 78a5c7a5 (ffmpeg): update seek reg ref due to r13856
- Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 AM Revision 00eebe3d (ffmpeg): Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16
- Originally committed as revision 13877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision 3d9cc27d (ffmpeg): move code setting output parameters after possible failure
- Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 AM Revision 697efa36 (ffmpeg): move code after possible failure, so no need to free
- Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 AM Revision e6f0deab (ffmpeg): check av_open_input_stream error
- Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 AM Revision fbc63144 (ffmpeg): remove return 1, we don't change state, we are still sending data
- Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 AM Revision 86771c68 (ffmpeg): free pb
- Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 AM Revision f2972c8c (ffmpeg): use av_open_input_stream
- Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 381ec677 (ffmpeg): do not allocate st->codec, it will be overwritten later; fix memleak
- Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 AM Revision d2ce2f5e (ffmpeg): cosmetics, reindent
- Originally committed as revision 13869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision dbedf2aa (ffmpeg): enable feeder threads
- Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 0b459fb2 (ffmpeg): log to stderr
- Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 AM Revision bcd3ce59 (ffmpeg): add callback for av_log
- Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 82e0be62 (ffmpeg): no need to print date anymore since done in http_log
- Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 AM Revision 9fd3442f (ffmpeg): use ctime1
- Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision 124ed1c0 (ffmpeg): print date in http_log
- Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision fa288df4 (ffmpeg): remove useless init
- Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision f69bb0cc (ffmpeg): merge declaration and init
- Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 2b9cd1e7 (ffmpeg): reindent
- Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision d2a1ea1d (ffmpeg): http or rtsp only support
- Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 3296409d (ffmpeg): fix open return check
- Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 AM Revision 0679719d (ffmpeg): fix feed_filename test, field is char [1024], patch by Erik Hovland, ...
- Originally committed as revision 13857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 54e5cf13 (ffmpeg): do not reset ffm pts, this avoids setting last pts to 0 and screwing ...
- Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 60a04f7f (ffmpeg): use av_seek_frame to flush demxu pending packets, fixes seeking, shou...
- Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/21/2008
- 09:15 AM Revision b453924f (ffmpeg): Extend documentation for AVOption.
- Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 AM Revision f8b06be9 (ffmpeg): free c->pb_buffer before overwriting it, fix memleak
- Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 AM Revision f7d321bc (ffmpeg): update reg ref due to r13851
- Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 AM Revision 4f0a942b (ffmpeg): return 1 when error during write frame, state changed
- Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision 8aae202e (ffmpeg): set default preload and max_delay for muxer to avoid mpeg ps muxer to...
- Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 AM Revision 177d2564 (ffmpeg): change bandwidth to unsigned
- Originally committed as revision 13849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 AM Revision 794ac28c (ffmpeg): remove useless init, logfilename is static
- Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 AM Revision acae1492 (ffmpeg): use http_log when log file is setup
- Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision 4e8f77ab (ffmpeg): always use stdout to log when running in debug mode
- Originally committed as revision 13846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 AM Revision b43bf8ac (ffmpeg): rescale duration when outputting packet
- Originally committed as revision 13845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 AM Revision 050056d0 (ffmpeg): log accept error
- Originally committed as revision 13844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision b4befb99 (ffmpeg): use http_log when log file is setup
- Originally committed as revision 13843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 AM Revision 0dc17c21 (ffmpeg): upgrade bandwidth config to use int64_t, raise limit
- Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 AM Revision 1ad8289e (ffmpeg): upgrade bandwidth to uint64_t
- Originally committed as revision 13841 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 AM Revision 9507a12e (ffmpeg): add static
- Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/20/2008
- 08:46 PM Revision 072f66c9 (ffmpeg): Do not write junk in the end of truncated files. FATE
- ra144 test will probably need to be updated.
Originally committed as revision 13839 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:22 PM Revision ade8d8b9 (ffmpeg): uniformize AVStream->priv_data freeing in av_close_input_stream
- Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision ccafd472 (ffmpeg): factorize read_header failure freeing code
- Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 AM Revision 6919e54c (ffmpeg): Check if there is at least a stream before writing trailer.
- Patch by Art Clarke: aclarke vlideshow com
Originally committed as revision 13836 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/19/2008
- 11:25 PM Revision 9b64a036 (ffmpeg): remove useless close funcs
- Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 2562ccb3 (ffmpeg): remove useless close func
- Originally committed as revision 13834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 6a862b49 (ffmpeg): remove useless close func
- Originally committed as revision 13833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision 9f5d3b13 (ffmpeg): ffm has no per stream priv_data anymore
- Originally committed as revision 13832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision d45bad6c (ffmpeg): Add a "Status stream" section in ffserver-doc.texi.
- Originally committed as revision 13831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision 5116b92d (ffmpeg): Misc cosmetics
- Originally committed as revision 13830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision e7782578 (ffmpeg): Remove useless comment
- Originally committed as revision 13829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 509f8ea2 (ffmpeg): Last table renaming
- Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision b845df11 (ffmpeg): Yet more table renaming
- Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 6e05a766 (ffmpeg): 10l: fix typo
- Originally committed as revision 13826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision a632f44e (ffmpeg): More table renaming
- Originally committed as revision 13825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 PM Revision a2d10dd8 (ffmpeg): Rename table
- Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision 98cc8e18 (ffmpeg): Rename vars: s/decsp/out/
- Originally committed as revision 13823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision ea4b6966 (ffmpeg): Rename function
- Originally committed as revision 13822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 PM Revision bba35fda (ffmpeg): Rename var
- Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision edc724b8 (ffmpeg): fix dependency generation
- Originally committed as revision 13820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 9e6165b5 (ffmpeg): enable version.h to be created from subdirs
- Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 AM Revision 74d94417 (ffmpeg): Do not shift F[I] twice, it is also clearer and smaller now.
- Originally committed as revision 13818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision 50c52d22 (ffmpeg): Factorize c->ap += (-c->ap) >> 4 out
- Originally committed as revision 13817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 0e0d6cfd (ffmpeg): Get rid of G726Tables.bits.
- Originally committed as revision 13816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 05c9f351 (ffmpeg): Copy 4 pointers to avid dozends of ptr dereferences.
- Originally committed as revision 13815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision fc234250 (ffmpeg): Does not need to be int16.
- Originally committed as revision 13814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision e9174641 (ffmpeg): Fix neverending loop which might happen when sending high-bitrate MPEG2
- video over RTP
Originally committed as revision 13813 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:29 AM Revision cb26c9d6 (ffmpeg): Factorize I >> (c->tbls->bits - 1) out.
- Originally committed as revision 13812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 747d1b87 (ffmpeg): Improve an lclenc.c error message in case of unsupported input pixel
- format.
Originally committed as revision 13811 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:02 AM Revision 73ff4f83 (ffmpeg): 1 abs() less
- Originally committed as revision 13810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 AM Revision dca21085 (ffmpeg): Cosmetics: s/stats/status/ in ffserver.c.
- Originally committed as revision 13809 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/18/2008
- 09:48 PM Revision f26a60a0 (ffmpeg): Add an "How does it work" section in ffserver-doc.texi.
- Originally committed as revision 13808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision 4714776b (ffmpeg): simplify
- Originally committed as revision 13807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 673a64b8 (ffmpeg): useless ()
- Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision 428c82cb (ffmpeg): remove unneeded tr == 0
- Originally committed as revision 13805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 PM Revision e079a1c9 (ffmpeg): simplify
- Originally committed as revision 13804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision c79c1a01 (ffmpeg): Get rid of the redundant AVG726Context.
- Originally committed as revision 13803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision ef4c5c6d (ffmpeg): Remove the truncated bitstream handling from our g726 decoder.
- The stuff belongs in a parser.
Originally committed as revision 13802 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:03 AM Revision 25176d6e (ffmpeg): Parse 'dats' as data.
- Patch by Florian Echtler: floe butterbrot org
Originally committed as revision 13801 to svn://svn.ffmpeg.org/ffmpeg/... - 08:30 AM Revision e3ec60d8 (ffmpeg): free private streamcontext when closing demuxer, fix memory leak, pat...
- Originally committed as revision 13800 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/17/2008
- 02:42 PM Revision 28215b37 (ffmpeg): convert DOS-style carriage return to Unix-style
- Originally committed as revision 13799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision a0e5830a (ffmpeg): Change iquant tables to int16.
- Originally committed as revision 13798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 6aa37bcf (ffmpeg): simplify
- Originally committed as revision 13797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision cf409a6f (ffmpeg): Get rid of useless wrapper function.
- Originally committed as revision 13796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision 44555f09 (ffmpeg): Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.
- Originally committed as revision 13795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 88643f39 (ffmpeg): Cosmetics: display ffmpeg -h generic advanced options just after
- generic non-advanced options.
Originally committed as revision 13794 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:09 AM Revision 170efe1f (ffmpeg): Do not inline g726_iterate() the function is big so its inlining will
- not help speedwise IMHO.
.o size changes from 70k -> 49k
Originally committed as revision 13793 to svn://svn.ffmpeg....
06/16/2008
- 11:57 PM Revision aeaa7c3d (ffmpeg): Replace i2f(0) by the actual thing done, gcc is not an optimizing com...
- a little over 1kb smaller .o
Originally committed as revision 13792 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:53 PM Revision 81120754 (ffmpeg): Remove redundant zeroing (the context is memset(0)).
- Originally committed as revision 13791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 PM Revision e3cafac6 (ffmpeg): Use smaller data types for tables.
- Originally committed as revision 13790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision deec52cc (ffmpeg): Float11 does not need int, .o file becomes smaller and the code might
- be faster.
Originally committed as revision 13789 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:31 PM Revision 7d7a9e7f (ffmpeg): simplify
- Originally committed as revision 13788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision aca49077 (ffmpeg): Correct validity checks.
- Originally committed as revision 13787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:20 PM Revision 8b470cc5 (ffmpeg): Print sane error message for channels != 1.
- Originally committed as revision 13786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 PM Revision 35d0e16b (ffmpeg): Check number of bits so we do not try to use table entries which do n...
- Originally committed as revision 13785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 8161c28c (ffmpeg): Support decoding of sample_g726.asf.
- Originally committed as revision 13784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision ded4241b (ffmpeg): matroskadec: remove some useless code
- Originally committed as revision 13783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 6dfcdc00 (ffmpeg): get_bits() outputs exactly as many bits as requested no need to mask ...
- Originally committed as revision 13782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 PM Revision f6ec220c (ffmpeg): Remove dead code.
- Originally committed as revision 13781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision 25cd5cb3 (ffmpeg): Generate pkg-config files in each library subdirectory so that they do
- not clutter the root of the source tree.
Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:02 PM Revision ef3efa0d (ffmpeg): Don't show advanced subtitle options within the ffmpeg -h generic
- advanced options.
Originally committed as revision 13779 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:00 AM Revision fb74bc43 (ffmpeg): Don't show subtitle and grab options within the ffmpeg -h generic opt...
- Originally committed as revision 13778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 AM Revision bc2869f6 (ffmpeg): Fix an example command in ffserver-doc.texi.
- Originally committed as revision 13777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 AM Revision b11829a9 (ffmpeg): Add missing #includes to fix 'make checkheaders'.
- Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/15/2008
- 06:01 PM Revision 66b26265 (ffmpeg): fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
- Originally committed as revision 13775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision 40f8675c (ffmpeg): set correct ftyp minor version for 3gp/2
- Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/14/2008
- 09:12 PM Revision 6ba9ed95 (ffmpeg): invert mode_mov condition
- Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 PM Revision d3e47832 (ffmpeg): simplify
- Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 3473ca9a (ffmpeg): change 3gp/3g2 brands if h264 is present
- Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision cd70d17f (ffmpeg): simplify ipod brand selection
- Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 PM Revision 7b0fb8b7 (ffmpeg): fix warning, write_ftyp return int now
- Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 83579084 (ffmpeg): put avc1 brand in compat list when h264 is present
- Originally committed as revision 13768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom