source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @4d8243d3   17 years michaelni add vst option to select video stream Originally committed as …
(edit) @e0c850a8   17 years michaelni Avoid misdetecting acelp in ASF as MP3. fixes 2001-04-11.asf …
(edit) @11bf3847   17 years Aurélien Jacobs add proper support for subtitles muxing/stream copying Originally …
(edit) @8e0d882b   17 years Aurélien Jacobs copy language information from input stream to output Originally …
(edit) @a03d59b7   17 years Aurélien Jacobs copy packet duration when doing a stream copy Originally committed as …
(edit) @977f6a90   17 years Aurélien Jacobs remove wrong const qualifier Originally committed as revision 9795 to …
(edit) @868e43d   17 years Aurélien Jacobs use the most appropriate codec id for A_MPEG/L1 and L2 Originally …
(edit) @0f40b54c   17 years Aurélien Jacobs reorder matroska codec tags so that the encoder picks up the …
(edit) @5d2b15b8   17 years stefan.gehrer have less functions as inline Originally committed as revision 9792 …
(edit) @d58d7ade   17 years vitor1001 Minor cosmetics Originally committed as revision 9791 to …
(edit) @e4f42564   17 years takis.issaris Update the dvdsub parser to be able to parse HD-DVD subtitle packets. …
(edit) @4e16a060   17 years takis.issaris Reindent two lines. Patch by: Ian Caulfield, ian caulfield & gmx at …
(edit) @1aadf63f   17 years takis.issaris Add HD-DVD subpicture decoding. Patch by: Ian Caulfield, ian caulfield …
(edit) @a363effb   17 years takis.issaris Rename "palette" to "colormap" when it's referring to the mapping from …
(edit) @c7d96ac6   17 years gpoirier increase buffer size of LAME MP3 encoder The previous size lead to A/V …
(edit) @73f51a4d   17 years Aurélien Jacobs help some gcc version to optimize out those functions Originally …
(edit) @4611b64   17 years justin.ruggles simplify snr offset and bit allocation Originally committed as …
(edit) @e9a38248   17 years justin.ruggles only use sized data types when necessary Originally committed as …
(edit) @8f58a4c9   17 years justin.ruggles set bit allocation parameters directly instead of copying Originally …
(edit) @e2cd6686   17 years justin.ruggles use enum value instead of numerical value for acmod Originally …
(edit) @bc8edb7e   17 years justin.ruggles use consistent data type for exponents. needs to be int8_t to pass to …
(edit) @878c40a1   17 years justin.ruggles change some bit masks to arrays Originally committed as revision 9779 …
(edit) @21d0a823   17 years diego 10l: Uppercase some more overlooked makefile variables. Originally …
(edit) @021551c5   18 years diego Uppercase variable overlooked in last commit. Originally committed as …
(edit) @22a324da   18 years diego cosmetics: Use uppercase names for installation directories in …
(edit) @c75560ae   18 years diego cosmetics: Do not use braces in makefiles, use normal parentheses. …
(edit) @bec37145   18 years justin.ruggles cosmetics: indentation Originally committed as revision 9774 to …
(edit) @9fc1ab72   18 years justin.ruggles Use shared AC-3 header parsing. Move some initializations to block …
(edit) @9ef60390   18 years justin.ruggles don't need to synchronize in the decoder. the parser does that …
(edit) @de34875c   18 years justin.ruggles get rid of an ugly macro Originally committed as revision 9771 to …
(edit) @7868349a   18 years takis.issaris Return AVERROR(EINVAL) when invalid width and/or height are specified …
(edit) @90f06cea   18 years takis.issaris Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. …
(edit) @9510da2b   18 years takis.issaris Replace ENOSYS by ENOTSUP as in this case the problem is not really a …
(edit) @7889f52   18 years mmhoffm integrating blackfin optimized yuyvtoyv12 converter Originally …
(edit) @b41c9046   18 years mmhoffm removing reference to bfin_sram.h its not used anylonger Originally …
(edit) @4055d271   18 years mmhoffm adding blackfin optimized yuyvtoyv12 converter Originally committed …
(edit) @f0326fde   18 years ramiro.polla Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi. …
(edit) @b8ef6423   18 years ramiro.polla Remove EXTRADEPS from common.mak since it is no longer used …
(edit) @6b8bcd3e   18 years benoit.fouet regression tests for yuv440p yuvj440p patch by Andreas Öman: [andreas …
(edit) @83c43e4d   18 years gpoirier bail out on unknown jpeg pixel format instead of silently decoding …
(edit) @85565db0   18 years takis.issaris Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). …
(edit) @5632e568   18 years takis.issaris Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). …
(edit) @24fddf48   18 years takis.issaris Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). …
(edit) @6f3e0b21   18 years takis.issaris Replace all occurrences of AVERROR_IO with AVERROR(EIO). Originally …
(edit) @769e10f0   18 years takis.issaris Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). …
(edit) @390d5a7c   18 years diego cosmetics: indentation Originally committed as revision 9758 to …
(edit) @d0f596b4   18 years diego Make video hook infrastructure conditional on video hooks being …
(edit) @d72e7d0f   18 years benoit.fouet use sscanf to parse address Originally committed as revision 9756 to …
(edit) @d04d5bcd   18 years takis.issaris Fix the self tests which are contained in some codecs and are using …
(edit) @cc61f96f   18 years takis.issaris Fix the compilation of dct-test, fft-test and motion-test which are …
(edit) @90c1d7b4   18 years benoit.fouet UltraSPARC VIS yuv2rgb patch by Denes Balatoni: [dbalatoni interware …
(edit) @1e7f3638   18 years lucabe72 Implement av_strlcatf(): a strlcat which adds a printf style formatted …
Note: See TracRevisionLog for help on using the revision log.