source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9a0a2c9f   17 years baptiste.coudurier no need to duplicate cid table vars in context Originally committed …
(edit) @940e4bf9   17 years baptiste.coudurier 10l, use correct cid table Originally committed as revision 9898 to …
(edit) @035bc64   17 years baptiste.coudurier add coding unit size for interlaced decoding Originally committed as …
(edit) @36ebf912   17 years baptiste.coudurier should be more correct Originally committed as revision 9896 to …
(edit) @74e9b9ae   17 years baptiste.coudurier set block align to stsd audio v2 bytes per frame for adpcm ms and ima …
(edit) @1ae7a851   17 years michaelni indent Originally committed as revision 9894 to …
(edit) @eaf84d9   17 years justin.ruggles cosmetics: use braces when it makes the code easier to read. …
(edit) @fc59010b   17 years justin.ruggles change AC3DecodeContext variable to local variable Originally …
(edit) @6d96d626   17 years justin.ruggles use array instead of bitmask Originally committed as revision 9891 to …
(edit) @4e2b9bcc   17 years michaelni Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. …
(edit) @3357ff33   17 years justin.ruggles use table for converting dynamic range codes to scale factors …
(edit) @5aefe3eb   17 years justin.ruggles use floating-point mantissa dequantization tables Originally …
(edit) @04ac5cad   17 years justin.ruggles cosmetics: indentation Originally committed as revision 9887 to …
(edit) @60f07fad   17 years justin.ruggles dither zero-bit mantissas by default. remove dithering only if it's …
(edit) @bca7db35   17 years michaelni detect MS wav codecs fixes detection of audio codec though not …
(edit) @d63f6fea   17 years justin.ruggles simplify coefficient decoding Originally committed as revision 9884 …
(edit) @285bf28c   17 years justin.ruggles merge decoding of coupling channel coefficients and regular channel …
(edit) @d7dc7ad0   17 years justin.ruggles split out coupling coefficient reconstruction into a separate function …
(edit) @7cacf1e8   17 years michaelni drop non keyframes before the first keyframe for stream copy …
(edit) @4efd6f58   17 years michaelni fix block_align for mp3 stream copy Originally committed as revision …
(edit) @80c24d99   17 years michaelni URL of the webinterface Originally committed as revision 9879 to …
(edit) @c0dd7b7c   17 years michaelni get rid of some double timebase convertion Originally committed as …
(edit) @aebe25f   17 years michaelni remove the mailinglist still preferred note, roundup is much nicer …
(edit) @fec401f7   17 years michaelni properly implement "user specified start time offset" which was added …
(edit) @feb7bc6   17 years alex cosmetics: be sure all lines fit into 79 characters Originally …
(edit) @26ba8235   17 years alex cosmetics: indent correctly Originally committed as revision 9874 to …
(edit) @1a3f0ca2   17 years alex Use getCachedContext instead getContext to support resolution change. …
(edit) @3e5008a   17 years diego Reduce Theora decoder verbosity. Originally committed as revision …
(edit) @02b15cc   17 years michaelni move code which adds a AVPacket into the packet buffer into its own …
(edit) @392b7482   17 years michaelni output last frame if seq end code is encountered fixes video decoding …
(edit) @61eade27   17 years mmhoffm correct order of fixedpoint in CONFIG list Originally committed as …
(edit) @31991973   17 years diego Remove unused variable. Originally committed as revision 9868 to …
(edit) @037df60e   17 years michaelni simplify s->mv_dir init Originally committed as revision 9867 to …
(edit) @c16c584a   17 years mmhoffm --enable-fixedpoint, for configuring fixedpoint optimizations, this is …
(edit) @2f446d3   17 years michaelni get rid of mb_type_len Originally committed as revision 9865 to …
(edit) @653f7387   17 years michaelni exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is …
(edit) @04b502fa   17 years michaelni exchange if() and for() in the MT_FIELD case 18 cpu cycles faster for …
(edit) @f4fbcd33   17 years michaelni exchange for() and if() order in the MT_FRAME case safes 24 cpu …
(edit) @dc1ecb6a   17 years mmhoffm making reference models have the same API Originally committed as …
(edit) @356ab1da   17 years michaelni change for(){ if(){ switch(){ to switch(){ for(){ …
(edit) @93b3c083   17 years mans replace some "disabled" calls with "! enabled" Originally committed …
(edit) @2952d13a   17 years michaelni merge another 2 if() to save a few cpu cycles Originally committed as …
(edit) @09d1bee8   17 years michaelni reorder if() so that the condition can be simplified saves another 4 …
(edit) @0ac6b5a3   17 years michaelni merge/simplify 2 if() ~4 cpu cylces faster for the matrixbench video …
(edit) @fecc146b   17 years michaelni merge 2 if() this safes 1-2 cpu cycles Originally committed as …
(edit) @af88ae54   17 years diego alphabetical order Originally committed as revision 9854 to …
(edit) @e555e7b2   17 years diego Remove redundant variable declarations. Originally committed as …
(edit) @81752d0c   17 years baptiste.coudurier use buf_ptr to correctly decode second field Originally committed as …
(edit) @d8d0d0b2   17 years michaelni move gray so as to not introduce further misordering Originally …
(edit) @9d92cce1   17 years michaelni remove unneeded gray="no" Originally committed as revision 9850 to …
(edit) @8dd16fe0   17 years mmhoffm adding myself to the CREDITS Originally committed as revision 9849 to …
(edit) @dfd57c36   17 years justin.ruggles align array used in mdct. fixes segfault. Originally committed as …
(edit) @87352549   17 years michaelni use ENABLE_GRAY Originally committed as revision 9847 to …
(edit) @cde9e780   17 years michaelni make grayscale only decoding checks in inner loops compiletime …
(edit) @01e795ab   17 years michaelni move some code which was executed for every skipped MB so it is only …
(edit) @4152c5ce   17 years michaelni get rid of a useless variable Originally committed as revision 9844 …
(edit) @7ceab4af   17 years michaelni avoid 2 additions (1 cpu cycle) per MB Originally committed as …
(edit) @5bfbf0a5   17 years michaelni chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu …
(edit) @b9ca2042   17 years takis.issaris Fix typo Originally committed as revision 9841 to …
(edit) @d2ace37   17 years benoit.fouet fill title, author, copyright and comment fields by parsing udta atom …
(edit) @10a7571b   17 years michaelni deal with the case where one of pts,dts has wrapped but the other has …
(edit) @29d2dc59   17 years benoit.fouet fix mem leak patch by Daniel Kristjansson: [danielk cuymedia net] …
(edit) @c7bf7a82   17 years diego Identifiers starting with underscores are reserved. Originally …
(edit) @d4a688d0   17 years gpoirier fix cabac decoding with some Blue-Ray sources Patch by Andreas Öman …
(edit) @90f66438   17 years michaelni kill antiwrapping code, i do not think this did anything good fixes …
(edit) @f49f6e8   17 years Roman R. replacing the use of deprecated unaligned*() routines by LD64 and …
(edit) @6654296c   17 years takis.issaris Handle malloc failure Originally committed as revision 9833 to …
(edit) @bffcf2eb   17 years baptiste.coudurier treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have …
(edit) @a11c2a2c   17 years michaelni support silly PCM variant used by zork nemesis fixes audio decoding of …
(edit) @2711cb28   17 years michaelni prevent assert failure with negative quant_offset Originally …
(edit) @3dd2a1c5   17 years michaelni warn user if max=bitrate && max > min Originally committed as …
(edit) @611e7bc4   17 years michaelni support raw 4bpp avi fixes dance1.avi closes issue40 Originally …
(edit) @3bdc2fce   17 years michaelni make the reference code use double instead of float where it is easy …
(edit) @86c624af   17 years michaelni print max and mse Originally committed as revision 9826 to …
(edit) @7919d10c   17 years kostya.shishkov Make bicubic interpolation standard compliant Patch by Christophe …
(edit) @8b60bbb   17 years justin.ruggles simplify stereo rematrixing Originally committed as revision 9824 to …
(edit) @b6acc57f   17 years justin.ruggles change 2 fields from context to local variables Originally committed …
(edit) @8fbb368d   17 years justin.ruggles BLOCK_SIZE is not used properly, just use numbers instead to avoid …
(edit) @7bfd22f2   17 years justin.ruggles remove broken downmixing. will add new implementation later. …
(edit) @edecaff8   17 years takis.issaris Take care of some renames (Doxygen and function name) after the …
(edit) @bd38efff   17 years takis.issaris Rename h264dsp.c to h264dspenc.c Originally committed as revision …
(edit) @36cf20f5   17 years diego Merge get_str() and get_str8() functions. patch by Ronald S. Bultje, …
(edit) @28263f5f   17 years diego Fix get_str/get_str8() to also work if the target string is not long …
(edit) @bd7c6fd5   17 years diego typo Originally committed as revision 23889 to …
(edit) @19032450   17 years diego Ahem, fix typos overlooked in last commit. Originally committed as …
(edit) @df3a80b5   17 years diego cosmetics: misc typo fixes Originally committed as revision 9815 to …
(edit) @bd35bdf1   17 years lessen42 Add EBML ID for Segment UID Originally committed as revision 9814 to …
(edit) @6611c0b4   17 years takis.issaris Replace a return of -1 with ENOMEM. Originally committed as revision …
(edit) @794f8e97   17 years takis.issaris Add the possibility to show all configurable encoders, decoders, …
(edit) @4cb3aa09   17 years takis.issaris Add a section about C++ and extern "C" in the FAQ. Originally …
(edit) @6b90f8e   17 years michaelni note about removing needs_more_info Originally committed as revision …
(edit) @8950f828   17 years michaelni detect voxware (closes issue39) Originally committed as revision 9809 …
(edit) @41415d28   17 years michaelni try exact match before case insensitive match in codec_get_id …
(edit) @60ff1c44   17 years michaelni ignore invalid packet_obj_size fixes video5.asf Originally committed …
(edit) @c5388c07   17 years lucabe72 Introduce an SDP generator Originally committed as revision 9806 to …
(edit) @0eb7d780   17 years michaelni remove "Advanced Prediction Mode not supported" spam Originally …
(edit) @59ba3fd   17 years michaelni also support DEBUG_PICT_INFO for h263i Originally committed as …
(edit) @1be7c87f   17 years michaelni move show_pict_info() to its own function Originally committed as …
(edit) @89aa478f   17 years Aurélien Jacobs cosmetics: alignment Originally committed as revision 9802 to …
(edit) @b1dc5be   17 years Aurélien Jacobs replaces hardcoded values by the equivalent enum definitions …
Note: See TracRevisionLog for help on using the revision log.