source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07a90cd5   14 years stefano.sabatini-lala Add missing docs for the ffplay -autoexit option. Patch by Alexei …
(edit) @066ce8c9   14 years stefano.sabatini-lala Implement -onkeydown and -onmousedown options for ffplay. Patch by …
(edit) @dbb113e8   14 years stefano.sabatini-lala Add notices for the -crop* options in the ffmpeg manual, stating that …
(edit) @105b3785   14 years lessen42 mov: Read Flash's chpl variant This is based off of F4V specs rather …
(edit) @3c5e1b36   14 years baptiste.coudurier LOL, 100l, really fix warning: ffmpeg.c: In function …
(edit) @947cbeca   14 years baptiste.coudurier Fix warning: ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: …
(edit) @cfb7e6e   14 years jmenon86 FFplay : Copy all AVFrame fields from the reference picture to the …
(edit) @13088d27   14 years ramiro.polla APIchanges: add entry for r23985 (install lfg.h) Originally committed …
(edit) @478b9d74   14 years stefano.sabatini-lala Enhance pad filter command-line description. Based on a patch by John …
(edit) @f2a30bd8   14 years rsbultje Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm …
(edit) @ea28e81f   14 years mans configure: add missing braces in libvpx check Originally committed as …
(edit) @4be7bc6a   14 years dominik Provide a hint about the minimum required version of libvpx (0.9.1) …
(edit) @42ebfc54   14 years ramiro.polla configure: enclose library check for librtmp in brackets otherwise it …
(edit) @a075902f   14 years mans PPC: add _interleave versions of fft{4,6,16}_altivec This removes the …
(edit) @f054aaf7   14 years stefano.sabatini-lala Add function check for librtmp, require RTMP_Socket() which was added …
(edit) @0e7fa0bc   14 years stefano.sabatini-lala State in the guidelines that function and parameter descriptions in …
(edit) @b7cdddcd   14 years Carl Eugen Hoyos Silence "comparison of unsigned expression >= 0 is always true" …
(edit) @2d525ef4   14 years Carl Eugen Hoyos Change all occurences of "inofficial" to "unofficial" in code, …
(edit) @a07a06b0   14 years Carl Eugen Hoyos Fix warning "passing argument from incompatible pointer type". Patch …
(edit) @8abcbf2d   14 years baptiste.coudurier Reduce codec time base when stream copying Originally committed as …
(edit) @3483d877   14 years Carl Eugen Hoyos Fix 'assignment from incompatible pointer type' warning. Patch by Eli …
(edit) @bb943bb   14 years baptiste.coudurier Give context to av_log Originally committed as revision 24018 to …
(edit) @9d3fdf20   14 years baptiste.coudurier Move AVStream->codec_info_nb_frames increment after try_decode_frame …
(edit) @b5049814   14 years baptiste.coudurier Use default graph swscale opts when no opts are supplied Originally …
(edit) @f96363df   14 years baptiste.coudurier Set graph swscale opts before parsing it, that way opts are available …
(edit) @ae44783   14 years baptiste.coudurier In av_find_stream_info, decode at least 4 h.264 frames to be able to …
(edit) @b06855f1   14 years darkshikari SSSE3 versions of vp8 width4 bilinear MC functions Originally …
(edit) @9862f9e1   14 years michaelni Disable dshow specific bug emulation for amv files as they arent …
(edit) @89ac23cd   14 years michaelni Rename block_align variable in the avi demuxer to clearly seperate its …
(edit) @5245c04d   14 years lessen42 VP8: Move calculation of outer filter limit out of dsp functions for …
(edit) @b67a8f49   14 years lessen42 Use clang_version when available Originally committed as revision …
(edit) @8ee82f4   14 years Aurélien Jacobs fix comment grammar Originally committed as revision 24008 to …
(edit) @93eea20a   14 years jmenon86 Bump libavformat minor (as a result of r24003). Originally committed …
(edit) @19c039ee   14 years Reimar.Doeffinger Make mix function more readable. Compiler output unchanged with gcc …
(edit) @961b0c41   14 years Reimar.Doeffinger Fix use of unintialized variable introduced in r20411. Originally …
(edit) @41c1ccc3   14 years Aurélien Jacobs matroskadec: merge only SSA packets together fixes issue 2052 patch by …
(edit) @7a617a86   14 years Aurélien Jacobs add AV_DISPOSITION_FORCED flag and use it in matroska demuxer …
(edit) @c01694c   14 years Aurélien Jacobs saner default value for convergence_duration Originally committed as …
(edit) @08b04ba9   14 years Aurélien Jacobs clarify convergence_duration documentation Originally committed as …
(edit) @df0a6d0d   14 years Aurélien Jacobs wmavoice depends on mdct Originally committed as revision 24000 to …
(edit) @d01144b9   14 years michaelni Duplicate rounding that MS does in one of their implementations of an …
(edit) @79042a6e   14 years mans Fix memory leak introduced in r23933 Originally committed as revision …
(edit) @08b317a2   14 years ramiro.polla avutil: bump minor version for r23985 (install lfg.h) Originally …
(edit) @3c042da7   14 years diego Remove stray Doxygen grouping command; fixes one Doxygen warning. …
(edit) @423c254c   14 years diego Disambiguate bitstream groups for AAC and RV30/RV40. Originally …
(edit) @2d621580   14 years diego Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. Doxygen …
(edit) @34630b93   14 years diego Move DECODE_BYTES_PAD* macros before Doxygen comments. Doxygen thinks …
(edit) @e2d17d01   14 years diego Fix doxy of flags parameter in fps_umf2avr(). Originally committed as …
(edit) @0baf34d8   14 years diego Remove angular brackets from Doxygen comments; Doxygen confuses them …
(edit) @58772292   14 years diego @begingroup --> @defgroup, only the latter is correct Doxygen syntax. …
(edit) @094b18b6   14 years diego Fix doxy of gb parameter in decode_gain_info(). Originally committed …
(edit) @b34aaed2   14 years diego Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. …
(edit) @bbd6684f   14 years diego Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain(). …
(edit) @8d84a909   14 years diego Fix the signature of ff_set_min_dist_lsf() to match the implementation …
(edit) @89eec74a   14 years ramiro.polla avutil: install lfg.h Originally committed as revision 23985 to …
(edit) @503f9c0b   14 years diego Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). …
(edit) @6da88bd3   14 years diego Fix typo in Doxygen function parameter name. Originally committed as …
(edit) @daf6c68d   14 years diego Avoid one more instance of angular brackets in Doxygen comments. …
(edit) @e669590a   14 years diego Fix parameter name and position in av_crc_init Doxygen documentation. …
(edit) @8a4d7a30   14 years diego Replace incorrect @NOTE Doxygen command by @note; capitalization …
(edit) @3fa76268   14 years diego Avoid square brackets in Doxygen comments; Doxygen chokes on them. …
(edit) @b8ab52e7   14 years diego Fix Doxygen function parameter documentation syntax. Originally …
(edit) @791384ec   14 years diego Remove two more non-existing stray Doxygen function arguments. …
(edit) @09f6a45d   14 years diego Remove non-existing stray arguments from Doxygen function …
(edit) @c4e12a9f   14 years michaelni Check for doxy filetag with filename Originally committed as revision …
(edit) @96e07a7   14 years diego Fix two more instances of wrong @ usage in Doxygen comments. …
(edit) @fd56652   14 years diego Fix printing of '@' symbols in Doxygen comments; the correct syntax is …
(edit) @eee9119a   14 years diego Add parameter names to av_log/av_vlog function declarations. Doxygen …
(edit) @33edd31f   14 years diego Remove redundant and harmful explicit filename after @file Doxygen …
(edit) @9a58234f   14 years diego Fix misspelled parameter names in Doxygen documentation. This fixes …
(edit) @5298b070   14 years diego Remove misplaced Doxygen comment. Originally committed as revision …
(edit) @d7650484   14 years diego Update Doxyfile to the format preferred by Doxygen 1.5.6 (via 'doxygen …
(edit) @29054fdd   14 years baptiste.coudurier In mxf muxer, fix last b frame temporal offset Originally committed …
(edit) @380966a8   14 years baptiste.coudurier In mov demuxer, fix seeking to the beginning when file has edit lists. …
(edit) @dcc602d8   14 years darkshikari SSSE3 versions of width4 VP8 6-tap MC functions Also make some small …
(edit) @301ab19d   14 years mans configure: improve GNU as checking Check for GNU assembler only when …
(edit) @cb9b39f   14 years flameeyes tablegen: the executable depends on tablegen headers as well Make …
(edit) @9bbb5064   14 years mans PPC: fix build on OSX without gas-preprocessor Originally committed …
(edit) @48966b02   14 years mans Grammar fixes Originally committed as revision 23961 to …
(edit) @3c35da2   14 years mans vorbisdec: remove variable-length arrays Originally committed as …
(edit) @cf61994a   14 years mans PPC: Altivec IMDCT Patch by Loren Merritt Originally committed as …
(edit) @fe20bdf9   14 years mans Indent Originally committed as revision 23958 to …
(edit) @588d28ac   14 years mans Remove vestiges of radix-2 FFT Patch (mostly) by Loren Merritt …
(edit) @bf7ba153   14 years mans PPC: Altivec split-radix FFT 1.8x faster than altivec radix-2 on a G4 …
(edit) @135448fa   14 years mans PPC: fix dcbzl detection on OSX Originally committed as revision …
(edit) @e08b8239   14 years mans Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC Originally …
(edit) @a49d3025   14 years mans Check for GNU assembler, use gas-preprocessor on darwin Originally …
(edit) @2f0c136   14 years mans Check whether IBM or Apple PPC assembler syntax is used This checks …
(edit) @ea59f489   14 years mans mpegtsenc: allocate correct size for PID table Originally committed …
(edit) @59bebb1   14 years mans mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c …
(edit) @35d597d5   14 years mans mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder …
(edit) @525fcb27   14 years baptiste.coudurier In mov demuxer, only set sar if not already set, patch by Andrew …
(edit) @7d6096e4   14 years baptiste.coudurier Use ext sample from mpeg4audio config if set with AAC SBR Originally …
(edit) @8434fc26   14 years darkshikari Fix 100L in vp8dsp asm init Originally committed as revision 23946 to …
(edit) @d9da8f10   14 years Aurélien Jacobs mpegaudio float decoders depend on dct Originally committed as …
(edit) @956dae9   14 years Aurélien Jacobs adu and mp3on4 functions are also needed by their respective float …
(edit) @060dd930   14 years vitor1001 Altivec-optimized mp{1,2,3} windowing Originally committed as …
(edit) @de1807bb   14 years martin Pad the buffer in url_close_dyn_buf, for buffers opened with …
(edit) @4449df6b   14 years martin Add RTP depacketization of SVQ3 Patch by Josh Allmann, joshua dot …
(edit) @2b4abbd6   14 years stefano.sabatini-lala Move colorspace.h from libavcodec to libavutil. Avoid a compile-time …
Note: See TracRevisionLog for help on using the revision log.