source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @614e9b24   18 years justin.ruggles don't need to define ALT_BITSTREAM_READER Originally committed as …
(edit) @36266421   18 years justin.ruggles update license header. add copyright for myself. correct and complete …
(edit) @3bb004fc   18 years justin.ruggles revise comment for exponent decoding function Originally committed as …
(edit) @4415076f   18 years justin.ruggles new implementation of exponent decoding Originally committed as …
(edit) @d699d38   18 years justin.ruggles cosmetics: indentation Originally committed as revision 9748 to …
(edit) @0ce6680   18 years justin.ruggles remove portions of bit allocation which are no longer needed since …
(edit) @d24ce947   18 years alex indentation fix Originally committed as revision 9746 to …
(edit) @6c4d4fa3   18 years alex removed unused variable ti Originally committed as revision 9745 to …
(edit) @9c8d9f25   18 years vitor1001 Another minor simplification Originally committed as revision 9744 to …
(edit) @ac069107   18 years banan Set the step index correctly for flash adpcm. Patch by Baptiste …
(edit) @9fff16bc   18 years banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste …
(edit) @1f48345a   18 years benoit.fouet remove warnings Originally committed as revision 9741 to …
(edit) @2c79288d   18 years benoit.fouet fix mem leak patch by Zdenek Kabelac: [zdenek kabelac gmail com] …
(edit) @c9128d56   18 years vitor1001 Make deinterlace_16 receive an array as a parameter and not two …
(edit) @b37bce6b   18 years vitor1001 Minor simplification Originally committed as revision 9738 to …
(edit) @60c4a31c   18 years vitor1001 Yet more cosmetics Originally committed as revision 9737 to …
(edit) @10024d44   18 years vitor1001 More cosmetics Originally committed as revision 9736 to …
(edit) @d0da8020   18 years vitor1001 Remove reimplementation of av_log2 Originally committed as revision …
(edit) @ef0d7a0d   18 years Reimar.Doeffinger Document aes init code writing on purpose beyond round_key array into …
(edit) @109d30e9   18 years benoit.fouet remove useless check Originally committed as revision 9733 to …
(edit) @9ba7fe6d   18 years benoit.fouet use YUV440P in swscale patch by Andreas Öman: \andreas olebyn nu/ …
(edit) @4196cfb7   18 years benoit.fouet add YUV440P and YUVJ440P support patch by Andreas Öman: \andreas …
(edit) @104d0418   18 years benoit.fouet fix emulated inet_aton so that it fails for invalid addresses patch by …
(edit) @f1752010   18 years vitor1001 Test for supported number of channels Originally committed as …
(edit) @586e5bd9   18 years vitor1001 Cosmetics: indentation Originally committed as revision 9729 to …
(edit) @a1301f29   18 years vitor1001 Cosmetics: alignment Originally committed as revision 9728 to …
(edit) @10fb5763   18 years vitor1001 Remove more code duplication. Based on a patch by Matthieu Castet. …
(edit) @d562ba23   18 years vitor1001 Move var. declaration to allow further clean up Originally committed …
(edit) @001ec026   18 years michaelni lcl.c doesnt exist anymore Originally committed as revision 9725 to …
(edit) @7f268016   18 years vitor1001 Remove code duplication. Based on a patch by Matthieu Castet. …
(edit) @33ed2d84   18 years lu_zero Editorial cleanup, thanks Diego =) Originally committed as revision …
(edit) @241fb0c4   18 years lu_zero RTP clarifications Originally committed as revision 9722 to …
(edit) @0509d453   18 years alex set codec_type on init Originally committed as revision 9721 to …
(edit) @43924f01   18 years alex use av_q2d as in the rest of the file Originally committed as …
(edit) @f1ea5c2a   18 years diego typo fixes Originally committed as revision 9719 to …
(edit) @04d2e45f   18 years benoit.fouet create colorspace.h and use it where appropriate patch by Ian …
(edit) @208e63b   18 years michaelni mention rfc 4629 for rtp-h263(+) Originally committed as revision …
(edit) @b5f3f2b8   18 years mmhoffm fixpoint: renaming all lowlevel arithmetic routines to xxx_float …
(edit) @325751ef   18 years diego This was rewritten by Michael, switch copyrights to him and license to …
(edit) @21f41fa6   18 years benoit.fouet revert my accidental previous commit Originally committed as revision …
(edit) @83ef1fea   18 years benoit.fouet fix tools compilation Originally committed as revision 9712 to …
(edit) @975741e7   18 years benoit.fouet Don't segfault if an empty codebook gets used. Patch by Denes …
(edit) @263c241   18 years Roman R. * making profile selection a bit more tolerant to the badly broken …
Note: See TracRevisionLog for help on using the revision log.