source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3061664a   12 years michaelni avoid ambigous buffersink names Signed-off-by: Michael Niedermayer …
(edit) @e4e02a7d   12 years michaelni libavfilter: Support the forks ABI for buffer sinks With this change …
(edit) @9d89c8b3   12 years Philip Langdale matroskadec, matroskadec, srtenc: Read/Write duration for subtitles. …
(edit) @6a0dfe3b   12 years michaelni fate-utvideoenc: remove unneeded -f avi Signed-off-by: Michael …
(edit) @4814326   12 years michaelni swr/resample: update SSSE3 flag to new name Signed-off-by: Michael …
(edit) @50591626   12 years michaelni flic: use AV_LOG_ERROR for error message Signed-off-by: Michael …
(edit) @d2b927d4   12 years michaelni filmstripdec: add new line to error message Signed-off-by: Michael …
(edit) @dfb4757b   12 years michaelni lavc: support building with the forks ABI for …
(edit) @42e78552   12 years michaelni configure: add switch to enable debian/libav compatible ABI needed …
(edit) @7b607eb5   12 years michaelni avfiltergraph: use avcodec_find_best_pix_fmt_of_2() Signed-off-by: …
(edit) @704a5a06   12 years michaelni ffmpeg_filter: use avcodec_find_best_pix_fmt_of_2() Signed-off-by: …
(edit) @2a54ae9d   12 years michaelni imgconvert: add avcodec_find_best_pix_fmt_of_2() and deprecate …
(edit) @fe79fc2e   12 years Reimar.Doeffinger dvbsubdec: set width/height from display def if not set. This fixes …
(edit) @dddd006c   12 years Reimar.Doeffinger wtvdec: set correct codec ID for CC streams. Closed caption data is …
(edit) @54ca7e39   12 years stefasab lavfi/hue: add process_command callback This allows dynamic …
(edit) @fa838a0c   12 years stefasab configure: add decimate filter dependency on avcodec
(edit) @9dd3d6c7   12 years stefasab lavfi: port decimate libmpcodecs filter This filter is based on the …
(edit) @6c010782   12 years stefasab lavfi/mp=decimate: fix off-by-one logic in diff_C() x loop Set x …
(edit) @e64b941d   12 years stefasab lavfi/mp: remove smartblur filter It was natively integrated into …
(edit) @d7587ba1   12 years michaelni flvdec: remove duplicate return Signed-off-by: Michael Niedermayer …
(edit) @0b7d12e8   12 years michaelni vf_mp: fix duplicate return Signed-off-by: Michael Niedermayer …
(edit) @52be542   12 years Carl Eugen Hoyos Add some missing _EXTERNAL suffixes to yasm source files.
(edit) @9cb91999   12 years michaelni buffersink: remove stray ; Signed-off-by: Michael Niedermayer …
(edit) @e234301c   12 years michaelni bintext: remove stray ; Signed-off-by: Michael Niedermayer …
(edit) @f61ee9b5   12 years michaelni dsicinav: fix signed integer overflow Signed-off-by: Michael …
(edit) @a9a1bc5   12 years michaelni ffplay: get rid of void casts in the option table Signed-off-by: …
(edit) @b1034505   12 years michaelni ffplay: fix function parameters Signed-off-by: Michael Niedermayer …
(edit) @c617bed3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: MSS1 …
(edit) @98298eb1   12 years michaelni Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' * commit …
(edit) @f3683349   12 years Carl Eugen Hoyos Write TIFF Tag ExtraSamples when encoding pix_fmts that contain …
(edit) @5eb532a9   12 years Carl Eugen Hoyos Cosmetics: Reorder pix_fmts in tiffenc.c.
(edit) @a5a90fa5   12 years Carl Eugen Hoyos Simplify setting colour space for mono* when encoding tiff.
(edit) @ede3d640   12 years kostya.shishkov MSS1 and MSS2: set final pixel format after common stuff has been …
(edit) @ee769c6a   12 years kostya.shishkov MSS2 decoder Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
(edit) @e7b43377   12 years michaelni v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 …
(edit) @d96d6ba6   12 years mans configure: handle --disable-asm before check_deps This is necessary …
(edit) @17337f54   12 years diego x86: Split inline and external assembly #ifdefs
(edit) @43b73d59   12 years diego configure: x86: Separate inline from standalone assembler capabilities
(edit) @6eac5546   12 years michaelni Add CPiA video decoder The cpia video decoder is intended to be used …
(edit) @469f8b1d   12 years michaelni ffmpeg: Fix assert failure Fixes Ticket1674 Signed-off-by: Michael …
(edit) @19d89549   12 years michaelni find_stream_info: update last_dts more often This improves dts …
(edit) @21411a41   12 years martin pktdumper: Use a custom define instead of PATH_MAX for buffers …
(edit) @bcc44873   12 years martin pktdumper: Use av_strlcpy instead of strncpy This takes care of …
(edit) @372de27d   12 years martin pktdumper: Use sizeof(variable) instead of the direct buffer length …
(edit) @db0a0aa2   12 years stefasab examples/scaling_video: add logging in case of image allocation failure
(edit) @952caf11   12 years stefasab examples/muxing: remove pointless #undef exit
(edit) @438b86f   12 years michaelni faxcompr: fix byte alignment case Fixes Ticket1653 Found-by: …
(edit) @cb6defb0   12 years stefasab examples/scaling_video: consistently use printf rather than av_log()
(edit) @078e2033   12 years stefasab examples/scaling_video: add file doxy
(edit) @e53becc   12 years stefasab examples/Makefile: give priority to pkg-config flags In case …
(edit) @ec36aa69   12 years diego x86: Fix linking with some or all of yasm, mmx, optimizations disabled …
(edit) @50cd43f2   12 years diego configure: Add more fine-grained SSE CPU capabilities flags
(edit) @cdaec0b2   12 years diego avfilter: x86: Use more precise compile template names
(edit) @a886b279   12 years diego x86: cosmetics: Comment some #endifs for better readability
(edit) @04fc5c6b   12 years kostya.shishkov g723_1: add comfort noise generation
(edit) @6fc892d2   12 years michaelni libvorbisdec: fix const nitpick warning Signed-off-by: Michael …
(edit) @040405b5   12 years derek.buitenhuis utvideoenc: Switch to dsputils' median prediction Also, align the …
(edit) @bbefd27e   12 years derek.buitenhuis utvideoenc: Avoid writing into the input picture Signed-off-by: …
(edit) @370bb893   12 years michaelni mp3enc: fix const correctness Signed-off-by: Michael Niedermayer …
(edit) @0e781d94   12 years michaelni utvideoenc: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @e8e4c8bd   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @11d957fb   12 years anton avtools: remove the distinction between func_arg and func2_arg. …
(edit) @bbcedade   12 years anton avconv: make the -passlogfile option per-stream.
(edit) @038c0b1e   12 years anton avconv: make the -pass option per-stream.
(edit) @e2785fa7   12 years anton cmdutils: make -codecs print lossy/lossless flags.
(edit) @a2318326   12 years anton lavc: add lossy/lossless codec properties.
(edit) @f4c020e   12 years michaelni swscale: fix usePal() Fixes Ticket1702 Signed-off-by: Michael …
(edit) @340e8e0b   12 years michaelni dnxhdenc: fix pointer type warning Signed-off-by: Michael Niedermayer …
(edit) @b0545800   12 years michaelni wmalosslessdec: remove unused variable Signed-off-by: Michael …
(edit) @d40e2c7a   12 years michaelni avfiltergraph: kill uninitialized variable warning Signed-off-by: …
(edit) @5e363bb9   12 years michaelni flvenc: kill a uninitialized variable warning. Signed-off-by: Michael …
(edit) @b3facc4a   12 years michaelni ac3dec: fix uninitialized var warning This commit should be purely …
(edit) @310fd0d3   12 years michaelni vsrc_testsrc: fix uninitilaized variable bug Found-by: gcc …
(edit) @19dceef9   12 years michaelni vf_framestep: fix uninitilaized variable bug Found-by: gcc …
(edit) @afe6f337   12 years michaelni swscale.c: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @19008e06   12 years michaelni wmavoice: switch to av_assert Signed-off-by: Michael Niedermayer …
(edit) @158a70f1   12 years michaelni mov: fix av_log int type Signed-off-by: Michael Niedermayer …
(edit) @946ed78f   12 years michaelni aacdec: fix priming/skip for AAC HE/HE2 There is a remaining error of …
(edit) @0fc684ff   12 years michaelni aacdec: pass AVPacket to aac_decode_frame_int() Signed-off-by: …
(edit) @818f3dc9   12 years michaelni audio_frame_que: remove broken code that is specific to old audio_que …
(edit) @ad7fae4e   12 years michaelni dshow: allow user to specify audio buffer size Based on patch by …
(edit) @a5704659   12 years nicolas.george lavfi/af_atempo: use av_malloc for rDFT buffers. Memory obtained from …
(edit) @7816c7e7   12 years Philip Langdale Add missing codec descriptor for timingless subrip. Signed-off-by: …
(edit) @8579d4b2   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @1c668076   12 years michaelni Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' * commit …
(edit) @8db73c61   12 years mans build: allow non-standard variations of linker -l/-L flags This …
(edit) @85c83033   12 years michaelni lavc: protect calls to frame_thread_encoder by HAVE_THREADS …
(edit) @e4fff08   12 years onemda exr: fix decoding ZIP16 and height not multiple of 16 Signed-off-by: …
(edit) @bbabeb56   12 years anton Add reminders to update the codec descriptor list with new codec IDs.
(edit) @2d5c80b   12 years michaelni frame_thread_encoder: pass frame pict type and quality Signed-off-by: …
(edit) @097a909e   12 years michaelni frame_thread_encoder: pass private options Signed-off-by: Michael …
(edit) @7baa115a   12 years mans build: export filtered -lz flag in config.mak This is needed to link …
(edit) @095792f2   12 years mans build: add separate setting for host linker This adds new HOSTLD and …
(edit) @2763587c   12 years mans configure: probe_cc: use separate variable for linker output flag …
(edit) @028b6d2   12 years michaelni Add 'timeout' option to UDP protocol This patch accepts 'timeout' …
(edit) @2e6f93a2   12 years diego x86: Always compile files with functions that are called unconditionally
(edit) @2f2aa2e5   12 years diego x86: mpegvideoenc: fix linking with --disable-mmx The optimized …
(edit) @d488c3bc   12 years diego configure: support Bitrig OS Signed-off-by: Diego Biurrun …
(edit) @d39791bf   12 years diego x86: mpegvideoenc: Do not abuse HAVE_ variables for template …
(edit) @78707225   12 years michaelni Add 'rw_timeout' into URLContext If set non-zero, limits duration of …
Note: See TracRevisionLog for help on using the revision log.