source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0bc308de   17 years lu_zero kill a warning, av_sha1_update accepts uint8_t * not uint64_t * …
(edit) @537c8e7a   17 years lu_zero Provide sha1 to outside applications Patch from Diego Pettenò …
(edit) @84be6e72   17 years michaelni av_*_next() API for libavformat Originally committed as revision …
(edit) @562b2163   17 years michaelni avoid using first_avcodec Originally committed as revision 11205 to …
(edit) @55b9e69a   17 years michaelni av_*_next() API for libavcodec Originally committed as revision 11204 …
(edit) @8540e8c3   17 years takis.issaris Show which bitstreamfilters were compiled in, similar to the protocols …
(edit) @e1191012   17 years mans do not create copy relocations when linking to shared libs Originally …
(edit) @571bf37f   17 years diego typo/clarification Originally committed as revision 11201 to …
(edit) @72d6b1bf   17 years ramiro.polla Fix compilation of os_support.c for MinGW with --disable-network Patch …
(edit) @3a18218e   17 years kostya.shishkov Enable 4x4 IDCT for FASTTX=0 mode in WMV3 Originally committed as …
(edit) @91823a6e   17 years kostya.shishkov Add 4x4 IDCT Originally committed as revision 11198 to …
(edit) @e2270b4e   17 years justin.ruggles cosmetics: rename ac3 decoder variables Originally committed as …
(edit) @e59cc205   17 years justin.ruggles cosmetics: rename common ac3 variables Originally committed as …
(edit) @8001d923   17 years justin.ruggles cosmetics: vertical align after last commit Originally committed as …
(edit) @5ce21342   17 years justin.ruggles cosmetics: rename ac3 bit allocation variables Originally committed …
(edit) @66ecf18e   17 years justin.ruggles cosmetics: rename ac3 tables Originally committed as revision 11193 …
(edit) @59e6f60a   17 years Aurélien Jacobs add ff_ prefix to all simple_idct symbols Originally committed as …
(edit) @98f48ce1   17 years kostya.shishkov Reindent after last commit Originally committed as revision 11191 to …
(edit) @51ece68   17 years kostya.shishkov Update Altivec variant of vc1_inv_trans_8x4 Originally committed as …
(edit) @8df7cfe9   17 years kostya.shishkov Use IDCT functions when FASTTX=0 Originally committed as revision …
(edit) @d2e45f33   17 years kostya.shishkov Switch VC-1 decoder to output decoded residual immediately. …
(edit) @30ea3075   17 years kostya.shishkov Rename some tables Originally committed as revision 11187 to …
(edit) @c95a3a9   17 years diego Add missing declarations for AltiVec functions, fixes the warnings: …
(edit) @4706949c   17 years diego Fix 'make checkheaders' on AltiVec-enabled systems. Originally …
(edit) @25b92a79   17 years diego Add small OS/2 section with a link to further information. patch by …
(edit) @4978618b   17 years kostya.shishkov Use existing function for VLC reading Originally committed as …
(edit) @b192e564   17 years kostya.shishkov Check decoded dimensions for validity Originally committed as …
(edit) @ea61e33a   17 years kostya.shishkov Intra types will be stored in int8_t array Originally committed as …
(edit) @52b91753   17 years kostya.shishkov Add decoder flags Originally committed as revision 11182 to …
(edit) @da71cdad   17 years kostya.shishkov Replace table with its H.263 counterpart Originally committed as …
(edit) @89f41c3d   17 years kostya.shishkov Register myself for future RV30/40 decoder Originally committed as …
(edit) @c552605c   17 years diego Add --list-indevs and --list-outdevs command line options. Originally …
(edit) @10d46dd0   17 years diego Add --disable-devices to --help output. Originally committed as …
(edit) @7dd2862b   17 years diego Add input and output devices to configure output. Originally …
(edit) @8fb1cb58   17 years diego Remove unnecessary quotes. Originally committed as revision 11176 to …
(edit) @dbf71504   17 years kostya.shishkov Update tables for RV40 decoder Originally committed as revision 11175 …
(edit) @1918057   17 years michaelni prevent warnings about functions being possibly unused Originally …
(edit) @9a3bb2b8   17 years michaelni thank you for your efforts to keep my code clean, but i would like to …
(edit) @d22e8442   17 years diego OS/2 support restored in cleaner form. patch by Dave Yeo, daveryeo …
(edit) @b1727087   17 years takis.issaris Verify long_ref_count!=0. Fix issue 281. Originally committed as …
(edit) @bc2bc41b   17 years benoit.fouet Fix missing chroma in version 3 STR. Closes issue 290 Patch by …
(edit) @b180d9fe   17 years michaelni fix decoding of the first frame of gray.mov Originally committed as …
(edit) @cf653d08   17 years heydowns Initialize function pointers used by error resilience code before any …
(edit) @9de2919c   17 years mike adjust indentation on latest patch Originally committed as revision …
(edit) @8b35bd8   17 years mike Check sanity in the palette loading operation. The addresses a …
(edit) @ab19baef   17 years r_togni Typo Originally committed as revision 11165 to …
(edit) @c2fd6530   17 years mans use -Bsymbolic linker flag if supported Originally committed as …
(edit) @ae4ca617   17 years kostya.shishkov RV40 decoder specific functions Originally committed as revision …
(edit) @c1da59fa   17 years baptiste.coudurier return error if malloc failed, found by takis, fix issue 286 …
(edit) @9cf0419b   17 years baptiste.coudurier check mov_read_default return value where appropriate, patch by takis, …
(edit) @b529ab37   17 years banan 4 months of hard development and finally it's done. Closes issue 58. …
(edit) @cedb83a6   17 years diego colour --> color in variable names Originally committed as revision …
(edit) @9aa8ed9d   17 years takis.issaris Add a --disable-devices flag which disables all muxers and demuxers of …
(edit) @a660c52a   17 years diego cosmetics: comment spelling fixes Originally committed as revision …
(edit) @7827885c   17 years diego Fix make checkheaders. Originally committed as revision 11156 to …
(edit) @f2c68f9c   17 years diego cosmetics: spelling fixes Originally committed as revision 11155 to …
(edit) @44fb8ebb   17 years baptiste.coudurier fix dnxhd 720p in mov for quicktime player Originally committed as …
(edit) @a57c41b2   17 years michaelni add assert to detect invalid packet_timestamp_start/end (that is check …
(edit) @7548783b   17 years michaelni correct invalid duration Originally committed as revision 11152 to …
(edit) @6b80f1a1   17 years baptiste.coudurier add const to remove warnings, ffmpeg.c:2892: warning: initialization …
(edit) @3d86e370   17 years michaelni make rc_buffer_size apply to audio as well Originally committed as …
(edit) @7e1720de   17 years michaelni make mpeg-ps probe less happy with random data fixes missdetection of …
(edit) @2db97113   17 years michaelni return a slightly larger score if we find more than 500 valid mp3 …
(edit) @5ef5501b   17 years michaelni ensure that the probe code runs in O(n) Originally committed as …
(edit) @fda767bb   17 years kostya.shishkov Rename function to reflect its action Originally committed as …
(edit) @890d2799   17 years michaelni remove arbitrary 4096 limit for probing Originally committed as …
(edit) @5110d151   17 years michaelni prevent O(n2) execution of ff_mpa_decode_header() for valid mp3 files …
(edit) @e515221   17 years michaelni Remove rc_eq-specific code, it is passed by AVOption now. Originally …
(edit) @4b59cf6c   17 years michaelni Fix non-numeric AVOptions. Originally committed as revision 11142 to …
(edit) @b81f2b3d   17 years michaelni simplify Originally committed as revision 11141 to …
(edit) @24cdc39e   17 years michaelni make the AVOption code work with strings instead of crash Originally …
(edit) @1fe47470   17 years Reimar.Doeffinger Make ff_qt_default_palette_* arrays "static const" Originally …
(edit) @77777f0d   17 years Reimar.Doeffinger Some spelling fixes in comments Originally committed as revision …
(edit) @73a727f   17 years Reimar.Doeffinger Make ff_mkv_codec_tags array const, it is never written. Originally …
(edit) @b639896   17 years Reimar.Doeffinger Use the correct "const float *" type for variable instead of casting …
(edit) @5db3c3bc   17 years Reimar.Doeffinger Add missing const to last argument of decode_significance_8x8_x86. …
(edit) @c20d3ce   17 years baptiste.coudurier indentation Originally committed as revision 11134 to …
(edit) @cc3a9708   17 years baptiste.coudurier dnxhd 720p encoding and decoding support Originally committed as …
(edit) @df745b9c   17 years baptiste.coudurier cosmetics, encode_variance -> encode_fast Originally committed as …
(edit) @78532b05   17 years baptiste.coudurier fix corner case when qscale 1 bits < frame bits but max bits with …
(edit) @79cf2c7e   17 years kostya.shishkov RealVideo 3 decoder functions Originally committed as revision 11130 …
(edit) @47ac2b0d   17 years r_togni Fix muxer so that generated files are playable by realplayer, other …
(edit) @ec28509f   17 years r_togni Fix regression tests after r11127 and 11129 Patch by kostya …
(edit) @e3052ce   17 years r_togni Revert r10892, it's wrong and no longer needed to prevent crashes …
(edit) @56cc85a0   17 years diego Misc spelling fixes, prefer American over British English. Originally …
(edit) @737278c8   17 years diego Fix some spelling typos Originally committed as revision 25245 to …
(edit) @d0b53d05   17 years diego Fix some spelling mistakes. Originally committed as revision 11125 to …
(edit) @74971185   17 years kostya.shishkov RV30/40 common VLC tables Originally committed as revision 11124 to …
(edit) @f87d2632   17 years vitor1001 Fix alignment broke by my last patch Originally committed as revision …
(edit) @52b541ad   17 years vitor1001 spelling Originally committed as revision 11122 to …
(edit) @329851e0   17 years kostya.shishkov TIFF may omit compression tag. This fixes issue 276. Originally …
(edit) @7338d368   17 years diego succes --> success typo Originally committed as revision 11120 to …
(edit) @892a4c2d   17 years Reimar.Doeffinger Fix nodes[nb_codes*2-1].count being uninitialized and used to …
(edit) @5d702d6d   17 years michaelni senseless cast and () Originally committed as revision 11118 to …
(edit) @90901860   17 years michaelni stupid code (casting of void*) found by checktree.sh Originally …
(edit) @7fffc879   17 years michaelni 1000l _reserved (found by checktree.sh) Originally committed as …
(edit) @4c1e509c   17 years Reimar.Doeffinger wma_decode_superframe always returns s->block_align, so make sure we …
(edit) @2d4e0c1a   17 years diego Fix make checkheaders, #include <inttypes.h> was missing. Originally …
(edit) @bc279024   17 years diego Comment some #endif directives. Originally committed as revision …
(edit) @0063c05c   17 years michaelni fix segfault with interlaced h.264 Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.