source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @09bad7e3   15 years jmenon86 Handle JPEG2000 frames stored in the Quicktime container. Fixes issue …
(edit) @b70b1588   15 years jmenon86 cosmetics : fix indentation. Originally committed as revision 20499 …
(edit) @7fc58b1e   15 years Reimar.Doeffinger Remove code checking for PIC or pic and setting PIC from …
(edit) @5755bc88   15 years Reimar.Doeffinger Check if PIC is somehow already enabled (e.g. a compiler that enables …
(edit) @00fa73f0   15 years vitor1001 Avoid variable-length array use in ff_acelp_lspd2lpc() Originally …
(edit) @dccda293   15 years michaelni Add a NULL pointer check to avcodec_close() this should prevent a …
(edit) @7c4a001a   15 years mans configure: whitespace cosmetics Originally committed as revision …
(edit) @260dfb1a   15 years Reimar.Doeffinger patcheck: check that pix_fmt etc. initializers are const Originally …
(edit) @b00803e0   15 years justin.ruggles fix a rounding error in the PSNR calculation and update the many …
(edit) @a7b9c8ae   15 years Reimar.Doeffinger Attempt to document the "enable pic" hackery for OpenBSD. Originally …
(edit) @c47ca25e   15 years rsbultje Make get_bits_left() available for use in libavcodec (was previously …
(edit) @b1ade3d1   15 years rsbultje And on the sixth day, God gave us the <= operand, which makes the loop …
(edit) @5c3c0e3f   15 years stefano.sabatini-lala Fix crop filter start_frame() for paletted formats different from …
(edit) @dd18b301   15 years stefano.sabatini-lala Enable linking of parseutils.o. Originally committed as revision …
(edit) @f6e81409   15 years Reimar.Doeffinger Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway, and …
(edit) @e26d1318   15 years vitor1001 Do not hardcode filter order in ff_acelp_lspd2lpc() Originally …
(edit) @91cc5d37   15 years Carl Eugen Hoyos Move ff_reverse in libavcodec to av_reverse in libavutil. Patch by …
(edit) @66ddc150   15 years Carl Eugen Hoyos Increase default value for max_analyze_duration, fixes issue 1506, a …
(edit) @0f87b771   15 years Carl Eugen Hoyos Use enum instead of integer types where appropriate. Originally …
(edit) @80454494   15 years Carl Eugen Hoyos Use CODEC_ID_NONE instead of 0 for enum CodecID. Originally committed …
(edit) @adadf26b   15 years Carl Eugen Hoyos Use enum FrameType as parameter to construct_perm_table(). Originally …
(edit) @b411dff   15 years Carl Eugen Hoyos Use enum PixelFormat instead of int for srcFormat and dstFormat. …
(edit) @ac74dfa4   15 years stefano.sabatini-lala Fix start_frame(), which was issuing chroma artifacts with planar …
(edit) @5f36d94d   15 years Reimar.Doeffinger Set -DPREFIX for yasm simply whenever extern_prefix is set instead of …
(edit) @a16f80f3   15 years michaelni Remove unused variable. 1l for me if it wherent sunday and i could buy …
(edit) @a34ebe60   15 years Reimar.Doeffinger Always add -DPIC to YASM flags when pic is enabled. This covers the …
(edit) @609d8646   15 years baptiste.coudurier move code to avoid forward declaration Originally committed as …
(edit) @b3f9f7a3   15 years baptiste.coudurier Let pmt override stream info when encoutered later in the ts file. Do …
(edit) @187bc06   15 years justin.ruggles ac3dec: revert r20089. The change was just wrong. 10l for me. …
(edit) @28f008a9   15 years Carl Eugen Hoyos Support some LATM AAC streams (they can be decoded with MPlayer). …
(edit) @1a15ab4   15 years justin.ruggles Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. …
(edit) @f3001e0d   15 years michaelni Simpliy exp*table init, based on patch by reimar. Originally …
(edit) @2e0a80a1   15 years stefano.sabatini-lala Document sws_freeContext(). Originally committed as revision 29844 to …
(edit) @a4cb56aa   15 years baptiste.coudurier change \0xa9enc tag metadata name to encoder to match id3v2 …
(edit) @0d32307d   15 years kostya.shishkov 10l: WavPack demuxer forgot to seek back to initial position after …
(edit) @3fa70a3b   15 years stefano.sabatini-lala Add pixel format descriptors for the HW-accelerated formats. This …
(edit) @64de20d1   15 years mans PPC: make inline asm xform address test work with Apple tools …
(edit) @ffa3bd54   15 years mans IA64: do not automatically enable hardcoded tables if explicitly …
(edit) @1ffc6e83   15 years Reimar.Doeffinger Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that …
(edit) @9cad7e21   15 years lucabe72 Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam …
(edit) @bddc2df5   15 years baptiste.coudurier 10l, typo Originally committed as revision 20462 to …
(edit) @7aa2d42d   15 years kostya.shishkov If custom sampling rate is set in WavPack file, parse first block to …
(edit) @aa926a4   15 years kostya.shishkov Initialize block_parsed before reading first block header in WavPack
(edit) @c2564699   15 years baptiste.coudurier do not redundantly set stream nb_frames, it's already set in read_stts …
(edit) @e7452721   15 years baptiste.coudurier compute dts shift with ctts value, cslg atom might be missing, fix …
(edit) @fedb1eca   15 years baptiste.coudurier check that duration is set to avoid fpe Originally committed as …
(edit) @507330b9   15 years baptiste.coudurier warn if stream timescale is not set and set it to 1 to avoid FPE …
(edit) @87e76ae   15 years Reynaldo H. Verdejo Pinochet Corrects two typos Originally committed as revision 20455 to …
(edit) @a8e1cbaf   15 years Reynaldo H. Verdejo Pinochet Decrement probe score at unsuported bpp Originally committed as …
(edit) @55d2e32a   15 years baptiste.coudurier fix \0xa9wrt metadata, to composer, fix issue #1501 Originally …
(edit) @13608652   15 years Reynaldo H. Verdejo Pinochet Correct double include introduced by r20450 Originally committed as …
(edit) @c9023405   15 years vitor1001 Reduce stack memory allocation in MP3 decoder Originally committed as …
(edit) @0c50f8e6   15 years Reynaldo H. Verdejo Pinochet Implement ff_scale_vector_to_given_sum_of_squares() to aid generic …
(edit) @22321774   15 years Reimar.Doeffinger Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table …
(edit) @981b8fd7   15 years alex.converse Don't lock the channel output configuration based on the first value …
(edit) @cabc41b0   15 years stefano.sabatini-lala Vertical align. Originally committed as revision 20447 to …
(edit) @198d565   15 years stefano.sabatini-lala Use spaces after commas for improving readability. Originally …
(edit) @bc37ec92   15 years stefano.sabatini-lala Add slicify video filter. Originally committed as revision 20445 to …
(edit) @da23d424   15 years stefano.sabatini-lala Make avfilter_get_video_buffer() use …
(edit) @ae2abc69   15 years stefano.sabatini-lala Explicitely define get_video_buffer() callbacks in the format, …
(edit) @dc264e77   15 years stefano.sabatini-lala Change file doxy from "video format and noformat filters" to "format …
(edit) @09da1781   15 years stefano.sabatini-lala Fix/clarify description of the noformat filter. Originally committed …
(edit) @143e3aa0   15 years stefano.sabatini-lala Fix grammar / clarify documentation for the format and noformat …
(edit) @42022e03   15 years tempn add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov patch …
(edit) @31f8c10   15 years justin.ruggles Simplify AC-3 critical band end calculation (correctly this time). …
(edit) @94593c9b   15 years justin.ruggles Revert r20050, which caused decoding errors with at least one valid …
(edit) @20026733   15 years ramiro.polla Indent. Originally committed as revision 20436 to …
(edit) @a75e1034   15 years ramiro.polla Add -fpre option to take a preset file as parameter. The -[avs]pre …
(edit) @d71ad08   15 years stefano.sabatini-lala Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. …
(edit) @ad9feac9   15 years michaelni Avoid huge array for rgb ljpeg on the stack. Code tested with an ljpeg …
(edit) @e47ca4f7   15 years tempn map VYUY fourcc to rawcodec fixes …
(edit) @58b3536d   15 years mans configure: fix 64-bit test with clang Originally committed as …
(edit) @4c1645a4   15 years justin.ruggles Set sample format in flac_decode_init() rather than in …
(edit) @dee34af4   15 years justin.ruggles Set the sample format for Smacker audio in the decoder rather than in …
(edit) @faa374b7   15 years mans configure: remove extra backslashes from suncc DEPEND_CMD Patch by …
(edit) @06454877   15 years mans configure: use here-doc for --help output Originally committed as …
(edit) @173c983b   15 years mans configure: use here-docs instead of echo for writing config.{h,mak} …
(edit) @b4f93564   15 years mans configure: simplify setting of SDL flags in config.mak Originally …
(edit) @c73f65d9   15 years mans Allow disabling doc generation with --disable-doc Originally …
(edit) @ad212cc6   15 years mans configure: simplify STRIP setting in config.mak Originally committed …
(edit) @a48289c7   15 years mans Makefile cosmetics Originally committed as revision 20422 to …
(edit) @083c5a48   15 years vitor1001 Implement AMR gain function that is used by both AMR and SIPR. Based …
(edit) @050ba6f4   15 years baptiste.coudurier print packet duration when debugging timestamps Originally committed …
(edit) @a520e9f2   15 years stefano.sabatini-lala Document slice ordering assumption done by sws_scale(). Originally …
(edit) @c5ec0d9d   15 years stefano.sabatini-lala Remove the get_video_buffer() callback. That was never required since …
(edit) @b94ca208   15 years ramiro.polla Document that using "make -r" might be faster than plain "make" in …
(edit) @a5abfd8f   15 years benoit.fouet Issue an error when forced format cannot be honored. Patch by Etienne …
(edit) @8a08175f   15 years michaelni Change whitespace placement a little to improve readabiliy slightly. …
(edit) @f92e7696   15 years michaelni Multiple inclusion guards for synth_filter.h. Originally committed as …
(edit) @e58992e4   15 years Carl Eugen Hoyos Support demuxing teletext in DVB streams. Original patch by Francesco …
(edit) @d886e4df   15 years michaelni Vertically align function arguments. Originally committed as revision …
(edit) @de4070b5   15 years mans Add generic rules for building helpers with HOSTCC Originally …
(edit) @7a41027   15 years Reimar.Doeffinger vorbis_dec: factor out duplicated code for index reading, bounds …
(edit) @e273b038   15 years mans Makefile cosmetics Originally committed as revision 20410 to …
(edit) @0956bc9b   15 years Reimar.Doeffinger Enable hardcoded tables for ia64 shared builds. At least for …
(edit) @f0125de9   15 years mans configure: add C99 flags to HOSTCFLAGS Originally committed as …
(edit) @3db0208c   15 years Reimar.Doeffinger Change format string from "x" to PRIx32 to hopefully fix a warning …
(edit) @785d3c97   15 years mans Makefile cosmetics Originally committed as revision 20406 to …
(edit) @df4fe41d   15 years mans Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set …
(edit) @52a4a077   15 years Reimar.Doeffinger Fix out-of-tree builds with --enable-hardcoded-tables Originally …
Note: See TracRevisionLog for help on using the revision log.