source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @00a6b92b   19 years mans fix memory leak on mpegts close found by Andy Brown <abrown at daqtron …
(edit) @54009d42   19 years michaelni remove mpegvideo.c img resample dependancy Originally committed as …
(edit) @6b250e47   19 years michaelni get_xbits() optimization Originally committed as revision 5257 to …
(edit) @ad8812be   19 years michaelni remove useless code Originally committed as revision 5256 to …
(edit) @002a7414   19 years michaelni simplify loop a little Originally committed as revision 5255 to …
(edit) @78d2d4e1   19 years michaelni do UPDATE_CACHE only when needed (which should be VERY rare) …
(edit) @e7e2025a   19 years michaelni + (sign&1) -> -sign (1 instruction less) Originally committed as …
(edit) @ac2549b5   19 years michaelni avoid hard to predict branch (idea by arpi) Originally committed as …
(edit) @9296d45d   19 years michaelni warn user about crappy OS patch by (Steve Lhomme …
(edit) @46641a13   19 years lu_zero Proper typecast for vector bool Originally committed as revision 5250 …
(edit) @f880199   19 years dalias fix constraint violation: libavformat is not allowed to modify state …
(edit) @5d6ed7c1   19 years lucabe72 move enum PixelFormat from libavcodec to libavutil …
(edit) @d30ba3b   19 years michaelni reverting 1.31->1.33 fix coverity warning CID: 255 (uninitalized …
(edit) @1adc29ee   19 years michaelni dont forget table_size in the decode_frame return value Originally …
(edit) @1005f542   19 years bugfood-ml - Add new file internal.h for common internal-use-only functions. - …
(edit) @06ab9cff   19 years Roman R. * fixing -target *dv issues with not setting pix_fmt and adding dv50 …
(edit) @60f3c0b8   19 years michaelni fix gcc 2.95 compilation Originally committed as revision 5243 to …
(edit) @085065f0   19 years lu_zero Cast cruft in order to support Apple gcc Originally committed as …
(edit) @c6b1866b   19 years diego Ignore apiexample and test programs. Originally committed as revision …
(edit) @dc9cc5ed   19 years diego EXTRALIBS already contains -lm, no need to add it explicitly. …
(edit) @b88a718a   19 years michaelni avoid if(i>=63) check at the end of decode_block() Originally …
(edit) @415365d2   19 years michaelni avoid i++ in decode_block() Originally committed as revision 5238 to …
(edit) @7d2b787d   19 years michaelni minor optimization of decode_block() Originally committed as revision …
(edit) @c17be81   19 years lucabe72 Change img_convert() from img_fmt to img_fmt with img_copy() …
(edit) @22dde0e9   19 years michaelni optimizations by arpi Originally committed as revision 5235 to …
(edit) @6a1a892f   19 years mans use sdl-config with $cross_prefix patch by Frantisek Dvorak <valtri at …
(edit) @65f51a41   19 years mans be nice to syntax highlighting that doesn't understand here-docs …
(edit) @dfca23e3   19 years Reimar.Doeffinger NuppelVideo/MythTVVideo support, including rtjpeg decoder Originally …
(edit) @4f6a6e1f   19 years baptiste.coudurier skip 0byte packets Originally committed as revision 5231 to …
(edit) @a8fcaf40   19 years diego #define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation. …
(edit) @b0519015   19 years baptiste.coudurier ignore wrong negative cts values created by quicktime Originally …
(edit) @22b48b8   19 years lu_zero altivec support for snow Originally committed as revision 5228 to …
(edit) @e62c29bf   19 years lu_zero altivec support for snow Originally committed as revision 5227 to …
(edit) @302ed0dd   19 years baptiste.coudurier flush packets Originally committed as revision 5226 to …
(edit) @1e7ffa50   19 years diego Use '-' instead of '|| true' to ignore errors. Originally committed …
(edit) @5b663851   19 years banan Use a more descriptive error message. Originally committed as …
(edit) @3ed73c46   19 years baptiste.coudurier let vorbis decoder init too, fix mi2_vorbis51.mp4 Originally …
(edit) @e31bd3e3   19 years baptiste.coudurier add mp3on4 detection, fix red.mp4 Originally committed as revision …
(edit) @94ede53e   19 years baptiste.coudurier fix double free, priv_data is freed in av_open_input_stream …
(edit) @a3a80ddc   19 years baptiste.coudurier use 64bit atom version if needed Originally committed as revision …
(edit) @d766800b   19 years michaelni dont set random timestamps if they are not known Originally committed …
(edit) @78a11456   19 years michaelni fixing timebase Originally committed as revision 5218 to …
(edit) @76fabb45   19 years kostya.shishkov Don't use get_vlc2() when tree is one symbol. This fixes audio …
(edit) @662710ed   19 years diego Rename time variable to the more descriptive block_time. patch by …
(edit) @2ea39252   19 years lorenm 10l in 1.199 (write_back_motion with B-pyramid + spatial) Originally …
(edit) @5e8b787a   19 years lorenm simplified and slightly faster h264_chroma_mc8_mmx Originally …
(edit) @a11a334d   19 years mans make install target depend on vhooks Originally committed as revision …
(edit) @ec04d244   19 years baptiste.coudurier let faad init parameters properly, fix many SBR samples Originally …
(edit) @99487f4   19 years baptiste.coudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 Originally committed as …
(edit) @e1017f2   19 years baptiste.coudurier need to dissociate pcm 16bit and 8bit cases Originally committed as …
(edit) @67dd33f9   19 years baptiste.coudurier use av_d2q to parse frame rate Originally committed as revision 5209 …
(edit) @0dd39bfe   19 years baptiste.coudurier Quicktime creates S8 that way too Originally committed as revision …
(edit) @a66abcb1   19 years baptiste.coudurier vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux …
(edit) @dc2bf20e   19 years mans ST16 is undefined for non-GNU compilers. Patch by Steve Lhomme …
(edit) @96277634   19 years diego Fix order of operands in lrintf test to make the test not fail if you …
(edit) @e77ef27   19 years lorenm prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 …
(edit) @513fbd8e   19 years lorenm prefetch pixels for future motion compensation. 2-5% faster h264. …
(edit) @7e815047   19 years baptiste.coudurier use 64bit types Originally committed as revision 5202 to …
(edit) @5e6a5c4   19 years lorenm 10l Originally committed as revision 5201 to …
(edit) @fdd30579   19 years lorenm added mmx implementation of h264_chroma_mc2 Originally committed as …
(edit) @3cdc7eb4   19 years baptiste.coudurier dvcpro is 411p in fact Originally committed as revision 5199 to …
(edit) @53b1914   19 years lorenm 1.5x faster write_back_motion, 1-3% overall Originally committed as …
(edit) @e8600e5e   19 years gpoirier add MMX and SSE versions of ff_snow_inner_add_yblock Patch by Robert …
(edit) @d439facb   19 years michaelni duration and subitle fix from the patch by Steve Lhomme Originally …
(edit) @70596d0   19 years michaelni cleanup codec_id mapping (untested) Originally committed as revision …
(edit) @f444b977   19 years baptiste.coudurier clean Originally committed as revision 5194 to …
(edit) @1175561e   19 years baptiste.coudurier support 64bit date/duration Originally committed as revision 5193 to …
(edit) @68ca39b2   19 years michaelni fix aspect ratio Originally committed as revision 5192 to …
(edit) @2c9a0285   19 years bugfood-ml snow mmx+sse2 optimizations, part 4 Patch by Robert Edele, yartrebo …
(edit) @8fcdd831   19 years michaelni fixing current_sample vs. next_sample mess Originally committed as …
(edit) @348efc18   19 years kostya.shishkov Smacker demuxer and decoder. Originally committed as revision 5189 to …
(edit) @305ee50f   19 years michaelni provide more info on which streams lack codec parameters Originally …
(edit) @21c5aca6   19 years baptiste.coudurier free ftyp atom Originally committed as revision 5187 to …
(edit) @d59518d4   19 years mans since Michael prefers to keep dsputil.h private to libavcodec (rather …
(edit) @4567b4bd   19 years gpoirier Add the mmx and sse2 implementations of ff_snow_vertical_compose(). …
(edit) @561a18d3   19 years bugfood-ml Snow mmx + sse2 part 2 Patch by Robert Edele, yartrebo <<at>> …
(edit) @1956e166   19 years michaelni fixing interlaced direct mode field select values Originally …
(edit) @83378d0d   19 years michaelni various fixes for xvid_rc Originally committed as revision 5182 to …
(edit) @dc8b01d1   19 years diego Enable ffserver on Darwin, non-AltiVec regression tests pass. …
(edit) @5fe4cf7b   19 years michaelni fix frametypes with xvid_rc Originally committed as revision 5180 to …
(edit) @0adba3d8   19 years michaelni fixing bquant_offset Originally committed as revision 5179 to …
(edit) @e70e7a4b   19 years michaelni segfault fix Originally committed as revision 5178 to …
(edit) @b0e6636b   19 years diego Reenable NUT and NUT regression tests as requested by Michael. …
(edit) @022fad48   19 years bugfood-ml make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't …
(edit) @13c97a5a   19 years gpoirier 10l: Only set *compose97i *add_yblock to dsputils context if we are …
(edit) @8859312   19 years diego Disable the NUT (de)muxer until it has been synced with the …
(edit) @7db2245d   19 years baptiste.coudurier > 2GB file fix Originally committed as revision 5173 to …
(edit) @059715a4   19 years gpoirier First part of a series of speed-enchancing patches. This one sets up a …
(edit) @dbdaebe2   19 years michaelni extract duration Originally committed as revision 5171 to …
(edit) @60a9cc58   19 years baptiste.coudurier keep ftyp first Originally committed as revision 5170 to …
(edit) @c0339599   19 years baptiste.coudurier fix warning Originally committed as revision 5169 to …
(edit) @95ca7c94   19 years baptiste.coudurier use CFLAGS when compiling qt-faststart, to enable largefile support …
(edit) @e2daf554   19 years baptiste.coudurier use fseeko and ftello to be 64 bit offsets compliant Originally …
(edit) @023857be   19 years gpoirier make the delta magnitude a user specifyable parameter: …
(edit) @f4c7b001   19 years baptiste.coudurier fix sample size for uncompressed sound Originally committed as …
(edit) @fc8c4992   19 years michaelni dont pass intra flag if its always 0 Originally committed as revision …
(edit) @4cb8574d   19 years michaelni fixing coverity warnig CID: 253 (reading over the end of the …
(edit) @40c8602f   19 years michaelni fix coverity warning CID: 255 (uninitalized variable used to build …
(edit) @60023e32   19 years lucabe72 Do not be too verbose Originally committed as revision 5161 to …
(edit) @11b9c0f4   19 years lucabe72 Tell the user why video capture is failing Originally committed as …
Note: See TracRevisionLog for help on using the revision log.