source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @e8b78541   15 years Carl Eugen Hoyos Raise MAX_THREADS to 16. Patch by Frank Barchard, fbarchard google …
(edit) @2e3ca1ff   15 years jmenon86 Skip padding bytes correctly in ID3 tags. This fixes a regression …
(edit) @aafd6595   15 years Reimar.Doeffinger Do not initialize ff_cos_* tables again in rdft_init, they are already …
(edit) @0fa0fa29   15 years justin.ruggles 10l: update Makefile after rename Originally committed as revision …
(edit) @5855e4e0   15 years justin.ruggles Rename aiff.c to aiffdec.c Originally committed as revision 20235 to …
(edit) @47b47bbd   15 years justin.ruggles Split up the AIFF muxer and demuxer into separate files. Originally …
(edit) @686884d   15 years Reimar.Doeffinger Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio …
(edit) @16aec747   15 years Reimar.Doeffinger Use hardcoded instead of runtime-calculated ff_cos_* tables if …
(edit) @6d924b5a   15 years kostya.shishkov Release frame after decoding is done Originally committed as revision …
(edit) @ea09f691   15 years Reimar.Doeffinger Print a warning message when avcodec_default_free_buffers finds …
(edit) @4a49ab77   15 years Reimar.Doeffinger Remove unnecessary calls to avcodec_check_dimensions, the check is …
(edit) @0fbb0185   15 years Reimar.Doeffinger Call release_buffer on close for v210dec and v210x Originally …
(edit) @4b5fee02   15 years Reimar.Doeffinger Add missing release_buffer on close Originally committed as revision …
(edit) @d8b35b85   15 years Reimar.Doeffinger Add decoder for "forward uncompressed". Fixes issue 1467. Originally …
(edit) @7537726   15 years Reimar.Doeffinger Implement execute2 for w32thread Originally committed as revision …
(edit) @1e6ff470   15 years Reimar.Doeffinger Fix w32thread implementation to handle job count > thread_count. …
(edit) @5bd1fc6f   15 years Reimar.Doeffinger fft_dispatch array should be const Originally committed as revision …
(edit) @c522b4e   15 years Reimar.Doeffinger Simplify: use FFSWAP Originally committed as revision 20222 to …
(edit) @1e699993   15 years Reimar.Doeffinger MXF: simply ignore tracks that are invalid due to not having a valid …
(edit) @87462968   15 years justin.ruggles Add Speex support to the Ogg muxer. Originally committed as revision …
(edit) @24c6f152   15 years justin.ruggles Do not read data past the end of the SSND chunk in the AIFF demuxer. …
(edit) @dd9d5a1   15 years Carl Eugen Hoyos Support Midvid JPEG Video Codec (still flipped). Originally committed …
(edit) @54089ecd   15 years Carl Eugen Hoyos Support Intel JPEG Library Video Codec (still flipped). Originally …
(edit) @15299b38   15 years justin.ruggles Calculate correct packet durations when demuxing Ogg/Speex. This …
(edit) @933e8667   15 years saschasommer extend description of avcodec_decode_audio3: - clarify when 0 is …
(edit) @90aa6ace   15 years Reimar.Doeffinger Merge declaration and initialization Originally committed as revision …
(edit) @098d8e09   15 years Reimar.Doeffinger Simplify: use FFMIN Originally committed as revision 20213 to …
(edit) @b5ca9cd3   15 years Reimar.Doeffinger Reindent after removing the outer for loops in the execute2 patch …
(edit) @2a1294b9   15 years Reimar.Doeffinger Move dnxhdenc to execute2 multithreading API. This allows for some …
(edit) @8d23a86f   15 years Reimar.Doeffinger Add an execute2 function that is more flexible and allows to use …
(edit) @febd1c90   15 years Carl Eugen Hoyos Detect Windows Media DRM protected files and display warning if no key …
(edit) @0115b3ea   15 years mans ARM: align stack in NEON h264 mc functions A certain rotten fruit …
(edit) @e276d9e8   15 years mans ARM: force PIC for shared libs only with ARMv6T2 and later Originally …
(edit) @b8c0db99   15 years Carl Eugen Hoyos Allow autodetection of E-AC3. Originally committed as revision 20206 …
(edit) @a9b02043   15 years Reimar.Doeffinger Do the dnxhd_720p_rd test with -threads 4 in order to also test the …
(edit) @3e6015cc   15 years mans ARM: simplify movrel definition as CONFIG_PIC is now set for shared …
(edit) @1fce58c2   15 years mans ARM: enable PIC for shared libs Recent versions of gcc generate …
(edit) @9881d05   15 years Reimar.Doeffinger 100l in avpicture_layout: width of chroma planes depends on format …
(edit) @53b04467   15 years kostya.shishkov Warn when WVC1 cannot be decoded Originally committed as revision …
(edit) @0096d766   15 years Carl Eugen Hoyos Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. Originally …
(edit) @3bb98498   15 years Reimar.Doeffinger Hack: set the coded frame PTS to the incoming PTS. This is not …
(edit) @04670366   15 years stefano.sabatini-lala Document the additon of the w and h fields to AVFilterPic. Originally …
(edit) @268fcbe2   15 years Reimar.Doeffinger Fix 100l incorrect bitmask check. Originally committed as revision …
(edit) @9e553f7a   15 years kostya.shishkov Print error message when true interlaced VC-1 frames are encountered …
(edit) @54eb4ae0   15 years daniel Do not allow 0 sample rate in TMV demuxer Originally committed as …
(edit) @f19ae9ea   15 years daniel Stricter TMV probe Originally committed as revision 20194 to …
(edit) @0359289   15 years robert.swain AAC: Fix regression introduced in r20067 where ADTS files would always …
(edit) @144fec83   15 years lessen42 dca and aac decoders use float_to_int16_interleave, so check for the C …
(edit) @12bf71b6   15 years mans ARM: whitespace cosmetics Originally committed as revision 20191 to …
(edit) @bef966e   15 years mans ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 Originally committed as …
Note: See TracRevisionLog for help on using the revision log.