source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ecd7455e   13 years Reimar.Doeffinger aacenc: Fix issues with huge values of bit_rate. Do not pointlessly …
(edit) @76e8b336   13 years michaelni proresenc_kostya: Mention likely ancestry in the license header. As …
(edit) @d40132da   13 years michaelni proresenc_kostya: fix encoded mantissa. Signed-off-by: Michael …
(edit) @dd7d08ee   13 years michaelni proresenc_anatoly: fix encoded mantissa. Signed-off-by: Michael …
(edit) @e3b7079d   13 years michaelni adpcmenc: fix encoded s_0 value. Signed-off-by: Michael Niedermayer …
(edit) @fe5b7db0   13 years michaelni build system: support setting avassert() assert_level Signed-off-by: …
(edit) @ab55361   13 years michaelni put_bits: switch assert to av_assert2() Signed-off-by: Michael …
(edit) @3fb945a9   13 years michaelni mpegpsenc: fix user specified mux rate Fixes Ticket1175 …
(edit) @b717f35   13 years michaelni fate: try to fix >8bit dpx reg test Signed-off-by: Michael …
(edit) @2e0c360a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @bd128e9b   13 years michaelni exr: fix mixed declaration and statements. Signed-off-by: Michael …
(edit) @cbb71834   13 years Reimar.Doeffinger tiny_psnr: allow searching for optimal shift value. Signed-off-by: …
(edit) @50361e51   13 years Reimar.Doeffinger Add regression test for mov rtp hinting. Signed-off-by: Reimar …
(edit) @099a1875   13 years Reimar.Doeffinger dpxenc: also test 10 and 16 bit formats. Signed-off-by: Reimar …
(edit) @e8b1da00   13 years Reimar.Doeffinger nellymoserenc: fix crash due to memsetting the wrong area. …
(edit) @20234a4b   13 years martin cosmetics: Align muxer/demuxer declarations Also add missing trailing …
(edit) @fdf3a749   13 years martin mpeg12: Do not change frame_pred_frame_dct flag and demote error into …
(edit) @f3637730   13 years eclipse7 doc: image2: update docs for glob input patterns * adapt examples to …
(edit) @735fb8ce   13 years Clément Bœsch ffmpeg: remove unused MetadataMap. This struct was forgotten after …
(edit) @e5df74dc   13 years Clément Bœsch ffmpeg: remove unused meta_data_maps. This is unused since …
(edit) @e0f30a56   13 years michaelni s302m: Add Channle Layout for 6 channels Signed-off-by: Michael …
(edit) @25eae29e   13 years michaelni vsrc_buffer: remove overwrite support. the overwrite flag became …
(edit) @3826d53f   13 years michaelni README: be a tiny bit more verbose Signed-off-by: Michael Niedermayer …
(edit) @f148537c   13 years michaelni exr: various cleanup and security related fixes Signed-off-by: …
(edit) @634c01bc   13 years michaelni exr: fix av_logs() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b7ce3242   13 years michaelni lavc: add a OpenEXR decoder Signed-off-by: Michael Niedermayer …
(edit) @9e91a7d   13 years michaelni fix fate tests after 76c79aa28fc8cf0bfe52915317a3cfc72383d0ef
(edit) @e636aa1a   13 years michaelni movdec: handle 0x7fff langcode as macintosh per the specs The correct …
(edit) @76c79aa2   13 years Carl Eugen Hoyos Support yuva444p rawvideo in nut. Fixes ticket #1058.
(edit) @bb0618e6   13 years justin.ruggles avcodec: remove avcodec_guess_channel_layout() It is not public …
(edit) @5cc51a58   13 years justin.ruggles avutil: Add av_get_default_channel_layout() Also, use the new …
(edit) @2c5a2958   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @3e4b5e68   13 years michaelni cmdutils: fix -fdebug without -v xy Signed-off-by: Michael …
(edit) @614716f5   13 years Clément Bœsch mov: do not print string len in handler_name. The handler name is …
(edit) @0becb07   13 years diego h264: Factorize declaration of mb_sizes array.
(edit) @c99bdd51   13 years michaelni lavf: Fix the last PTS to be generated using -fflags +genpts To …
(edit) @a03f8ea0   13 years anton vsrc_buffer: when no frame is available, return an error instead of …
(edit) @cfec77aa   13 years anton configure: add dl to frei0r extralibs.
(edit) @fa1f92a4   13 years michaelni vf_idet: clean detected frame types based on a 4 frame history. …
(edit) @c59e73d2   13 years michaelni vf_idet: change individual per frame statistics to debug log level. …
(edit) @4d4df310   13 years michaelni vf_idet: print accumulated statistics for single and multi frame …
(edit) @bfd30fa8   13 years Clément Bœsch lavfi/colormatrix: add forgotten tests.
(edit) @0477254d   13 years michaelni vf_idet: Print both the single frame based detection and the multi …
(edit) @1a5c08ee   13 years michaelni vf_idet: Add last_type variable to make code more readable. …
(edit) @ca2b450c   13 years michaelni vf_idet: use enum to represent the type. This will simplify future …
(edit) @bd603494   13 years michaelni asfenc: properly write index information The index must take into …
(edit) @ae315a6a   13 years michaelni asfenc: start at object 1 instead of 0 This is how it is done in the …
(edit) @bc13b749   13 years michaelni asfenc: remove useless casts Signed-off-by: Michael Niedermayer …
(edit) @f2fad251   13 years michaelni asfenc: reduce code duplication with new variable Signed-off-by: …
(edit) @1ceff085   13 years michaelni asfenc: rename some variables Signed-off-by: Michael Niedermayer …
(edit) @97d36a18   13 years michaelni asfenc: realloc index_ptr fewer times Signed-off-by: Michael …
(edit) @13cc3645   13 years michaelni libavfilter: add colormatrix filter Ported by: Baptiste Coudurier …
(edit) @4480edc   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6cecb891   13 years Reimar.Doeffinger Add forgotten avio-direct reference file. Signed-off-by: Reimar …
(edit) @a45605a1   13 years Reimar.Doeffinger Add AVIO_FLAG_DIRECT. Allows avoiding the buffer when using avio …
(edit) @6b81da2   13 years rsbultje dsputil x86: use SSE float instruction instead of SSE2 integer …
(edit) @cd88105f   13 years rsbultje dsputil x86: remove deprecated parameter from scalarproduct_int16 …
(edit) @f9888520   13 years rsbultje vp8dsp x86: perform rounding shift with a single instruction …
(edit) @7756859a   13 years rsbultje fate: add BMP tests.
(edit) @bc0bdda7   13 years rsbultje swscale: handle complete dimensions for monoblack/white. Fixes bug 269.
(edit) @e484265c   13 years diego aacenc: Mark deinterleave_input_samples argument as const. This fixes …
(edit) @1f068e44   13 years diego vf_unsharp: Mark readonly variable as const. This fixes the following …
(edit) @14af74e9   13 years diego h264: fix 4:2:2 PCM-macroblocks decoding Fixes bug 239. …
(edit) @fde6314   13 years michaelni Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
(edit) @91dffb4c   13 years derek.buitenhuis w32threads: Make pthread_cond_wait follow POSIX pthread_cond_wait is …
(edit) @6da08c99   13 years derek.buitenhuis w32threads: Make pthread_cond_wait follow POSIX pthread_cond_wait is …
(edit) @ca26c2c   13 years michaelni lavf: add mp1/2 to determinable_frame_size() Signed-off-by: Michael …
(edit) @c22fd9bd   13 years michaelni allcodecs: move libaacplus down. We choose the first encoder by …
(edit) @a61fada3   13 years michaelni mxfdec: Fix regression on files from Pinnacle Thunder The reason for …
(edit) @6fb35dba   13 years michaelni vf_idet: print accumulated statistics at end Signed-off-by: Michael …
(edit) @baf0c79   13 years michaelni vf_idet: set interlaced flags Signed-off-by: Michael Niedermayer …
(edit) @2941a937   13 years michaelni vf_idet: fix indention Signed-off-by: Michael Niedermayer …
(edit) @5d9cfd87   13 years michaelni vf_idet: move statistic variables into the context Signed-off-by: …
(edit) @02567bd   13 years michaelni vf_idet: remove unused function Signed-off-by: Michael Niedermayer …
(edit) @398491ae   13 years michaelni vf_idet: pass context to av_log() Signed-off-by: Michael Niedermayer …
(edit) @6c7b5b7b   13 years nicolas.george vf_ass: use drawutils.
(edit) @a63712d   13 years nicolas.george vf_drawtext: use drawutils.
(edit) @e8497a33   13 years nicolas.george drawutils: implement uniform and mask blending.
(edit) @e3e89b6d   13 years michaelni libavfilter: Add interlace detect filter. Signed-off-by: Michael …
(edit) @12292f35   13 years nicolas.george v4l2: allow to convert monotonic timestamps.
(edit) @3dde147f   13 years diego cosmetics: Consistently place static, inline and av_cold …
(edit) @d4f05ae3   13 years diego sbrdsp: Use standard multiple inclusion guards.
(edit) @8a9ae37   13 years nicolas.george timefilter: allow to evaluate at other times.
(edit) @6d21f498   13 years diego pcm: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @e29f66d6   13 years Clément Bœsch ffmpeg: fix a few typo.
(edit) @a4e359a3   13 years michaelni mpeg4: dont reset picture_num for xvid Fixes Ticket1162 …
(edit) @3360b851   13 years michaelni h264: fix seeking in low delay streams without IDR Fixes Ticket1165 …
(edit) @41a097aa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ae3ee72   13 years michaelni lavf: print some more things in TS debug statements Signed-off-by: …
(edit) @b5d433d3   13 years michaelni lavf: increase RELATIVE_TS_BASE Signed-off-by: Michael Niedermayer …
(edit) @835a893b   13 years derek.buitenhuis rawdec: Support fourccs YV16 and YV24
(edit) @34d908c   13 years lu_zero rtmp: implement bandwidth notification Improve compatibility with …
(edit) @faba4a9b   13 years lu_zero rtmp: update supported audio codecs value The audio codecs property …
(edit) @588eaa10   13 years Clément Bœsch swfdec: support compressed swf.
(edit) @b991b300   13 years derek.buitenhuis Unscaled Planar RGB -> RGB support in swscale. Signed-off-by: Michael …
(edit) @38477e19   13 years michaelni vf_lut: avoid rgb component indexing in the inner loop 15k->10k cpu …
(edit) @002d9ded   13 years michaelni vf_lut: optimize rgb codepath 19k -> 15k cpu cycles Signed-off-by: …
(edit) @79a1d986   13 years michaelni vf_lut: optimize planar case 2500 -> 1900 cpu cycles Signed-off-by: …
(edit) @24e90d0c   13 years michaelni mxfenc: Don't allow muxing audio-only since it's not supported This …
(edit) @b61e596a   13 years michaelni asf: remove duplicated index_guid Found-by:ramiro Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.