Activity
From 01/30/2010 to 02/28/2010
02/28/2010
- 11:54 PM Revision 8897b247 (ffmpeg): Remove some unneeded fill_rectangle() for 16x16 blocks.
- Originally committed as revision 22124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 11a74f36 (ffmpeg): Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of
- assuming getaddrinfo will have done this.
Originally committed as revision 22123 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:31 PM Revision a34fc5e2 (ffmpeg): Make our getaddrinfo implementation initialize "struct addrinfo" return
- value to NULL on errors.
Originally committed as revision 22122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:49 PM Revision 27dbc47c (ffmpeg): Plug some memory leaks in NUT muxer and demuxer
- Originally committed as revision 22120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision fee6faa2 (ffmpeg): Implement av_tree_destroy_free_elem() to destroy a tree and free all the
- values stored on it.
Originally committed as revision 22119 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:58 PM Revision a882cf9c (ffmpeg): Make av_build_filter static (and remove av_): It is not used outside ...
- Originally committed as revision 22118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 406aa93f (ffmpeg): Make av_get_bit_rate() static and remove av_, the function is only used
- inside libavcodec/utils.c.
Originally committed as revision 22117 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:03 PM Revision 88f83607 (ffmpeg): Include libxvid_internal.h: It contains the prototype for av_tempfile().
- Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 30f76824 (ffmpeg): Make the following functions static (and remove ff_), they are only used
- inside libxvidff.c:
ff_xvid_encode_init(), ff_xvid_encode_frame(), ff_xvid_encode_close()
Originally committed as re... - 06:50 PM Revision 5dfa637c (ffmpeg): Make function get_channel_name() static: It is only used in audioconv...
- Originally committed as revision 22114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision 82f50f82 (ffmpeg): Print chapter info in dump_format().
- Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 22113 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision 7c994c36 (ffmpeg): Process picture aspect ratio changes in H.264.
- This fixes playback of such streams with ffplay (but does not affect
current ffmpeg).
Patch by Janusz Krzysztofik, j... - 04:40 PM Revision 5692ed3a (ffmpeg): Many mp3s seem to contain padding after id3 tags that is not consider...
- tag size. Skip this to make the format probing quicker.
Originally committed as revision 22111 to svn://svn.ffmpeg.o... - 11:18 AM Revision f2e033ac (ffmpeg): Free packets read in seek_test.
- Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 AM Revision f65919af (ffmpeg): Rename RTP depacketizer files from rtp_* to rtpdec_*
- Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision c7ff04e2 (ffmpeg): Fix some memory leaks in seek_test test program:
- - do not allocate context twice
- close the input file before exiting
Originally committed as revision 22108 to svn:... - 03:59 AM Revision 1e6365b3 (ffmpeg): Include rtpdec.h, it contains prototypes for the following functions:
- rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles()
Originally committed as revision 22107 to svn://s... - 03:52 AM Revision 4443c0e9 (ffmpeg): Include internal.h and imgconvert.h, they contain the prototypes for the
- following functions:
ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(),
ff_fill_pointer(), ff_get_... - 03:41 AM Revision ccd17ea1 (ffmpeg): Include msrledec.h: It contains the prototype for ff_msrle_decode().
- Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 AM Revision 862715d3 (ffmpeg): Include atrac.h: It contains the prototypes for atrac_generate_tables()
- and atrac_iqmf().
Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:27 AM Revision c6e1599b (ffmpeg): Include mpegaudiodecheader.h: It contains the prototype for
- ff_mpegaudio_decode_header().
Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:02 AM Revision 770128c4 (ffmpeg): Remove declaration of unused variables.
- Originally committed as revision 22102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 AM Revision dacd7842 (ffmpeg): Include h263_parser.h: It contains the prototype for
- ff_h263_find_frame_end().
Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 AM Revision dd6c2534 (ffmpeg): Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_pictu...
- Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 0fcbcad1 (ffmpeg): Include sha1.h from sha.c: It contains several prototypes.
- Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 AM Revision 627686e6 (ffmpeg): Make sws_dcVec static: It is only used inside libswscale/utils.c.
- Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:04 AM Revision dda8fc6a (ffmpeg): Include avc.h from avc.c: It contains several prototypes.
- Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 AM Revision 998257bd (ffmpeg): Make mp4_read_descr static: It is only used inside libavformat/mov.c.
- Originally committed as revision 22097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision c53ffb2c (ffmpeg): Include apetag.h which contains the prototype for ff_ape_parse_tag().
- Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2010
- 09:13 PM Revision eb285cfe (ffmpeg): Fix avcodec_align_dimensions to return values suitably aligned for FL...
- with SSE and add a avcodec_align_dimensions2 taht returns the stride alignment
requirements independently from doing ... - 05:47 PM Revision c0e5c5ce (fifo): initial commit
- 03:25 PM Revision 1d536203 (ffmpeg): Stop make deleting intermediate files (ffmpeg.o and friends)
- Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 8590e6d5 (ffmpeg): Strides in Indeo 5 reconstruction filter should be signed,
- this way it works on 64-bit archs too.
Patch by Jindřich Makovička ($lastname without last letter and háček, gmail)
... - 12:32 PM Revision e322aace (ffmpeg): Encapsulate VLC information needed for decoding blocks and macroblock...
- Indeo 5 into single structure IVIHuffTab and factorize code using it.
Based on patch by Maxim (max_pole at German GM... - 12:12 PM Revision 4982a77e (ffmpeg): Make it clear that ff_ivi_init_static_vlc() does not need arguments
- Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 185a885b (ffmpeg): add myself to gpg fingerprint list
- Originally committed as revision 22089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 20f5c9d1 (ffmpeg): sort() names in PGP/GPG fingerprint list
- Originally committed as revision 22088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 AM Revision ce9c6916 (ffmpeg): Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup
- Originally committed as revision 22086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision 82fb5bb2 (ffmpeg): Split *_type setting up, 4 cpu cycles faster.
- Originally committed as revision 22085 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2010
- 10:45 PM Revision 821fe7f3 (ffmpeg): Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
- patch by Zhou Zongyi @ zhouzy () os punkt pku dot edu speck cn
Originally committed as revision 22084 to svn://svn.f... - 06:50 PM Revision 4e06acbd (ffmpeg): Fixed a segfault in the DCA decoder with corrupted streams.
- It happens when the number of channels defined by DCAContext:acmod is lower
than DCAContext:prim_channels. In this ca... - 06:12 PM Revision 4784b092 (ffmpeg): Do not read beyond end of input in EA-TGV. This should avoid FATE tes...
- result depending on uninitialized data.
FATE result may change for this test.
Originally committed as revision 2208... - 04:21 PM Revision 50ff78db (ffmpeg): RTSP muxer: Use a local copy of the AVPacket for sending to the chain...
- This way, we avoid overwriting stream_index in the user's AVPacket
with a nonsense value.
Originally committed as re... - 03:26 PM Revision cf41a02b (ffmpeg): Only load the topleft mv/ref when the topright is unavailable.
- 8 cpu cycles faster.
Originally committed as revision 22079 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:11 PM Revision 005954ae (grapes): New topology manager interface, to support metadata
- 03:10 PM Revision 03e241dd (grapes): Fix a const-related warning
- 03:03 PM Revision cf7b67bc (ffmpeg): Remove some useless operations from the code setting left_cbp.
- maybe 0.5 cpu cycles faster
Originally committed as revision 22078 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:46 PM Revision 6abda15f (ffmpeg): Prevent overflow of start_time + recording_time.
- Patch by Francesco Cosoleto gmail($name)
Originally committed as revision 22077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:51 AM Revision be707647 (ffmpeg): Add myself as maintainer of the bink demuxer and bink audio decoder
- Originally committed as revision 22075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision a9d7dd3b (streamers): Use a proper nodeID dtor
- 09:13 AM Revision 59b5370f (ffmpeg): Simplify code to set cbp_*
- this seems 1 cpu cycle slower even though we practically just remove code.
Speed loss seems caused by the merge of if... - 08:55 AM Revision 58184187 (ffmpeg): Fix typos in ref_index documentation.
- Originally committed as revision 22072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 AM Revision 747db4e3 (ffmpeg): Move init of right side of ref_cache from fill_caches() to init_the_d...
- Originally committed as revision 22071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 AM Revision 77c6edb8 (ffmpeg): Remove 3 mv_cache zeroing instructions that zeroed the right side.
- This seems unneeded as nothing seems to ever set it to non zero values.
Originally committed as revision 22070 to sv... - 01:38 AM Revision 8f8497ae (ffmpeg): Remove useless check of the 2 left MBs of a pair being in the same sl...
- Originally committed as revision 22069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision f57a5dcd (ffmpeg): Clarify ref_index.
- Originally committed as revision 22068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 6e2fe0f2 (ffmpeg): Remove unneeded line of code from the neighbor setting code in h264.
- Originally committed as revision 22067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision aa5ee59e (ffmpeg): Simplify code in mv_pred.
- Not benchmarked as this is petty much just code removial.
Originally committed as revision 22066 to svn://svn.ffmpeg...
02/25/2010
- 11:44 PM Revision 358b5b1a (ffmpeg): Get rid of mb2b8_xy and b8_stride, change arrays organized based on b...
- ones based on mb_stride in h264.
about 20 cpu cycles faster overall per MB
Originally committed as revision 22065 to... - 11:27 PM Revision f3a572ca (ffmpeg): Disable suffix rules
- Most of the make builtin rules, which we do not need, are suffix rules,
and we use only new-style pattern rules. Dis... - 10:10 PM Revision 43e498bb (grapes): Move config.* to a more generic place
- 10:03 PM Revision f9d6272b (grapes): Build one single library by default
- 10:00 PM Revision 9a686bca (grapes): Convert two Makefiles I forgot...
- 09:31 PM Revision 1dc5a683 (grapes): Merge branch 'makefiles'
- 09:29 PM Revision 5731f27d (grapes): Fix the tests Makefile
- 09:26 PM Revision 5618ba78 (grapes): Merge remote branch 'origin/makefiles'
- Conflicts:
som/ChunkBuffer/Makefile - 09:21 PM Revision 479e1e61 (ffmpeg): Remove pointless empty line.
- Originally committed as revision 30730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:12 PM Revision 8ebed38e (ffmpeg): Apply consistency nit.
- Originally committed as revision 30729 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:07 PM Revision 69981957 (grapes): Fix some errors spotted by valgrind (happening when we search for non...
- 09:07 PM Revision 174b1e56 (grapes): Make valgrind happy
- 08:55 PM Revision 8ae83f37 (grapes): Add a test for config.c
- 08:27 PM Revision 5728d758 (grapes): Merge remote branch 'origin/nodeid-dtor'
- Conflicts:
som/TopologyManager/nccache.c - 08:25 PM Revision e7bf8c8e (grapes): Merge branch 'copyright'
- 08:24 PM Revision 8ab58ec7 (grapes): Copyrights
- 07:55 PM Revision 11ab237e (ffmpeg): Add the graph2dot tools and document it.
- Also link avfiltergraph.o and graphparser.o against libavfilter, as it
uses them.
Originally committed as revision 2... - 07:38 PM Revision 9c16add6 (ffmpeg): Replace not anymore valid syntax "-title X" with "-metadata title=X".
- Originally committed as revision 22062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 3b606e71 (ffmpeg): svq3 now in working condition, at least vissually, ill let fate tell us
- if the checksums match
Originally committed as revision 22061 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:39 PM Revision fc7f7f17 (ffmpeg): fix compilation, sorry ive not checked cvslog for a while :(((
- svq3 decoder does not work yet though but i didnt want to keep compilation
broken longer
Originally committed as rev... - 04:59 PM Revision cba2f6d5 (ffmpeg): asfenc: write tags in proper UTF-16.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22059 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:50 PM Revision a677078e (ffmpeg): asfenc: simplify writing of comment header.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22058 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:38 PM Revision e4ea625a (ffmpeg): asfdec: don't strip the "WM/" prefix, this should be done during conv...
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22057 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision 36b54927 (ffmpeg): Dont allocate direct_table 8 times too large.
- Originally committed as revision 22056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 5e350863 (ffmpeg): Store data in direct_table interleaved.
- seems 20cpu cycles faster
Originally committed as revision 22055 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:54 PM Revision 013202d7 (ffmpeg): Simplify intra4x4_pred_mode_cache init.
- Originally committed as revision 22054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 PM Revision 662a5b23 (ffmpeg): Reorder intra4x4_pred_mode so that we can read/write 4 values at once.
- 3-7 cpu cycles faster
Originally committed as revision 22053 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:02 PM Revision 5b0fb524 (ffmpeg): Store intra4x4_pred_mode per row only.
- about 5 cpu cycles slower in the local code but should be overall faster
due to reduced cache use. (my sample though ... - 12:51 PM Revision c2186cbd (ffmpeg): unroll tiny and trivial loop. Same speed but clearer.
- Originally committed as revision 22051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision a5517dcc (ffmpeg): asf: indent.
- Patch from Anton Khirnov wyskas gmail com
Originally committed as revision 22050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 AM Revision 9b54f432 (ffmpeg): asf: add more entries to metadata conv table.
- Patch from Anton Khirnov wyskas gmail com
Originally committed as revision 22049 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 AM Revision e1c88a21 (ffmpeg): Cut the size of mvd_table by yet another factor of 2.
- The code read/write code itself was 1 cycle faster, overall its
likely more due to cache effects
Originally committe... - 02:42 AM Revision d43c1922 (ffmpeg): Keep mvd_table values of only 2 mb rows.
- Originally committed as revision 22047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision b6a41853 (ffmpeg): 10l: add prefix "TAG:" to the metadata tags key showed for each stream.
- This is consistent with the metadata displaying in show_format() and
with the documentation.
Originally committed as... - 12:05 AM Revision 912dd63e (ffmpeg): Cosmetics: replace "filename" to "arg" for the name of the argument of
- opt_input_file(). More consistent and more clear, as "filename" can be
easily confused with the global "input_filenam...
02/24/2010
- 11:56 PM Revision c4a90caa (ffmpeg): aac: Keep decode_band_types() from eating all padding at the end of a...
- Due to a shortcoming in the AAC specification, if an all zero buffer is
fed to section data decoding it will never te... - 11:52 PM Revision 33147993 (ffmpeg): Extend doxy for the src parameter of av_fifo_generic_write().
- @patchby Tomas Härdin |tomas dot hardin at codemill dot se|
Originally committed as revision 22043 to svn://svn.ffmp... - 10:13 PM Revision 09ef1ace (ffmpeg): 3rd and hopefully last 100l fix.
- Originally committed as revision 22041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 3393bff1 (ffmpeg): Fix doxy and assert().
- Originally committed as revision 22040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision 377fc38d (ffmpeg): Try to fix 100l compilation failure on some systems.
- Originally committed as revision 22039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision b5bd0700 (ffmpeg): Change mvd_cache & mvd_table to 8bit, this is overall a bit faster
- for high resolution videos.
about 20cycles faster per MB for cathederal.
Originally committed as revision 22038 to s... - 08:38 PM Revision 8ef4e65e (ffmpeg): AV_COPY16() & AV_ZERO16()
- Originally committed as revision 22037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision f3ea29bf (ffmpeg): Extend fill_rectangle() support for 16bit
- Originally committed as revision 22036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 81b5e4ee (ffmpeg): Calculate mvd without abs()
- same speed (ask gcc why, i dont know)
Originally committed as revision 22035 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:19 PM Revision fce44489 (ffmpeg): Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in...
- metadata system.
Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22034 to svn://svn.ffm... - 06:17 PM Revision a106d411 (ffmpeg): Don't add WM prefixes to all written ASF tags.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22033 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:16 PM Revision 855a1ba5 (ffmpeg): switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.
- Originally committed as revision 22032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision 531d8fa3 (ffmpeg): Eliminate put_str16().
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22031 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 PM Revision ae529ddb (ffmpeg): Add PUT_UTF16() macro.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22030 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision 01b35be1 (ffmpeg): Factorize common code from the top of decode_cabac_mb_mvd()
- 10-15 cpu cycles faster.
Originally committed as revision 22029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision 61648423 (ffmpeg): Mention that metadata tags are (unvalidated) UTF-8.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22028 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:16 PM Revision 6d0155c7 (ffmpeg): Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
- same speed as far as i can meassure but it might have fewer branches on some
archs.
Idea from x264 / jason
Originall... - 02:45 PM Revision bc77fce6 (ffmpeg): Clear freed pointer in ffplay.c.
- Fixes a crash when audio stream is cycled twice.
Originally committed as revision 22026 to svn://svn.ffmpeg.org/ffmp... - 01:12 PM Revision 90332deb (ffmpeg): Replace ad-hoc fill rectangle by fill_rectangle().
- Originally committed as revision 22025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision d2df291f (ffmpeg): ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
- MPV_common_init(), so calling both is redundant and leads to memory
leaks in WMV3/VC-1 decoder. Thus use only the fir... - 11:51 AM Revision 601e74d3 (ffmpeg): it is not necessary to display the decoder name, as av_log() automati...
- Originally committed as revision 22023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision dd80be5b (ffmpeg): low-complexity Bink file seeking
- Originally committed as revision 22022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision 7e276c85 (ffmpeg): set AVINDEX_KEYFRAME correctly for bink
- Originally committed as revision 22021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 8d819221 (ffmpeg): Correctly increment continuity_counter in PCR packets.
- Patch by Yann Coupin, yann.coupin+ffmpeg gmail
Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg... - 07:34 AM Revision 6538c0f1 (ffmpeg): asfdec: skip byte array tags.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22019 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 AM Revision 27e74927 (ffmpeg): asfdec: add a debug message about skipped tags.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22018 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:32 AM Revision 47794b9d (ffmpeg): asfdec: fix a memleak.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22017 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:31 AM Revision 514b73cf (ffmpeg): asfdec: only unicode tags must have even length.
- Patch from: Anton Khirnov wyskas gmail
Originally committed as revision 22016 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:27 AM Revision 43382b5f (ffmpeg): Introduce metadata conversion table for NUT muxer and demuxer.
- Patch by Anton Khirnov (wyskas, do no evil mail)
Thread "[PATCH] nut metadata conversion table"
Originally committed... - 06:14 AM Revision c8c0ac6b (ffmpeg): FFprobe: take only one input file.
- Originally committed as revision 22014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision 9127a369 (ffmpeg): Replace /2 by faster >>1 as the mvd values are now all positive.
- Originally committed as revision 22013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 AM Revision 5c34e36a (ffmpeg): Remove unused variable. Seems i forgot to commit this.
- Originally committed as revision 22012 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2010
- 11:41 PM Revision a15fdd7c (ffmpeg): Attempt to fix issue1728 and regression of issue203
- Originally committed as revision 22011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision b8c93c48 (ffmpeg): Set ist->pts to something that isnt guranteed to entangle itself with...
- Originally committed as revision 22010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision fc298fd9 (ffmpeg): Add -Wmissing-prototypes to CFLAGS if available.
- Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision 9f7490a0 (ffmpeg): Also favor streams with more packets in ffplay.
- Originally committed as revision 22008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 256ab3ed (ffmpeg): Dont modify wanted_stream.
- Originally committed as revision 22007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 5b369983 (ffmpeg): replace wanted_*_stream by wanted_stream[CODEC_TYPE]
- Originally committed as revision 22006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 8790961d (ffmpeg): mlp_parser: Fix memleak.
- ff_combine_frame() is called, which allocates ParseContext->buffer if needed,
so ff_parse_close() must be called to f... - 04:49 PM Revision d7a4961e (ffmpeg): vfwcap: support MJPG compressed streams.
- Patch by Nash Tsai <nash dot tsai at gmail dot com>
Originally committed as revision 22004 to svn://svn.ffmpeg.org/f... - 04:46 PM Revision f1d5a1f2 (ffmpeg): Reorder buffer debug. Also print out if slice was buffered.
- Originally committed as revision 30722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:46 PM Revision 6625a3de (ffmpeg): Replace *_index by st_index[codec_type].
- Originally committed as revision 22003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision 247e3954 (ffmpeg): Favor streams with more packets if the user did not specify what she ...
- Fixes issue1156
Originally committed as revision 22002 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:29 PM Revision ab392695 (ffmpeg): Count all frames with codec_info_nb_frames not just ones with non zero
- duration. I hope this breaks nothing. Its needed for my fix of issue1156
Originally committed as revision 22001 to s... - 04:12 PM Revision d962706f (ffmpeg): Cosmetics: break all Makefile lines at 80 columns or less
- Originally committed as revision 22000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 6d3d3b83 (ffmpeg): Redesign opt_programid code.
- Its now possible to also select programs per input file and there is
less code duplication.
Originally committed as ... - 03:07 PM Revision 6c6e6ef5 (ffmpeg): Put codec_info_nb_frames back in AVStream and print its value.
- This way streams with no or very few frames can be avoided during
auto selection
Originally committed as revision 21... - 12:14 PM Revision fc323a54 (ffmpeg): Clarify non constness of src in av_fifo_generic_write()
- Originally committed as revision 21997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 AM Revision 02cd6f54 (ffmpeg): Set video stream duration for Bink demuxer
- Originally committed as revision 21996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 AM Revision 93993933 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision b62c65f2 (ffmpeg): Bink audio pts starts at 0, not reported_size
- Originally committed as revision 21994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision c8c77d8d (ffmpeg): Use reported_size to truncate final Bink Audio frame
- Originally committed as revision 21993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 AM Revision 589760c6 (ffmpeg): Fix iff demuxer dependencies
- Originally committed as revision 21992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 3dfd81e6 (ffmpeg): Fix vc1 parser dependencies
- Originally committed as revision 21991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 AM Revision 0802cb85 (ffmpeg): Fix h264 parser dependencies
- Originally committed as revision 21990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision 401903dc (ffmpeg): Fix mpeg4video parser dependencies
- Originally committed as revision 21989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 5c9b9c99 (ffmpeg): Fix wmv2 encoder dependencies
- Originally committed as revision 21988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 AM Revision 818a4a64 (ffmpeg): Fix gif encoder dependencies
- Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision fa725249 (ffmpeg): Fix snow encoder dependencies
- Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 AM Revision 19ecfb8a (ffmpeg): Fix svq1 encoder dependencies
- Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 AM Revision 60819e69 (ffmpeg): 10l trocadero: Indeo 5 decoder did not free custom VLCs for macrobloc...
- block decoding at exit, so prevent that memory leak now.
Originally committed as revision 21983 to svn://svn.ffmpeg.... - 07:07 AM Revision 4f974de6 (ffmpeg): Decode alpha plane in Bink video
- Originally committed as revision 21982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision bf0d54a3 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 21981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 AM Revision 54d4c0de (ffmpeg): Move plane decoding code into separate function in Bink decoder
- Originally committed as revision 21980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 AM Revision ba3e8214 (ffmpeg): Bink video decoder now can use extradata to detect alpha plane presence
- Originally committed as revision 21979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision a45972a8 (ffmpeg): Make Bink demuxer pass video flags to decoder
- Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision 2fc492d8 (ffmpeg): Declare indeo VLC table storage with correct type
- Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision db8cb47d (ffmpeg): Try to set has_b_frames in codec init if we know everything alraedy.
- This fixes some issues with the first few timestamps.
Originally committed as revision 21976 to svn://svn.ffmpeg.org... - 01:07 AM Revision 9855b2e3 (ffmpeg): Move extradata reading code into codec init instead of doing it
- in read frame.
Originally committed as revision 21975 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:35 AM Revision 3307e6ea (ffmpeg): Prefix non-static RTSP functions with ff_.
- Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2010
- 10:21 PM Revision fc5607f8 (ffmpeg): Make -benchmark also print the maximum memory usage if possible.
- Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision b7884740 (ffmpeg): Make sure mp1/mp2 get their frame_size set.
- Fixes issue1696
Originally committed as revision 21972 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:28 PM Revision 6f5a3d0a (ffmpeg): Add an RTSP muxer
- Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision f86f6656 (ffmpeg): Free metadata in chained RTP muxers in the RTSP muxer
- This fixes a minor memory leak
Originally committed as revision 21970 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:47 PM Revision af037f80 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 15ba2315 (ffmpeg): Add declarations and doxygen documentation of generic rtsp support fu...
- to rtsp.h, and make the functions non-static
Originally committed as revision 21968 to svn://svn.ffmpeg.org/ffmpeg/t... - 04:11 PM Revision 2efc97c2 (ffmpeg): Cosmetics: reindent after applying patches
- Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 35cfd646 (ffmpeg): Don't follow RTSP redirects when used as a muxer
- Originally committed as revision 21966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 3e24c770 (ffmpeg): Add a function rtsp_setup_output_streams for announcing the SDP
- and setting up the internal RTSPStream data structures when using
the RTSP code in muxer mode.
Originally committed ... - 03:46 PM Revision fd450a51 (ffmpeg): Create AVFormatContext objects as private transport for output RTSP s...
- Originally committed as revision 21964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 1d6065ad (ffmpeg): Make Bink decoder able to skip alpha plane
- Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision 9068f36d (ffmpeg): Macroblock and block Huffman code sets are to be used by both Indeo 4...
- Indeo 5, so make them global and move their initialization to the common place
as well. And fix static VLC initializa... - 12:35 PM Revision bb29fee3 (ffmpeg): Make Bink decoder to stop decoding planes after all bits are used.
- This prevents crashes during decoding grayscale Bink files like
samples from Impossible Creatures game demo.
Origina... - 12:28 PM Revision 33bc7947 (ffmpeg): Make opt_default() print an error message and exit if the option
- supplied is not recognized.
Originally committed as revision 21960 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 PM Revision fb030bd0 (ffmpeg): Correct bundle lengths calculation for small Bink files.
- This fixes issue 1764.
Originally committed as revision 21959 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 PM Revision 9b3c455c (ffmpeg): ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
- Patch by Kostya, minor fixes by me.
Originally committed as revision 21958 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:19 AM Revision 0e5f33f2 (ffmpeg): Make sure a set r_frame_rate is not overriden by a guess.
- Also make sure we dont waste time in this case with collecting timestamps.
Originally committed as revision 21957 to... - 09:47 AM Revision f51674ff (ffmpeg): Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
- Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision 403c545d (ffmpeg): Attempt to fix the completely random values returned by ff_avc_find_s...
- Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision dd4a03f7 (ffmpeg): Revert "Suppress icc warnings about unknown attributes"
- This reverts r21884. Apparently people want those warnings.
Originally committed as revision 21954 to svn://svn.ffm... - 12:34 AM Revision ac73f1a8 (ffmpeg): ARM: change argument/return type of bswap_16() to unsigned 32-bit
- This avoids unnecessary masking otherwise added by the compilers.
Originally committed as revision 21953 to svn://sv... - 12:34 AM Revision a87b2f6d (ffmpeg): ARM: add missing preserve8 directives
- Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/21/2010
- 11:28 PM Revision 39261cd8 (ffmpeg): get/show_bits() can read up to MIN_CACHE_BITS bits
- The limit for get/show_bits_long() to use get/show_bits() directly
should be MIN_CACHE_BITS, not 17.
Originally comm... - 11:28 PM Revision 976d7bf7 (ffmpeg): Suppress armcc warnings about unknown attributes
- Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision acbb378d (ffmpeg): Fix timestamp association for mpeg2 field pictures.
- Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob
Originally committed as ... - 09:48 PM Revision 7cd7d19e (ffmpeg): Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
- Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 48960b8f (ffmpeg): Add zero_extend() function
- Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision 94a5218c (ffmpeg): More accurate value for log2(10)
- Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 0cb17649 (ffmpeg): Remove unused variable mb_xy.
- Patch by avcoder, ffmpeg gmail
Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision 1be784a2 (ffmpeg): Add support to an option -f which forces the format to use for opening
- the probed multimedia resource.
Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision 4fe3edaa (ffmpeg): AMR-NB floating-point based decoder.
- Code produced during SoC by Robert Swain and Colin McQuillan.
Originally committed as revision 21943 to svn://svn.ff... - 04:24 PM Revision f1b267dd (ffmpeg): Avoid using log2, it is not available everywhere.
- Should fix compilation on FreeBSD.
Originally committed as revision 21942 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision dd347568 (ffmpeg): Remove unused variable, fixes warnings of the type:
- libavcodec/h264.h:816: warning: unused variable `mb_xy'
Originally committed as revision 21941 to svn://svn.ffmpeg.o... - 03:11 PM Revision 769c4975 (ffmpeg): indent
- Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 4c4e7465 (ffmpeg): Avoid negative shifts in build_table()
- A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift ... - 02:41 PM Revision 044a950d (ffmpeg): Fix memory leak for truncated packets in idCin demuxer
- Originally committed as revision 21938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 342c7dfd (ffmpeg): Bink video decoder
- Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision 336ce917 (ffmpeg): Add FFprobe tool.
- This is a simplified / cleaned-up version of the SourceForge program:
http://sourceforge.net/projects/ffprobe/
Synta... - 11:35 AM Revision f05ef45c (ffmpeg): Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
- Originally committed as revision 21935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 8b9da8b5 (ffmpeg): Put all the options shared amongst the ff* tools under a dedicated
- section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 AM Revision 802da0b4 (ffmpeg): Indent.
- Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 AM Revision d68b27a9 (ffmpeg): VC1: fix missing include h263.h
- Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 6cb35b45 (ffmpeg): Simplify determing whether fragments are coded
- No measurable speed difference
Originally committed as revision 21931 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 AM Revision a8926476 (ffmpeg): Handle Theora's continued runs in superblock coding.
- This doesn't really matter yet since 4:2:0 1080p has only 3060 superblocks,
but larger resolutions or 4:4:4 1080p cou... - 12:10 AM Revision 855c720c (ffmpeg): Decode fully coded superblocks in the same manner as partial superblo...
- No speed difference, but it will simplify the special 4129 case.
Originally committed as revision 21929 to svn://svn... - 12:10 AM Revision ecb51b25 (ffmpeg): Make the special 4129 case for long-run bit strings a #define and exp...
- Originally committed as revision 21928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 33dbc1b7 (ffmpeg): Use memset to set the runs partially coded superblocks
- Much faster for long runs (e.g. nearly uncoded frames), slightly faster
for the general case.
Originally committed a...
02/20/2010
- 10:57 PM Revision bbdf0d22 (ffmpeg): Make sure we dont write more bytes into filename than the array is long.
- just a precaution in case the size of the source array is increased or
made dynamically allocateable.
Originally com... - 10:48 PM Revision 6a245905 (ffmpeg): Do not attempt to open references through absolute pathes.
- This would allow an attacker to test remotely if a local file exists.
Originally committed as revision 21925 to svn:... - 08:13 PM Revision e4a35244 (ffmpeg): Replace log2f(10) with a constant
- Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision c4f267ab (ffmpeg): Free encoder extradata in avcodec_close(). Should fix several small m...
- leaks when encoding (at least for asv, wma and aac).
Fix also issue 1577.
Originally committed as revision 21923 to... - 04:02 PM Revision 7ed63ca2 (ffmpeg): Add casts to correct return type in macros for missing libm funcs
- Originally committed as revision 21922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision da2a5fea (ffmpeg): x86_fft.o depends on MMX and FFT.
- Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 2897dc78 (ffmpeg): Delete avconfig.h on distclean
- Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b6fa8e35 (ffmpeg): Delete all test related files in testclean rule
- Originally committed as revision 21919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision cbdcf479 (ffmpeg): remove tables of codebook vector values which are contained in
- another table
Originally committed as revision 21918 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 PM Revision 8e339d4a (ffmpeg): Gcc attribute may_alias is not supported (or silently ignored) by all...
- Originally committed as revision 21917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision 2e519564 (ffmpeg): Do not leave uninitialized data in the packet in MPC demuxer. Should ...
- adding a demuxer test to FATE.
Originally committed as revision 21916 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2010
- 11:23 PM Revision 4280f9bb (ffmpeg): Split rtsp_read_header() into two functions, so that the main part (n...
- known as rtsp_connect()) can be used in the RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Origina... - 11:21 PM Revision e23d195d (ffmpeg): Split out input-specific parts of rtsp_read_header() into its own, new,
- function (rtsp_setup_input_streams()), as preparation for the upcoming
RTSP muxer.
Patch by Martin Storsjö <$firstna... - 11:13 PM Revision 30ff7c5c (ffmpeg): Only send out NAT-punching RTP/RTCP packets when we're in demuxer mod...
- don't send them when acting as a RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committ... - 11:11 PM Revision 69adcc4f (ffmpeg): Use mode=receive instead of mode=play if in RTSP muxer (instead of de...
- mode.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21912 to svn://svn.ffmpe... - 11:10 PM Revision 52aa4338 (ffmpeg): Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
- argument, so we can use AVFormatContext->* here in the future.
Patch by Martin Storsjö <$firstname $firstname st>.
... - 10:23 PM Revision 4689ac41 (ffmpeg): 16l trocadero: don't forget to free frame data buffer in APE decoder
- Originally committed as revision 21910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision ce8f750c (ffmpeg): WavPack demuxer also depends on APE tag parser
- Originally committed as revision 21909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 8cdfa474 (ffmpeg): Make Bink demuxer skip all zero audio tracks, not only the first one
- Originally committed as revision 21908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 7fa78f49 (ffmpeg): msmpeg4v* encoders depend on h263dec
- Originally committed as revision 21907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 8e25a3d6 (ffmpeg): Declare WMV1 decoder dependencies
- Originally committed as revision 21906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision df17dbf7 (ffmpeg): AEA demuxer requires raw.o for pcm_read_seek
- Originally committed as revision 21905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision 77ce6653 (ffmpeg): Declare CAF demuxer dependency on mpegaudio
- Originally committed as revision 21904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision e0ae3591 (ffmpeg): Fix compilation of binkaudio_rdft when dct is disabled
- Originally committed as revision 21903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 3a201bd0 (ffmpeg): remove a Huffman table from WMA which also exists in AAC
- Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision cdfc38f4 (ffmpeg): Fix memory leak for truncated frames
- Originally committed as revision 21901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision df2235a1 (ffmpeg): Fix memory leak for truncated frames
- Originally committed as revision 21900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 251f0504 (ffmpeg): Remove stale function declaration.
- Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21899 to svn://svn.ffmpeg.org/f... - 05:23 PM Revision f1c8e5aa (ffmpeg): Add missing dependency of TwinVQ
- Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision cc01ab90 (ffmpeg): remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
- Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision c02fd3d2 (ffmpeg): Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
- future use of the rtsp* codebase for RTSP muxing.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally co... - 02:06 PM Revision aa170ed6 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 21895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision 965828bb (ffmpeg): Since WavPack chunk can contain more samples than FFmpeg is guarantee...
- hold, decode it in several iterations outputting as many samples as possible.
Originally committed as revision 21894... - 08:59 AM Revision 458b1d7e (grapes): Add stub for bind_msg_type()
- 08:57 AM Revision f78d11cc (grapes): Remove another "const", this time for allowing refcounting
- 08:55 AM Revision 0567c2b4 (grapes): Due to ML crappines, the "to" parameter of sent_to_peer() cannot be c...
- 08:54 AM Revision 25a27886 (grapes): Include guards
- 08:51 AM Revision becf44ff (grapes): Make the net helper part of the officia GRAPES interface, by moving i...
- 08:26 AM Revision 245d5a48 (ffmpeg): Add the dependency for mpeg4audio.o of the ALS decoder.
- Originally committed as revision 21893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision a8c09ff2 (ffmpeg): Do sequential bit reading outside of []-operators.
- Originally committed as revision 21892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision f4f21608 (ffmpeg): WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependen...
- in Makefile
Originally committed as revision 21891 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:20 AM Revision 95c0d02d (ffmpeg): TOMI: 16- and 32-bit intreadwrite functions
- Originally committed as revision 21890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 AM Revision f4ce8531 (ffmpeg): get rid of an if() 1 cpu cycle faster.
- Originally committed as revision 21889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 AM Revision e69bfde6 (ffmpeg): Get rid of a local variable, 10 cpu cycles faster.
- Originally committed as revision 21888 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2010
- 11:37 PM Revision a305449d (ffmpeg): Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
- 4-8 cycles faster
Originally committed as revision 21887 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:07 PM Revision ddeb9cbc (grapes): SOM: fixed memory leak in TopologyManager
- 11:06 PM Revision 8d637124 (ffmpeg): Add some AAC buffer overread checks.
- Originally committed as revision 21886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 678c612d (grapes): Add a destructor for Node IDs
- 09:20 PM Revision b623d0cb (ffmpeg): Reindent and fix brace placement.
- Originally committed as revision 30643 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:17 PM Revision 22b6a24c (ffmpeg): Vertically align a list of comparisons in sws_getCachedContext().
- Originally committed as revision 30642 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:12 PM Revision 5a011d8b (ffmpeg): Merge two if conditions, allow to decrese the level of indentation of
- the block.
Originally committed as revision 30641 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 08:47 PM Revision 13887093 (ffmpeg): FFmpeg is a collective effort so allowing a single name in a banner is
- not nice/fair towards the community of developers.
Also this looks like the best way for resolving the debate about ... - 07:14 PM Revision b80218aa (ffmpeg): Suppress icc warnings about unknown attributes
- Originally committed as revision 21884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision 3cc3581d (ffmpeg): fix intra prediction modes with inter-MB neighbors,
- the old sample clips are in violation of the 2006 spec
Originally committed as revision 21883 to svn://svn.ffmpeg.or... - 04:27 PM Revision bf7c1719 (ffmpeg): Make RTMP client send bytes read report
- Originally committed as revision 21882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 19769ece (ffmpeg): H264: use alias-safe macros
- This eliminates all aliasing violation warnings in h264 code.
No measurable speed difference with gcc-4.4.3 on i7.
O... - 01:44 PM Revision f4a7434f (ffmpeg): Add alias-safe aligned AV_[RW]N macros
- Originally committed as revision 21880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 7a6053ef (ffmpeg): Use alias-safe types in AV_COPY/SWAP/ZERO macros
- Originally committed as revision 21879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 0c76e635 (ffmpeg): Use alias-safe types in AV_[RW] macros
- Originally committed as revision 21878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision d10458c9 (ffmpeg): Add alias-safe union typedefs
- Originally committed as revision 21877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision 024bf79f (ffmpeg): Simplify deblock_left/top condition for deblocking_filter=2
- Originally committed as revision 21876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision 90a5849e (ffmpeg): Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.
- Originally committed as revision 21875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 077a8d61 (ffmpeg): fix issue 1747
- Originally committed as revision 21874 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/17/2010
- 11:58 PM Revision 5e46be96 (ffmpeg): Move NEG_[US]SR32 macros to mathops.h
- Originally committed as revision 21873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision dc9e57a8 (ffmpeg): Fix sizeof()-statement to use the actual pointer type.
- Originally committed as revision 21872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision cd092849 (ffmpeg): Fix wrong buffer allocation for MCC in ALS.
- Originally committed as revision 21871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 43cfefaf (ffmpeg): Use stripped executable in regression tests
- Originally committed as revision 21870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 4f837398 (ffmpeg): configure: allow setting strip tool with --strip
- Originally committed as revision 21869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision fd10543e (ffmpeg): get_bits: Fix spelling and grammar in GET_VLC() comment.
- Originally committed as revision 21868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 1e2245c2 (ffmpeg): 10l: remove stray '(' I don't know where it came from
- Originally committed as revision 21867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 40d11227 (ffmpeg): Use LOCAL_ALIGNED macro for local arrays
- Originally committed as revision 21866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision e6a0c354 (ffmpeg): PPC and x86 support aligning variables on stack
- Originally committed as revision 21865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision d96cd429 (ffmpeg): Add LOCAL_ALIGNED() macro for declaring aligned local arrays
- Originally committed as revision 21864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 2480c390 (ffmpeg): Simplify some declarations of aligned arrays
- If DECLARE_ALIGNED_16 works on uint64_t it will work smaller types too.
Originally committed as revision 21863 to sv... - 07:24 PM Revision dfd017bf (ffmpeg): Add functions to send RTSP commands with content attached to them. Th...
- be used eventually in the RTSP muxer (see thread "[PATCH] RTSP muxer, round
3" on mailinglist).
Patch by Martin Stor... - 11:06 AM Revision a4849c71 (streamers): Merge commit 'origin/io_consolidation'
- Conflicts:
Chunkiser/input-stream-avs.c - 02:25 AM Revision 69a28f3e (ffmpeg): Move predict_field_decoding_flag() from h264.h to .c as its only used...
- there as well.
Originally committed as revision 21861 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:14 AM Revision 69cc3183 (ffmpeg): Move check for and call of predict_field_decoding_flag() from the mb ...
- the row code. This function would only be needed on a MB basis for MBAFF+FMO
Originally committed as revision 21860 ...
02/16/2010
- 11:43 PM Revision 59f733d1 (ffmpeg): 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
- Sadly this is just per slice so the speedup with normal files should be negligible.
Originally committed as revision... - 11:00 PM Revision fc78b0cb (ffmpeg): Remove first_rtcp_ntp_time. This is used to prevent overflow of the t...
- but doesn't actually do that. What's worse, it creates timestamp adjustments
that are different per stream within a s... - 10:50 PM Revision 9c8fa20d (ffmpeg): When using RTP-over-UDP, send dummy packets during stream setup, simi...
- what e.g. RealPlayer does. This allows proper port forwarding setup in NAT-
based environments.
Patch by Martin Stor... - 10:38 PM Revision fe74099a (ffmpeg): Rename the "enc" variable, which refers to the AVCodecContext of a
- decoder, to "avctx".
See the thread:
Subject: [FFmpeg-devel] [PATCH] enc is not a good name for a decoder context
Da... - 08:17 PM Revision f47a7cb7 (ffmpeg): Move read_line() and write_line() definition from pixdesc.h to
- pixdesc.c, which are now not anymore marked as static inline.
Fix the inclusion of the private header intreadwrite.h... - 07:26 PM Revision a636b58c (ffmpeg): Fix two problems (no idea how this ever worked):
- - the return value of url_open_dyn_*buf() is 0 on success, so using
if (!(res = url_open_dyn_*buf())) return res; ... - 06:25 PM Revision 4abd8514 (ffmpeg): Revert r21851.
- Originally committed as revision 21852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 298d2fd3 (ffmpeg): Don't return 0 if buffer setup failed. That signals the RTSP demuxer ...
- the packet was filled in, leading to virtually random behaviour in the
decoder later on. Instead, return a negative v... - 04:32 PM Revision ed7694d8 (ffmpeg): Set lavf identification string globally in av_write_header(), rather
- than inside the muxers. Remove special handling of "encoder" tags from
AVI and MP3 muxers.
Patch by Anton Khirnov <w... - 03:10 PM Revision 36b460c1 (grapes): SOM: added duplicate detection to TopologyManager cache_add
- 03:10 PM Revision 8b5b77bf (grapes): SOM: fixed memory leak in TopologyManager
- 03:09 PM Revision 8484348e (grapes): SOM: added chunkID_set_free
- 03:08 PM Revision 73ed9608 (grapes): SOM: added peer creation timestamp
- 03:05 PM Revision 7e887323 (grapes): Merge branch 'fixes'
- 02:48 PM Revision 11431599 (ffmpeg): Limit the Rice parameter used for progressive decoding in ALS.
- Originally committed as revision 21849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 85207e38 (ffmpeg): Add lsp.o as a dependency for wmavoice. This fixes a compilation erro...
- you disable lots of stuff (in particular other voice codecs) but leave
wmavoice enabled.
Patch by James Darnley <$fi... - 09:55 AM Revision 899605f1 (ffmpeg): Support IFF ANNO (annotation) chunk type
- Originally committed as revision 21847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision cbba8fec (ffmpeg): Support <8-bit ILBM uncompressed bitmaps
- Originally committed as revision 21846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 37a9719a (ffmpeg): 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()
- Originally committed as revision 21845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 5806e8cd (ffmpeg): Drop a few redundant slice_num checks.
- Originally committed as revision 21844 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2010
- 11:04 PM Revision 05307427 (ffmpeg): Drop compute_mb_neighbors() and move fill_decode_neighbors() up to ta...
- role.
Should be faster as this is a strict code removial.
Originally committed as revision 21843 to svn://svn.ffmpeg... - 10:07 PM Revision c1bb66ac (ffmpeg): Split setting neighboring MBs from fill_decode_caches()
- no speed change.
Originally committed as revision 21842 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision 83a6c1a6 (ffmpeg): Strings in extended content header are UTF16,
- so terminating NULLs are 2 bytes long, not 1.
Patch by Anton Khirnov, wyskas gmail
Originally committed as revision... - 09:14 PM Revision 4a3104a9 (ffmpeg): workaround for broken files created by previous versions of asfenc.
- Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 21840 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:22 PM Revision cf55f59d (ffmpeg): Simplify decode_cabac_mb_intra4x4_pred_mode().
- same speed
Originally committed as revision 21839 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:20 PM Revision f4060611 (ffmpeg): Merge decode_cabac_mb_type_b() into calling code.
- This avoids a conditional branch and is about 3 cpu cyclues faster.
Originally committed as revision 21838 to svn://... - 05:37 PM Revision 6713b6b1 (ffmpeg): Remove outdated comment.
- Patch by Maxim, max_pole gmx de
Originally committed as revision 21837 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:43 PM Revision 35122bd9 (ffmpeg): add heuristic to discern the old sample clips from streams encoded
- with rm52j encoder, a marker_bit has been added in the I-Frame syntax
Originally committed as revision 21836 to svn:... - 04:37 PM Revision 026b9d3c (ffmpeg): avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar
- Originally committed as revision 21835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 89584458 (ffmpeg): AAC: Mark che_configure() as av_cold.
- It is also only called when the output configuration is not locked.
Originally committed as revision 21834 to svn://... - 04:19 PM Revision ff98c17c (ffmpeg): AAC: Mark functions that are only called when the output configuratio...
- Originally committed as revision 21833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision 005caa34 (ffmpeg): IFF bitmap n-bit color support
- Originally committed as revision 21831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision 24006f59 (ffmpeg): 10l ;; gcc 2.95 compilation fix by mike
- Originally committed as revision 21830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision cbfcde9f (ffmpeg): 10l use pack16to32(), should fix big endian h264 failures.
- Originally committed as revision 21829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 64dd1b0a (ffmpeg): Merge the single line function decode_cabac_mb_transform_size()
- into the calling code.
8 cpu cycles faster
Originally committed as revision 21828 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/14/2010
- 11:10 PM Revision 8b38d107 (ffmpeg): indent
- Originally committed as revision 21827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision f4b8b825 (ffmpeg): Merge decode_cabac_mb_dqp() with surronding code.
- ~20 cpu cycles faster
Originally committed as revision 21826 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:59 PM Revision 94cb5994 (ffmpeg): Drop if(0) code.
- Originally committed as revision 21825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 4130f739 (ffmpeg): Reindent
- Originally committed as revision 21824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 3adcfbbe (ffmpeg): Optimize h261_probe function, since it is far slower than all others.
- About 5 times faster.
Originally committed as revision 21823 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:51 PM Revision a59b9ee3 (ffmpeg): Set sub_mb_type in direct_cache instead of just the direct flag.
- Simpler, cleaner and faster.
Originally committed as revision 21822 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 PM Revision 2dc380ca (ffmpeg): Store sub_mb_type in direct_cache/direct_table.
- This is equal complexity but could be more usefull.
Originally committed as revision 21821 to svn://svn.ffmpeg.org/f... - 10:17 AM Revision d3037bbe (ffmpeg): Add myself as maintainer of bgmc.[ch].
- Originally committed as revision 21820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision 3d2c3ef4 (ffmpeg): Remove slice_table checks from decode_cabac_mb_cbp_luma() and set lef...
- these checks arent needed.
Originally committed as revision 21819 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:04 AM Revision 056c5021 (ffmpeg): Revert r21814
- Log:
h264: Fix pointer warnings by removing redundant [0]
Fixes:
h264.h:1222:38: warning: initialization from inc... - 01:14 AM Revision 6e7c397b (ffmpeg): Cosmetics, vertical align.
- Originally committed as revision 21817 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2010
- 10:53 PM Revision e9167646 (ffmpeg): Direct temporal skiped MBs dont need fill_decode_caches() at all so d...
- for them.
Originally committed as revision 21816 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 PM Revision 78998bf2 (ffmpeg): h264: Remove unused variables.
- Originally committed as revision 21815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 677dab59 (ffmpeg): h264: Fix pointer warnings by removing redundant [0]
- Fixes:
h264.h:1222:38: warning: initialization from incompatible pointer type
h264.h:1299:38: warning: initialization... - 08:57 PM Revision cd12c377 (ffmpeg): Fix integer overflow warnings in h264.h
- Fixes:
h264.h: In function 'fill_filter_caches':
h264.h:1216:73: warning: integer overflow in expression
h264.h:1307:... - 08:13 PM Revision bb770c5b (ffmpeg): Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
- Originally committed as revision 21812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 2e4362af (ffmpeg): Skiped MBs dont need the cbp stuff so skip initing that.
- Originally committed as revision 21811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 65760304 (ffmpeg): Reindent a line.
- Originally committed as revision 21810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision e2b28acf (ffmpeg): Also skip direct/mvd_cache init for skiped blocks.
- Odd thing is i thought ive tryed this already and it failed previously.
Originally committed as revision 21809 to sv... - 07:24 PM Revision 09946fb1 (ffmpeg): Add myself as contributor.
- Originally committed as revision 21808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 071cfdce (ffmpeg): Add myself as ALS maintainer.
- Originally committed as revision 21807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision cb9285a2 (ffmpeg): Move more code under if(!IS_DIRECT(mb_type)).
- Originally committed as revision 21806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 161e8cf4 (ffmpeg): Move CODEC_FLAG_GRAY check to outer loop
- Originally committed as revision 21805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 7c2e31d1 (ffmpeg): Move branch based on custom mode outside the loop
- Originally committed as revision 21804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision eb691ef2 (ffmpeg): Directly check whether a fragment is coded for 4MV mode instead of it...
- through the entire coded fragment list.
Originally committed as revision 21803 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:55 PM Revision 15675ce6 (ffmpeg): Eliminate fragment -> macroblock mapping array
- Originally committed as revision 21802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision ea676144 (ffmpeg): Eliminate macroblock -> fragment mapping array
- Originally committed as revision 21801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 19cd517d (ffmpeg): Eliminate superblock <-> macroblock mapping array
- Originally committed as revision 21800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 25608328 (ffmpeg): Support arithmetic decoding in ALS.
- Originally committed as revision 21799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 PM Revision f2b37637 (ffmpeg): Skip some more code that isnt needed for direct MBs.
- Originally committed as revision 21798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:57 PM Revision 4bf2b9e8 (ffmpeg): add netspeak gsm and truespeech wav format tags to riff.c
- Originally committed as revision 21797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 7df8af63 (ffmpeg): Fix reading beyond buffer end on RA144Context.lpc_tables.
- Patch by Francesco Lavra (francescolavra -at- interfree -dot- it)
Originally committed as revision 21796 to svn://sv... - 04:56 PM Revision f2a4f12c (ffmpeg): Do not call lseek() with invalid whence value
- Originally committed as revision 21795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 5ca43c25 (ffmpeg): Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
- Originally committed as revision 21794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision da452aca (ffmpeg): Dont calculate any surrounding MVs for temporal MBs
- Originally committed as revision 21793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 0d88ff4c (ffmpeg): Add my name to CREDITS.
- Originally committed as revision 21792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 5134ad53 (ffmpeg): Simplify if()
- Originally committed as revision 21791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 PM Revision 752cc0dc (ffmpeg): Init sub_mb_type cleanly.
- Originally committed as revision 21790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 923bcb40 (ffmpeg): 100l Forgoten hunk.unbreak compile before someone notices.
- Originally committed as revision 21789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision af0d6581 (ffmpeg): Restructure spatial direct MV generation so that the zero predictior ...
- is closer at the top.
50-130 cpu cycles faster depending on which kind of direct MBs are meassured.
Originally commi... - 03:46 AM Revision edb4df43 (ffmpeg): Split spatial and temporal direct MV generation.
- A little faster and needed for future optimizations.
This sadly leads to some code duplication (which i hope i can f... - 03:43 AM Revision 3beb81e7 (ffmpeg): Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
- Patch by Ramiro
Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:47 AM Revision 812bfd7b (ffmpeg): Special case for spatial direct MV predictor being 0.
- a little less than 200 cpu cycles faster with the cathedral sample.
Originally committed as revision 21785 to svn://... - 02:20 AM Revision 828cfff6 (ffmpeg): Pack MVs together from the begin for spatial direct, this simplifies ...
- and is a bit faster (5-10 cpu cycles depending on what is meassured).
Originally committed as revision 21784 to svn:...
02/12/2010
- 11:28 PM Revision 02e8c5f0 (ffmpeg): Dont drop B frames without last_picture.
- Fixes issue1722
Originally committed as revision 21783 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision b7098cc1 (ffmpeg): Special case VP5/6 chroma alignment on x86 as well
- Originally committed as revision 21782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 735acf56 (ffmpeg): Don't pre-calculate first_pixel
- 3.6% faster on Elephants_Dream_HD-q7-aq7.ogg on my penryn
Originally committed as revision 21781 to svn://svn.ffmpeg... - 10:01 PM Revision a8de3901 (ffmpeg): Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
- Originally committed as revision 21780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 621f9a40 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 256c0662 (ffmpeg): Do loop filter per-row rather than per-frame
- 3% faster on Elephants_Dream_HD-q7-aq7.ogg on my penryn
Originally committed as revision 21778 to svn://svn.ffmpeg.o... - 10:01 PM Revision fe313556 (ffmpeg): Move apply_loop_filter above render_slice, it'll be used by the latte...
- Originally committed as revision 21777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision ea3c2d53 (ffmpeg): Export Theora colorspace info if present
- Originally committed as revision 21776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 337f5c6e (ffmpeg): Theora 3.4 doesn't exist; these fields were misunderstandings of the ...
- Originally committed as revision 21775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision 45c3c925 (ffmpeg): Remove unused code that's moved elsewhere
- Originally committed as revision 21774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision ab5a0175 (ffmpeg): Add flag so muxers not needing width/height can signal this.
- Add this flag to img2 (fixes -vcodec copy to image2 in some cases)
Originally committed as revision 21773 to svn://s... - 07:25 PM Revision 3566042a (ffmpeg): Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
- Fixes issue1585
Originally committed as revision 21772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:18 PM Revision 9f1d760a (ffmpeg): Use int8_t instead of char, the signedness of char can differ between...
- Originally committed as revision 21771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision fa65584f (ffmpeg): WMAVoice decoder.
- Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision cbd3441e (ffmpeg): Make DeluxePaint Animation demuxer actually return the find_record() ...
- Originally committed as revision 21769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 86d58bcf (ffmpeg): Add GEOV fourcc (issue971).
- Originally committed as revision 21768 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/11/2010
- 11:59 PM Revision 0844bae1 (ffmpeg): Add "tomi" architecture
- Originally committed as revision 21767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 PM Revision 8d4c00ed (ffmpeg): configure: require --arch and --target-os when cross-compiling
- Originally committed as revision 21766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 43689902 (ffmpeg): ffplay depends on rdft
- Spotted by Ramiro.
Originally committed as revision 21765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:40 PM Revision b5ab9b59 (ffmpeg): Fix build with --disable-mdct
- Originally committed as revision 21764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 084cbbaa (ffmpeg): configure: add missing mdct deps
- Originally committed as revision 21763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision 26fbcc85 (ffmpeg): configure: make mdct and rdft select fft and update other deps
- Originally committed as revision 21762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision f2d56513 (ffmpeg): Fix timestamps.
- Originally committed as revision 21761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision 23b361ba (ffmpeg): Remove recording_time check which is no longer necessary after r21687.
- Patch by Wolfram Gloger, wmglo A dent D med D uni-muenchen D de
Originally committed as revision 21760 to svn://svn.... - 02:08 PM Revision a768816c (ffmpeg): Simplify expression as suggested by Måns Rullgård
- Originally committed as revision 21756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 045b60bf (ffmpeg): Make SHA digest function write digest value with AV_WN32 instead of a...
- that output may be written as uint32_t since output buffer may not be aligned
(and it's silly to force alignment on i... - 07:59 AM Revision 94dde5c1 (ffmpeg): Move 'chksum' declaration to the only block where that variable is used
- Originally committed as revision 21753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision f7d64918 (ffmpeg): Move band checksum verifying into preprocessor condition, so compiler...
- complain about missing function prototype.
Originally committed as revision 21752 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/10/2010
- 11:36 PM Revision 9cb5c760 (ffmpeg): Extend show_pix_fmts(), make it show input/output support for
- conversion and other information exposed by the pixdesc API.
Originally committed as revision 21751 to svn://svn.ffm... - 10:14 PM Revision 33bd38db (ffmpeg): Stricter check for math.h functions
- GCC is sometimes able to optimise constant calls to these functions,
incorrectly indicating that they exist. Unoptim... - 10:14 PM Revision 6b73c0ae (ffmpeg): configure: fix cosmetic typo in check_mathfunc
- Originally committed as revision 21748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision f45a27dc (ffmpeg): Reindent
- Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision b7e0f88f (ffmpeg): Fix demuxing of wav files with broken data header
- Originally committed as revision 21746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision 40938d93 (ffmpeg): Use av_compare_ts to compare against the -t end time instead of using
- floating point.
Should fix different results between PPC and x86 for the idroq-video-encode
FATE test.
Originally co... - 07:43 PM Revision f0cb55af (ffmpeg): Use av_compare_ts from libavutil instead of the locale compare_ts, the
- calculations in the later one are not correct with large time stamps.
Originally committed as revision 21744 to svn:... - 07:33 PM Revision 4e8052dd (ffmpeg): Fix syncronisation for streams with a high encoding delay.
- Patch by Timo Teräs (timo DOT teras AT iki DOT fi)
Originally committed as revision 21743 to svn://svn.ffmpeg.org/ff... - 06:31 PM Revision 7515ed0c (ffmpeg): Reindent after r21741.
- Originally committed as revision 21742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 170870b7 (ffmpeg): Don't forget to set known audio parameters (samplerate, etc.) if the ...
- not supported in FFmpeg. This will cause crashes later because the samplerate
is used to initialize the timebase.
Or... - 05:20 PM Revision 556aa7a1 (ffmpeg): RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot...
- Originally committed as revision 21740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision 1edea057 (ffmpeg): Output the first AAC frame. This is needed for SBR conformance.
- Originally committed as revision 21739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 0332324a (ffmpeg): Dont give up after 100kb of zero bytes but returnd EAGAIN
- fixes issue1729
Originally committed as revision 21738 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:44 PM Revision 80242f9b (ffmpeg): mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.
- Originally committed as revision 21737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision 19530266 (ffmpeg): Enable SSE2 (put|avg)_pixels_16_sse2
- SVQ1 chroma has been special-cased aligned to 16-bytes since at least r15466
Other architectures also assume 16-byte ...
02/09/2010
- 10:55 PM Revision 8e05f069 (ffmpeg): Define missing llrint() as macro instead of inline function
- This fixes building on some broken systems.
Originally committed as revision 21735 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 PM Revision 645d2652 (ffmpeg): Special check for math.h functions
- These are often, contrary to standards, implemented only as macros
or compiler-builtin functions without an actual sy... - 10:55 PM Revision 0104b608 (ffmpeg): Check for setrlimit()
- Originally committed as revision 21733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision 614d8911 (ffmpeg): configure: allow 'none' as target OS
- Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision fe4fbb58 (ffmpeg): Doxument url_fopen().
- Originally committed as revision 21714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 PM Revision fbef7a76 (ffmpeg): Add an entry for the recently added av_compare_ts() function.
- Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 41c2bd0a (ffmpeg): ARMv6 optimised pix_sum
- Originally committed as revision 21705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 66ec243d (ffmpeg): ARMv6 optimised pix_norm1
- Originally committed as revision 21704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 0c28474c (ffmpeg): ARMv6 optimised sse16
- Originally committed as revision 21703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 31326143 (ffmpeg): ARMv6 optimised diff_pixels
- Originally committed as revision 21702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision f73a626a (ffmpeg): ARMv6 optimised get_pixels
- Originally committed as revision 21701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision d2578ff9 (ffmpeg): ARMv6 optimised pix_abs8
- Originally committed as revision 21700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 74cc33c2 (ffmpeg): ARMv6 optimised pix_abs16_y2
- Originally committed as revision 21699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 39a760f6 (ffmpeg): ARMv6 optimised pix_abs16_x2
- Originally committed as revision 21698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision e6056a90 (ffmpeg): ARMv6 optimised pix_abs16
- Originally committed as revision 21697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 38e016a7 (ffmpeg): ARMv6 optimised put_pixels functions except xy2 variants
- Originally committed as revision 21696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 5bebe94d (ffmpeg): Indeo 5 decoder
- Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision daaf6e3e (ffmpeg): Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
- Originally committed as revision 21694 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/08/2010
- 08:25 PM Revision be4a1132 (ffmpeg): Make sure the header value used to avoid repeating headers on seeking...
- start and to avoid initializing codecs with missing headers is set for all streams.
Fixes issue 1723.
Originally com... - 06:48 PM Revision 04a2b04b (ffmpeg): Implement gai_strerror() for systems lacking such functionality. Patch
- by KO Myung-Hun <komh challion net>.
Originally committed as revision 21692 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:25 PM Revision 1be49ce5 (ffmpeg): Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
- 11cylcles slower MV generation
98cycles faster MC
Originally committed as revision 21691 to svn://svn.ffmpeg.org/ffm... - 04:23 PM Revision 3babc711 (ffmpeg): Detect spatial direct MBs partitioned smaller than 16x16 that can be ...
- as 16x16 (except ones changing interlacing relative to the colocated MB).
20 cycles slower during MV generation
175 c... - 01:05 PM Revision 8b9eb2df (ffmpeg): Detect equal 4x4 blocks in spatial direct MBs.
- 19 cycles slower MV generation
575 cycles faster MC
Originally committed as revision 21689 to svn://svn.ffmpeg.org/f... - 10:13 AM Revision ecc0027b (ffmpeg): Fix playback with invalid files that don't set the continuation flag for
- pages that continue packets started in prior pages.
Fixes issue1248
Originally committed as revision 21688 to svn://... - 09:04 AM Revision 55a7e946 (ffmpeg): Stop reading input file when -t option value is reached.
- Patch by Wolfram Gloger wmglo (chez) dent med uni (minus) muenchen de
Originally committed as revision 21687 to svn:... - 04:24 AM Revision 8a3b9068 (ffmpeg): Remove an apparently unneeded && !FRAME_MBAFF.
- This should speed the affected cases (MBAFF temporal direct MBs) up.
Originally committed as revision 21686 to svn:/... - 03:22 AM Revision 542d4a75 (ffmpeg): Branchless calculation of ref_offset.
- 7 cpu cycles faster.
Originally committed as revision 21685 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:10 AM Revision fb70c63f (ffmpeg): Remove incorrect fixme, i see no case that is missing.
- Originally committed as revision 21684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 35c8b9c0 (ffmpeg): Replace call to pred_motion() in direct spatial mv pred by code
- and simplify cases that cannot happen away.
8 cpu cycles faster
Originally committed as revision 21683 to svn://svn.... - 12:43 AM Revision b317567c (ffmpeg): Change xvid/divx/lavc build variables to be consistent to x264_build.
- Originally committed as revision 21682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision 055a6aa7 (ffmpeg): Set x264_build so that checks are simpler.
- Originally committed as revision 21681 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/07/2010
- 11:15 PM Revision 3a06e864 (ffmpeg): Ooops, 10l forgot to commit h264.h.
- Originally committed as revision 21680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 3b9e61e4 (ffmpeg): Zero a/b only in the branch where they need to be zeroed.
- Originally committed as revision 21679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision f28a2656 (ffmpeg): Merge mv&ref related code for spatial direct MV code.
- a bit more than 10 cpu cycles faster.
Originally committed as revision 21678 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 PM Revision 0a8dca87 (ffmpeg): Precalculate a few variables for direct mv prediction for interlaced ...
- Originally committed as revision 21677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision e6406939 (ffmpeg): Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts...
- number of calls to it down by 2.
Originally committed as revision 21676 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:40 PM Revision 464baa66 (ffmpeg): Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the res...
- Originally committed as revision 21675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision e8d964fa (ffmpeg): Factorize setting sub_mb_type out.
- Originally committed as revision 21674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision b687c1aa (ffmpeg): Bump minor for av_compare_ts()
- Originally committed as revision 21673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision e5026c36 (ffmpeg): Use av_compare_ts() for interleaving per dts.
- Originally committed as revision 21672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 78b01823 (ffmpeg): av_compare_ts()
- Originally committed as revision 21671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 9e5381a2 (ffmpeg): Make parse_options() explicitely handle the case where an opt_func2
- function returns a negative value, rather than erroneously trigger the
code which manages the case of unknown option.... - 03:13 PM Revision 668fd142 (ffmpeg): Remove FIXMEs for cases that are disallowed by the spec.
- Originally committed as revision 21669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 1c3ce2cd (ffmpeg): Check direct_8x8_inference_flag.
- Originally committed as revision 21668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 33a6c0c9 (ffmpeg): Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF ...
- Originally committed as revision 21667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 084eb95f (ffmpeg): Implement a physical concatenation protocol.
- Patch by Michele Orrù reverse(<moc.liamg@yp.rekam>).
Originally committed as revision 21666 to svn://svn.ffmpeg.org/... - 02:00 AM Revision 9873ae0d (ffmpeg): Fix CAVLC+8x8DCT+MBAFF loopfiltering.
- Fixes issue1250
Originally committed as revision 21665 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:18 AM Revision 488dba70 (ffmpeg): Fix colocated map.
- Originally committed as revision 21664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 AM Revision d88ea354 (ffmpeg): Fix reference selection for colocated MBs from frames to fields.
- Originally committed as revision 21663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision 5aa1d759 (ffmpeg): Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
- Originally committed as revision 21662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 50f8e985 (ffmpeg): ref_offset must be added after checking references validity.
- Originally committed as revision 21661 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/06/2010
- 11:25 PM Revision e49407ee (ffmpeg): Add missing entries for the recent lsws API changes.
- Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 5af41508 (ffmpeg): libgsm installs headers in a subdirectory, use gsm.h from that subdir...
- Approved by Diego at FOSDEM.
Originally committed as revision 21659 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:15 PM Revision 6c7165c7 (ffmpeg): cosmetics : re-indent after r21639.
- Originally committed as revision 21658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 06e03fa0 (ffmpeg): Add include necessary for ff_set_qscale
- Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision f6d29165 (ffmpeg): Avoid using an intermediate variable.
- Originally committed as revision 21656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision b53ae8b6 (ffmpeg): Remove redundant use of numchannels since it is 1 for mono.
- Originally committed as revision 21655 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision e243eee4 (ffmpeg): alac.c : Use av_freep instead of av_free.
- Originally committed as revision 21654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision 04d2540c (ffmpeg): Add AVI metadata conversion table.
- Patch by Anton Khirnov (gmail{wyskas}).
Originally committed as revision 21653 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:11 AM Revision 86a4f011 (ffmpeg): Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 201...
- Guess the duration before converting video and write guessed duration
into flv header.
Patch by Justin Johnson, jus... - 02:55 AM Revision 8dcbf4c7 (ffmpeg): Long term references behave different from short term in spatial dire...
- Fixes FRExt_MMCO4_Sony_B / issue1251
Originally committed as revision 21651 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 AM Revision 6e2fdc3e (ffmpeg): Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),
- fix the warning:
ffmpeg.c: In function ‘output_packet’:
ffmpeg.c:1317: warning: suggest parentheses around && within ... - 12:05 AM Revision 570da52b (ffmpeg): Remove unused variable ref_clock, fix the warning:
- ffplay.c: In function ‘compute_frame_delay’:
ffplay.c:1064: warning: unused variable ‘ref_clock’
Originally committe...
02/05/2010
- 11:53 PM Revision 62bb4ca1 (ffmpeg): Simplify how usesVFilter and usesHFilter are set.
- Originally committed as revision 30520 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:24 PM Revision 1dc5c358 (ffmpeg): Satisfy style nits.
- Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision 4e38c094 (ffmpeg): Doxument url_fdopen().
- Originally committed as revision 21647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision fbc0f6a9 (ffmpeg): Apply misc fixes to sws_getCoefficients() doxy.
- Originally committed as revision 30519 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:54 PM Revision 89ee5c68 (ffmpeg): Satisfy consistency need:
- int * sws_getCoefficients -> int *sws_getCoefficients.
Originally committed as revision 30518 to svn://svn.mplayerh... - 04:09 PM Revision 3f3dc76c (ffmpeg): Add function to translate SWS_CS_* to coefficient array
- Originally committed as revision 30513 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:26 PM Revision bf8ae197 (ffmpeg): make the RDFT vissualizatiom default, the scopes are ugly and eat CPU...
- piranhas.
Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:16 PM Revision 4c7c7645 (ffmpeg): Make sure the rdft has enough audio available.
- 10l (looks cleaner now)
Originally committed as revision 21645 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 PM Revision ffdf0d48 (ffmpeg): strn muxing in avi support.
- untested as ffmpeg.c has no means to set AVStream metadata (patchwelcome)
Originally committed as revision 21644 to ... - 12:16 PM Revision 7a9af8ec (ffmpeg): Support strn tag in avidec.
- Originally committed as revision 21643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 1ac08937 (ffmpeg): Correcting wrong looking stream_id validity check in avidec.
- Originally committed as revision 21642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 092421cf (ffmpeg): Scale rdft vissualization up by 2 so theres no unused space on the top
- but rather the unimportant high frequencies are cut off if the window is
not a multiple of 2 high.
Originally commit... - 04:42 AM Revision 674fe163 (ffmpeg): Do not segfault when doing "ffplay -h"
- Originally committed as revision 21640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 AM Revision 12eeda34 (ffmpeg): Pretty RDFT audio visualization.
- Originally committed as revision 21639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision d52ec002 (ffmpeg): Fast seeking.
- Try clicking with the mouse in the window, hold the button and drag.
Originally committed as revision 21638 to svn:/...
02/04/2010
- 04:21 PM Revision f430c7b6 (ffmpeg): Add ALAC 24 bps decoding support.
- Originally committed as revision 21637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 3102d180 (ffmpeg): Fix large timebases.
- Fixed issue1633
Originally committed as revision 21636 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:21 PM Revision 4abf6307 (grapes): SOM: net_helper dump/undump only the actual address
- 03:21 PM Revision 51317c83 (grapes): SOM: fixed topRemoveNeighbour
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@512 a72f678d-4428-462c-85b4-08f063ced704
- 03:19 PM Revision 1d82dff0 (grapes): SOM: net_helper dump/undump only the actual address
- 03:19 PM Revision 7180e574 (grapes): SOM: initialize cb_size in peer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@513 a72f678d-4428-462c-85b4-08f063ced704
- 03:18 PM Revision b4c2b7aa (grapes): SOM: fixed topRemoveNeighbour
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@512 a72f678d-4428-462c-85b4-08f063ced704
- 03:08 PM Revision 7fa7a825 (grapes): SOM: added cb_size information to peer structure
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@510 a72f678d-4428-462c-85b4-08f063ced704
- 03:07 PM Revision 539f4a1a (grapes): SOM: fixed peerset's bmap_timestamp initialization
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@506 a72f678d-4428-462c-85b4-08f063ced704
- 02:57 PM Revision 038eff5e (grapes): Merge commit 'origin/fixes'
- 02:26 PM Revision ed3e9148 (ffmpeg): Implement cool new vlc code.
- Fixes issue1637
Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 AM Revision 2d1653b0 (ffmpeg): autoexit
- implements issue1019
Originally committed as revision 21634 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/03/2010
- 11:59 PM Revision 8c3b161e (ffmpeg): Dont try generic seek if seek request before first index entry and ba...
- Fixes issue1275
Originally committed as revision 21633 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 82e5f86b (ffmpeg): Implement shuffle_bytes_abcd() functions and use them for shuffling
- bytes when converting between RGB32 variants.
In particular fix the argb -> rgba and abgr -> bgra conversions.
See ... - 11:34 PM Revision f5968788 (ffmpeg): Clean after toggling wave.
- Fixes issue1180.
Originally committed as revision 21632 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:10 PM Revision ef9f8dd7 (ffmpeg): Use pixel format descriptors for checking if the input format is
- paletted. Simpler and more robust.
Originally committed as revision 21631 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:05 PM Revision 43e4d57f (ffmpeg): Try to open decoders in av_find_stream_info() even if no packets for the
- stream are found.
Fixes issue1385
Originally committed as revision 21630 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:33 PM Revision b25453bd (ffmpeg): Move is->frame_timer init from start to flush_pkt handling so it is also
- done on seeking. This fixes the bug where after reaching the end and waiting
a few seconds seeking back to the begin ... - 07:55 PM Revision cedac882 (ffmpeg): Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option
- is "list".
Originally committed as revision 21628 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:19 PM Revision 566cd2cb (ffmpeg): The convertion between bit and byte is 8 not 60.
- Fixes wrong cursor key seek distances.
Originally committed as revision 21627 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 PM Revision f575f08c (ffmpeg): Correct opts calulation in ffmpeg.c.
- This correct the stop point for demuxing with -vcodec copy and -t as well as
packet interleaving. (we already diddrop... - 02:53 PM Revision 5bfe91e6 (ffmpeg): Alternative solution for the mpegvideo_split + mov problem.
- Originally committed as revision 21625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 9c45209f (streamers): Better global headers handling
- 12:58 PM Revision 01059d06 (streamers): Refresh global headers every N frames
- 10:47 AM Revision 54b631d9 (streamers): Split the real chunk output out of output.c (prepare for ff-out!).
- 09:58 AM Revision 451b353d (ffmpeg): Indentation cleanup
- Originally committed as revision 21624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision 02c4f626 (ffmpeg): Extend IFF demuxer to parse PBM/ILBM bitmap chunks
- Originally committed as revision 21623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision b9e06ddd (ffmpeg): IFF PBM/ILBM bitmap decoder
- Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 AM Revision 32c0abe8 (streamers): Fix an "uninitialised variable" bug
- 09:42 AM Revision a0e704c7 (streamers): Fix leack with AVPackets
- 04:40 AM Revision 299fd396 (ffmpeg): Revert
- r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr 2008) | 2 lines
Disable the split function. This should en... - 12:35 AM Revision 3c8d75e6 (ffmpeg): Only set duration for streams where it is likely correct.
- Fixes issue1120
Originally committed as revision 21620 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/02/2010
- 11:53 PM Revision bce8840a (ffmpeg): Set nb_frames.
- Also add DXSA tag (commited by mistake in this commit, i can revert and recommit
seperately if someone wants)
Origin... - 11:22 PM Revision f04c6e35 (ffmpeg): Compare the correct clocks for syncing video to audio/ext.
- Fixes initial delay on video from issue1134.
Originally committed as revision 21618 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:57 PM Revision 36cbdc95 (ffmpeg): Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (is...
- Originally committed as revision 21617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 48ff3f7c (ffmpeg): Move the initial refresh scheduling for audio display away from where it
- can interfere with video.
Originally committed as revision 21616 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 PM Revision c5e1e982 (ffmpeg): Guess the duration before converting video and write guessed duration
- into flv header.
Patch by Justin Johnson, justin D johnson3 A gmail
Originally committed as revision 21615 to svn:/... - 09:31 PM Revision a3cc2160 (ffmpeg): Commit disapeared hunk, must have editied this out by mistake between...
- This should fix seeking in TS.
Originally committed as revision 21614 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 PM Revision fdcaec9a (streamers): Initialise the chunk timestamp
- 07:35 PM Revision 5d39be73 (ffmpeg): Fix warnings about redefining constants when compiling libpostproc.
- Patch by Yuriy Kaminskiy, yumkam mail ru
Originally committed as revision 21607 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:02 PM Revision 70a4764d (ffmpeg): Autodetect when byte based seeking is better (that is for all formats...
- discontinuities)
Fixes issue1090
Originally committed as revision 21606 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:51 PM Revision 1a620dd7 (ffmpeg): Use currently displayed file position instead of just url_ftell() for...
- This fixes seeking back with the cursor keys and -bytes.
Originally committed as revision 21605 to svn://svn.ffmpeg.... - 04:47 PM Revision c45ebd54 (ffmpeg): Set AVPacket.pos in MPEG-PS demuxer.
- Originally committed as revision 21604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision ff8ed04f (streamers): Fix leack with AVPackets
- 04:01 PM Revision 3890dd3a (ffmpeg): Fix seek flags
- Originally committed as revision 21603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 77a39b7c (grapes): Add libsom target
- 12:41 PM Revision 3d3def6e (grapes): Factorise the makefiles
- 08:37 AM Revision cb201402 (grapes): Add the cb_get_chunk() helper
02/01/2010
- 11:30 PM Revision 0694a009 (ffmpeg): Fix build
- Originally committed as revision 21602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 9125806e (ffmpeg): Fix warnings about implicit function declaration when compiling rtpdec.c
- Patch by Alexis Ballier, alexis D ballier A gmail
Originally committed as revision 21601 to svn://svn.ffmpeg.org/ffm... - 10:23 PM Revision ecbed31c (ffmpeg): Use parentheses around && within ||, fix the gcc warning:
- ffplay.c: In function ‘video_thread’:
ffplay.c:1391: warning: suggest parentheses around && within ||
Originally com... - 10:17 PM Revision df7d6e48 (ffmpeg): Reindent.
- Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision f8ccf720 (ffmpeg): Check pkt.pts against the recording time.
- This fixes at least ogg encoding with -t where the file was slightly too long.
Originally committed as revision 2159... - 08:29 PM Revision 87cee676 (grapes): Add the cb_get_chunk() helper
- 08:23 PM Revision 060267cd (grapes): Another "const related" fix, in peerset_get_peer
- 07:50 PM Revision d2a2b08c (ffmpeg): Use pixel format descriptors to check if the input format is paletted.
- Originally committed as revision 21597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 4ebaec79 (ffmpeg): mention symbol versioning
- Originally committed as revision 21594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 99e0b12b (ffmpeg): Make sure the faulty timestamp detection is just done when we have a ...
- from the decoder.
Originally committed as revision 21593 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 PM Revision f7119e42 (ffmpeg): Reset frame_last_delay to 0.
- This avoids a few ms delay for the first frame after a seek in theory.
Originally committed as revision 21592 to svn... - 12:30 PM Revision acf24b87 (ffmpeg): Move frame_last_delay into flush code as it must be reset on seeks to,
- otherwise the first frame after a seek would be delayed by that amount.
Originally committed as revision 21591 to sv... - 12:27 PM Revision 967030eb (ffmpeg): Reset frame_last_pts on flush (and thus also at start)
- fixes issue558 and probably others.
Originally committed as revision 21590 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 PM Revision 515bd00e (ffmpeg): Insert a flush packet into the que on init, that way common code between
- flush and init can be put into the flush handling.
Originally committed as revision 21589 to svn://svn.ffmpeg.org/ff... - 12:19 PM Revision 6c7d3ead (ffmpeg): "Flush" the picture que on seeks, this prevents the display thread from
- having frames from before and after the seek which just isnt a good idea.
Originally committed as revision 21588 to ... - 11:39 AM Revision ca76a119 (ffmpeg): Add a list of generic tags and change demuxers to follow it.
- Patch by Anton Khirnov, wyskas at gmail dot com
Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpe... - 11:30 AM Revision b8bb398a (ffmpeg): Schedule refreshes from a thread that actually knows the PTS.
- Fixes wernfried_1.avi
Originally committed as revision 21586 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 AM Revision 68aefbe8 (ffmpeg): Fix race condition with reading between video_current_pts and video_c...
- Originally committed as revision 21585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision f5668147 (ffmpeg): Try to more completely update time variables on unpause.
- Could not notice a differenc in behavior.
Originally committed as revision 21584 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:53 AM Revision 8e14fbe8 (ffmpeg): Remove unnecessary fields in ALSSpecificConfig.
- Originally committed as revision 21583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision 41a4cd0c (ffmpeg): Simplify get_video_clock()
- Originally committed as revision 21582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision bb1f75db (streamers): Unstable changes
- 03:12 AM Revision 59055363 (ffmpeg): 10l, forgot HAS_ARG, -drp segfaulted.
- Originally committed as revision 21581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 AM Revision 5cd39284 (ffmpeg): Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.
- This should make sure that pictures allocated prior to avcodec_decode_video()
get AV_NOPTS_VALUE assigned.
Originall...
01/31/2010
- 06:54 PM Revision 41db429d (ffmpeg): decoder reorder pts auto detection.
- Originally committed as revision 21579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 6371c81a (ffmpeg): Fix indention.
- Originally committed as revision 21578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 411ff322 (ffmpeg): Increase search range if no end timestamp could be found for the dura...
- calculation.
Originally committed as revision 21577 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 PM Revision 351aff72 (ffmpeg): Fix grammar: write to DST THING -> write THING to DST.
- Originally committed as revision 21576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision b4b66456 (ffmpeg): Avoid usage of avcodec_get_pix_fmt_name() and
- avcodec_get_chroma_sub_sample(), directly access
av_pix_fmt_descriptors instead.
Remove some of the dependancies of ... - 04:21 PM Revision 971c55f1 (ffmpeg): Bink video codec id is there, demuxer can use it
- Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision abafc87c (ffmpeg): Update binkaudio to new DECLARE_ALIGNED syntax
- Originally committed as revision 21573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 315c8d6c (ffmpeg): libavcodec version bump for Bink codec IDs (r21536)
- Originally committed as revision 21572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 40da0b36 (ffmpeg): Latent libavformat version bump for Bink demuxer (r21569)
- Originally committed as revision 21571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 PM Revision c0d3f516 (ffmpeg): Bink Audio decoder
- Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision 2e375df5 (ffmpeg): Bink demuxer
- Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision 688621d7 (ffmpeg): Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and
- ff_h263_encode_mba
Originally committed as revision 21568 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:06 PM Revision 6b807c15 (ffmpeg): Add v210x decoder long name
- Originally committed as revision 21567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision af0e6621 (ffmpeg): Declare support for the pixel formats:
- PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P
in the isSupported{In,Out} macros.
These pixel ... - 02:05 AM Revision 37b2b0d6 (ffmpeg): Get rid of a check in one direction that cant be true in it in that part
- of the code.
No meassureable speed change.
Originally committed as revision 21566 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision e62bd367 (ffmpeg): Blackfin: use SRAM only when CONFIG_SRAM is set
- Originally committed as revision 30472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:20 AM Revision d132d50f (ffmpeg): Blackfin: use SRAM only when CONFIG_SRAM is set
- Originally committed as revision 21565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 6b35d421 (ffmpeg): Add CONFIG_SRAM to allow use of on-chip SRAM on some systems
- Some SoCs have a small amount of on-chip SRAM which may be used
for frequently used code or data. When enabled, this...
01/30/2010
- 11:19 PM Revision 2ef46053 (ffmpeg): Fix seeking by bytes with the mouse and do so by default if the durat...
- nonsense.
Originally committed as revision 21563 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:55 PM Revision c55806e3 (ffmpeg): Flag to ignore dts on frames that contain pts.
- This works around common issues with mpeg-ps files with broken timestamps.
Also allows playing the broken sample from... - 10:47 PM Revision 6299a229 (ffmpeg): Fix AVFormat AVOprions.
- Originally committed as revision 21561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 029ddf33 (ffmpeg): Store strings directly in mov_mdhd_language_map instead of using poin...
- which has a up to 200% overhead.
Also allows to use memcpy instead of strcpy.
Originally committed as revision 21560... - 09:58 PM Revision 909f6594 (ffmpeg): Reindent.
- Originally committed as revision 30467 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:56 PM Revision 3ece3e52 (ffmpeg): Use a consistent convention for the names of the internal wrapper
- functions. Improve readability.
-This line, and those below, will be ignored--
swscale.c
Originally committed... - 09:55 PM Revision f28f1464 (ffmpeg): Flush the bitreservour.
- Fixes issue1716
Originally committed as revision 21559 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:54 PM Revision 1c90d298 (ffmpeg): Always consider the mov language code as 4 bytes fixed size and chang...
- function declaration to reflect this.
Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision 832ec428 (ffmpeg): Simplify conversion to 5-bit ASCII.
- Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision c676895f (ffmpeg): Separate audio-only tests so they are only run once
- Originally committed as revision 21556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 79ee4683 (ffmpeg): Redesign packet queue full check to be more robust.
- Originally committed as revision 21555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision ce2421a5 (ffmpeg): Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi fi...
- Fixes issue1211
Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:18 PM Revision 8757dc5e (ffmpeg): Remove duplicated empty line.
- Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 PM Revision 26468148 (ffmpeg): Split first reference list comparission from mv comparission.
- about 0.5% faster MBAFF loop filtering
Originally committed as revision 21552 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 3d05c1fb (ffmpeg): Make the jump-table section-relative for x86_64 with PIC enabled.
- This allows to get rid of the macho64 specific hack that moves them
to rodata (with worse cache behaviour) and avoids... - 07:10 PM Revision 718c7b18 (ffmpeg): Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()
- function.
Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:03 PM Revision 22bf4592 (ffmpeg): Remove duplicated word in av_strlcat() doxy.
- Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 1c790092 (ffmpeg): Add missing '()' at the end of a function name.
- Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 14ace37e (ffmpeg): Add mention to the av_get_pix_fmt() addition.
- Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 64ad53ff (ffmpeg): Disable Altivec for processors older than G4.
- Originally committed as revision 21546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 80a07f6e (ffmpeg): Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
- Originally committed as revision 21545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 7b0b81a1 (ffmpeg): PPC: allow --cpu=E500[v2]
- Patch by Ancoron Luciferis <ancoron chaoslayer de>
Originally committed as revision 21544 to svn://svn.ffmpeg.org/ff... - 06:07 PM Revision 56348891 (ffmpeg): configure: match PPC CPU types case insensitively
- Originally committed as revision 21543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 9b861379 (ffmpeg): Set target_path to $(CURDIR)
- CURDIR is updated by make -C, PWD is not.
Originally committed as revision 21542 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:33 PM Revision 4e992796 (ffmpeg): Replace h->left_type[0] by the local variable for it we have.
- No meassureable speed effect.
Originally committed as revision 21541 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:10 PM Revision 012dbcce (ffmpeg): slightly faster bit trickery.
- Originally committed as revision 21540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 77821e11 (ffmpeg): Replace ?: by branchless code.
- about 0.5% faster loop filtering
Originally committed as revision 21539 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:31 PM Revision 7dac0c43 (ffmpeg): Fix randomness of the swscale-test output.
- See the thread:
Subject: [FFmpeg-devel] [RFC] Make swscale-test perform only one convertion
Date: Fri, 29 Jan 2010 01... - 10:37 AM Revision 2a33c673 (ffmpeg): Set duration in Smacker demuxer
- Originally committed as revision 21538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision 895ab748 (ffmpeg): Demux Bink audio in Smacker files
- Originally committed as revision 21537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 4e5f42dd (ffmpeg): Add Bink codec IDs
- Originally committed as revision 21536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 AM Revision adb54961 (ffmpeg): another 10l: forgot to change parent condition as well
- Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision b381a823 (ffmpeg): 10l trocadero: now return value of ff_rtmp_packet_read() has differen...
- Originally committed as revision 21534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision 0b6b10d9 (ffmpeg): Make RTMP send/receive packet functions report number of bytes read o...
- Originally committed as revision 21533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 09b67cc4 (ffmpeg): cosmetics: add an empty line between variable declarations and code
- Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision 1cf31685 (ffmpeg): Indeo Video Interactive 4 and 5 common code and DSP functions.
- Reviewed and corrected by myself because there were no other volunteers in the
last weeks.
Originally committed as r...
Also available in: Atom