source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f2ed1a41   15 years stefano.sabatini-lala Fix the spelling for the project name, from "ffmpeg" to "FFmpeg". …
(edit) @dba755fa   15 years stefano.sabatini-lala Rename vfilters.texi to libavfilter.texi, as the file is meant to …
(edit) @a3faf694   15 years ramiro.polla Add comment on #endif about condition that triggers it. Originally …
(edit) @61ee5045   15 years daniel Seek function for TMV Originally committed as revision 20336 to …
(edit) @0319ba5e   15 years daniel Parenthesize correctly in TMV probe Originally committed as revision …
(edit) @2bc70a7   15 years Reimar.Doeffinger Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek …
(edit) @711e69a7   15 years Carl Eugen Hoyos Improve sofdec dectection to avoid false positives for MP2. Patch by …
(edit) @558dbb84   15 years Reimar.Doeffinger sin_tables.c is a generated file, so add it to CLEANFILES Originally …
(edit) @a0b909fb   15 years benoit.fouet Remove SHIFT_TEMPS from jfdct code. Patch by avcoder: …
(edit) @08580cb0   15 years benoit.fouet Make url_resetbuf() assert on wrong flags passed and make it static on …
(edit) @0cd0a224   15 years diego Move function that is only used by the MP3 muxer below the …
(edit) @2ab9be3a   15 years diego Add missing dependency of the S/PDIF muxer on the AAC parser. Fixes …
(edit) @ff06d76a   15 years diego Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. This …
(edit) @cd69fa69   15 years diego The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object …
(edit) @96ff02f1   15 years diego Get rid of some pointless '== NULL' / '!= 0' conditions in if …
(edit) @6f571d89   15 years diego Remove some duplicate object dependencies for the RTSP demuxer. They …
(edit) @47e9f621   15 years diego Add missing rdt.o dependency for SDP demuxer. This fixes the build …
(edit) @3a408eff   15 years stefano.sabatini-lala Move up the $test variable definition, together with the other …
(edit) @dd65909a   15 years stefano.sabatini-lala Give symbolic names to the positional parameters of the …
(edit) @c0da46c8   15 years stefano.sabatini-lala Break over-80-chars-long line. Originally committed as revision 20320 …
(edit) @72017ea   15 years baptiste.coudurier check stream index validity in av_program_add_stream_index Originally …
(edit) @8425ceca   15 years baptiste.coudurier request mp3 frame_size to be set in has_codec_parameters, fix issue …
(edit) @b0bef342   15 years stefano.sabatini-lala Add additional long names for the Flash Video decoder and encoder. …
(edit) @2917367c   15 years stefano.sabatini-lala Add additional long names for the Sorenson Vector Quantizer 3 decoder. …
(edit) @1c062b55   15 years stefano.sabatini-lala Add additional long names for the Sorenson Vector Quantizer 1 decoder …
(edit) @9adcccde   15 years Reimar.Doeffinger mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make …
(edit) @8767fb4c   15 years diego whitespace cosmetics: prettyprinting, K&R style Originally committed …
(edit) @643fc8f1   15 years Carl Eugen Hoyos Flip (M)JPEG frames encoded by Intel JPEG library. Fixes issues 1464 …
(edit) @11eb3ce   15 years diego Remove pointless parentheses. Originally committed as revision 20311 …
(edit) @d91aac1c   15 years diego cosmetics: Remove pointless parentheses from return statement. …
(edit) @933018e2   15 years Reimar.Doeffinger Align the seek regression test output for better readability. …
(edit) @19538981   15 years darkshikari Update libx264.c for x264 API change Change behavior of b-pyramid …
(edit) @f2c061ec   15 years baptiste.coudurier reindent after commit Originally committed as revision 20307 to …
(edit) @7edbcfb7   15 years baptiste.coudurier In dump_format, print streams not associated with any program. Fixes …
(edit) @cbd8a722   15 years Reynaldo H. Verdejo Pinochet Fix wrong comparison in r20304 Originally committed as revision 20305 …
(edit) @9cf6bbb9   15 years Reynaldo H. Verdejo Pinochet If missing, calculate width or height from bpp and image size lowering …
(edit) @027e85d8   15 years stefano.sabatini-lala Add an entry for the avfilter_make_format_list() interface change. …
(edit) @6b5dc050   15 years stefano.sabatini-lala Rename avfilter_make_format_list2() to avfilter_make_format_list(). …
(edit) @e768cb7   15 years stefano.sabatini-lala Remove avfilter_make_format_list(), it has been replaced by …
(edit) @c3a58c4e   15 years baptiste.coudurier fix indentation Originally committed as revision 20300 to …
(edit) @f6a1fa85   15 years stefano.sabatini-lala Implement avfilter_make_format_list2(), which is going to replace …
(edit) @f28b385d   15 years stefano.sabatini-lala Make clear in the doxy that this is a *video* filter. Originally …
(edit) @f6112d7f   15 years stefano.sabatini-lala Split the "Introduction" chapter in two chapters as suggested by …
(edit) @94ec3aca   15 years Carl Eugen Hoyos Support FourCC mjpa as MJPEG. Fixes issue 1492. Originally committed …
(edit) @9dd08b4e   15 years vitor1001 Fix recursive avfilter_poll_frame(). It was doing min = FFMIN(min, …
(edit) @b07781b6   15 years lorenm fix linking on systems with a function name prefix (10l in r20287) …
(edit) @29e4edbb   15 years lorenm sync yasm macros to x264 Originally committed as revision 20293 to …
(edit) @807e4e81   15 years baptiste.coudurier mux all stream types except audio as one pes packet per avpacket, …
(edit) @10a693b5   15 years baptiste.coudurier fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at …
(edit) @e17ccf60   15 years lorenm huffyuv: add some const qualifiers Originally committed as revision …
(edit) @7857d3cc   15 years baptiste.coudurier fix indentation and add braces Originally committed as revision 20289 …
(edit) @45a4984   15 years baptiste.coudurier handle_packets takes number of packets as arg, avoid reading too much …
(edit) @2f77923d   15 years lorenm simd add_hfyu_left_prediction 2.2x faster than C on conroe, 3.6x on …
(edit) @1303d62d   15 years baptiste.coudurier Increase max resync size, fix demuxing of …
(edit) @f4d608e   15 years justin.ruggles add CONFIG_LPC to the build system for lpc dsputil functions. fixes …
(edit) @4df254f   15 years mans WMAPRO: use some type punning in decode_coeffs() Originally committed …
(edit) @f122ef36   15 years Reynaldo H. Verdejo Pinochet Smarten mtv's probe a bit. Check for non zero on bpp and width|height …
(edit) @a828d48c   15 years Reimar.Doeffinger Replace seek test error return numbers by the corresponding E* …
(edit) @a0228397   15 years vitor1001 Replace big square-root table by a call to ff_sqrt(). Based on a patch …
(edit) @8da1d52c   15 years Aurélien Jacobs remove old and useless debug code It uses the old, deprecated metadata …
(edit) @c4d438c   15 years kostya.shishkov Read metadata in WavPack files. Patch by Anton Khirnov (acronym("What …
(edit) @53bc53ae   15 years diego Fix typo that mistakenly slipped into previous commit: …
(edit) @2bd0758e   15 years Aurélien Jacobs matroskaenc: Add support for writing chapters. patch by Anton Khirnov …
(edit) @15674f12   15 years diego cosmetics: Break overly long lines. Originally committed as revision …
(edit) @7b018b1d   15 years stefano.sabatini-lala Add the null video filter. Originally committed as revision 20275 to …
(edit) @930aa451   15 years stefano.sabatini-lala Use 'enum PixelFormat *' rather than 'int *' as type for the …
(edit) @c3b27a3d   15 years stefano.sabatini-lala Add an entry for the avfilter_get_video_buffer() API change operated …
(edit) @0eb4ff9e   15 years stefano.sabatini-lala Make avfilter_get_video_buffer() recursive. When called on a link …
(edit) @1f09ab5e   15 years stefano.sabatini-lala Add documentation for libavfilter video filters. Originally committed …
(edit) @5d66059   15 years kostya.shishkov Support more than 64 channels in RTMP input Originally committed as …
(edit) @8f648b74   15 years kostya.shishkov Accept RTMP packets with one-byte header Originally committed as …
(edit) @f836fa17   15 years kostya.shishkov Last parameter in RTMP "play" call was optional and some servers seem …
(edit) @961057d   15 years justin.ruggles Remove unnecessary entries in ff_vorbiscomment_metadata_conv. …
(edit) @fde82ca7   15 years justin.ruggles Move autocorrelation function from flacenc.c to lpc.c. Also rename the …
(edit) @a4cb6751   15 years vitor1001 Avoid segfault for empty input files Originally committed as revision …
(edit) @c69b3e0d   15 years michaelni Revert r20249, it seems the union trick works everywhere Original …
(edit) @cf671d05   15 years mans Remove extraneous const keyword Originally committed as revision …
(edit) @56e6f830   15 years lucabe72 Emit the SDP lines in the correct order Originally committed as …
(edit) @215dab5f   15 years jmenon86 alacenc : use private compression_level value consistently. …
(edit) @f076fe44   15 years astrange Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). …
(edit) @2d4bbdec   15 years astrange Huffyuv: Add missing const to src pointers in dsputil functions. …
(edit) @8471a187   15 years astrange Huffyuv: Remove unnecessary allocation in alloc_temp(). RGB only …
(edit) @6ec8eadd   15 years astrange Huffyuv: Fix a valgrind warning in get_vlc2(). The padding in …
(edit) @a0992374   15 years jmenon86 alacenc : Move some code around for clarity. Originally committed as …
(edit) @52ae1e86   15 years ramiro.polla mlp: Indent. Originally committed as revision 20255 to …
(edit) @7fd88069   15 years ramiro.polla mlp: Only initialize VLC tables once. This caused a crash when …
(edit) @33815fa1   15 years ramiro.polla mlp: Use smaller CRC tables if CONFIG_SMALL. Patch by Reimar. …
(edit) @45fc24a0   15 years Carl Eugen Hoyos Do not try to free memory that was never allocated (partial revert of …
(edit) @0b7f39c9   15 years Carl Eugen Hoyos Release unreleased buffers found by make test. Originally committed …
(edit) @bc2d2a07   15 years Carl Eugen Hoyos Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. …
(edit) @b388d5e4   15 years michaelni Very evil missuse of svn to test if AVOption and AVOption2 are …
(edit) @f1cb9858   15 years michaelni Add an experimental AVOption2 that uses an union instead of double for …
(edit) @68677dd8   15 years justin.ruggles Log a clearer warning message when muxing FLV with Speex containing …
(edit) @c76911bd   15 years Reimar.Doeffinger Split parts of dvdata.h into dvdata.c, this ensures that things like …
(edit) @046c4001   15 years justin.ruggles Add Speex support to the FLV muxer. Originally committed as revision …
(edit) @75df2edb   15 years Reimar.Doeffinger Add support for hardcoded ff_sin_* tables. Originally committed as …
(edit) @4ee726b6   15 years Reimar.Doeffinger Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions …
(edit) @91405541   15 years Reimar.Doeffinger Remove silly casts to the same type as we already have. Originally …
(edit) @77edf866   15 years Reimar.Doeffinger Add missing release_buffer at decode end for asv1 decoder. Originally …
(edit) @a57afd2   15 years Reimar.Doeffinger Partially revert r20233, exp2f is not available on some BSDs, DOS and …
Note: See TracRevisionLog for help on using the revision log.