source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2ac6a3d1   12 years stefasab lavfi/drawtext: add support to expansion of generic expressions
(edit) @2cfa6fd0   12 years michaelni mjpegdec: dont set got_picture to 0 per frame. Fixes Ticket1915 …
(edit) @541efe41   12 years michaelni mjpegdec: reset got_picture on errors, successful return, init and …
(edit) @1c16483c   12 years michaelni mjpegdec: replace returns by goto fail in frame decode. …
(edit) @de9fc0e9   12 years michaelni mjpegdec: make sure ret is set before its used. Signed-off-by: …
(edit) @761aba68   12 years onemda fate: add ADPCM IMA Dialogic OKI decoder test Signed-off-by: Paul B …
(edit) @93b8986   12 years michaelni h264: support invalid annex B in mp4 Fixes Ticket1914 Signed-off-by: …
(edit) @c2c17268   12 years michaelni ffserver remove CONFIG_NOCUTILS check Nothing sets CONFIG_NOCUTILS, i …
(edit) @4063bb21   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @577b39ae   12 years michaelni Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8' * commit …
(edit) @b4d4e510   12 years michaelni Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9' * commit …
(edit) @2684d2e3   12 years michaelni Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' * commit …
(edit) @25719620   12 years michaelni file: fix 10l error in access() check Signed-off-by: Michael …
(edit) @d5e83122   12 years janne-libav h264: set Picture.owner2 to the current thread This does not seem to …
(edit) @6e5cdf26   12 years janne-libav h264: check ref_count validity for num_ref_idx_active_override_flag …
(edit) @150b236   12 years janne-libav h264: add missing new line to log message
(edit) @51d68799   12 years onemda AFC demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @10c8f913   12 years onemda astdec: improve probing Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @13c6252   12 years stefasab lavfi/overlay: enable yuva420p as overlay background Same calculation …
(edit) @8aa6d899   12 years michaelni cafdec: fix seeking with adpcm Fixes Ticket1906 Signed-off-by: …
(edit) @16ef48c3   12 years michaelni file: Fallback to stat() based file_check() when access() or its named …
(edit) @465becb   12 years michaelni configure: check for access() Signed-off-by: Michael Niedermayer …
(edit) @5d47850b   12 years justin.ruggles dcadec: skip QMF on unused channels When the extra rear channel is …
(edit) @40792107   12 years michaelni file: fix file_check() Fixes Ticket1904 This should work on windows, …
(edit) @2fe0094e   12 years justin.ruggles wavenc: write fact chunk sample count at the correct file position …
(edit) @3c370f5a   12 years justin.ruggles riff: only warn on a bad INFO chunk code size instead of failing …
(edit) @259d8c56   12 years justin.ruggles riff: do not add empty metadata tags in INFO chunk
(edit) @d89f2fa9   12 years diego configure: Add separate list for libraries and use where appropriate
(edit) @109268c   12 years michaelni get_dc: fix rounding Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @8d231e37   12 years michaelni af_aresample: consistently use ROUNDED_DIV This fixes issues with …
(edit) @89d52622   12 years michaelni mpeg4videodec: use ROUNDED_DIV for pts calculation Signed-off-by: …
(edit) @67be7fb4   12 years onemda adpcm: thp, afc: support multichannel decoding Signed-off-by: Paul B …
(edit) @ec51b330   12 years michaelni h264: Fix minor bug in h264.c error trace Signed-off-by: Michael …
(edit) @947f9336   12 years justin.ruggles x86: float_dsp: add SSE version of vector_fmul_scalar()
(edit) @284ea790   12 years justin.ruggles dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
(edit) @1e276553   12 years justin.ruggles aacenc: use the correct output buffer This fixes segfault caused by …
(edit) @4b5a12a   12 years michaelni af_aresample: fix rounding of negative timestamps Signed-off-by: …
(edit) @386fc67c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @a3f30f2e   12 years michaelni Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b' * commit …
(edit) @59b68ee8   12 years michaelni Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa' * commit …
(edit) @edd80ec7   12 years mans aacdec: fix signed overflows in lcg_random() Signed-off-by: Mans …
(edit) @dd3b73f3   12 years mans base64: fix signed overflow in shift Signed-off-by: Mans Rullgard …
(edit) @a13148f   12 years michaelni Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c' * commit …
(edit) @86270236   12 years michaelni dsputil_mmx: ff_put_dirac_pixels depend now on yasm. Fix compile …
(edit) @76f60788   12 years pross iff demuxer: don't bother checking bitmap compression type; iff …
(edit) @f737e760   12 years pross iff decoder: reindent Signed-off-by: Peter Ross <pross@xvid.org>
(edit) @929a24ef   12 years pross iff decoder: merge iff ilbm and byterun1 decoders Signed-off-by: …
(edit) @f2dc82b9   12 years onemda dpx: perform width/height upgrade and av_image_check_size earlier to …
(edit) @5a337081   12 years onemda av_get_audio_frame_duration: add ADPCM_AFC Signed-off-by: Paul B …
(edit) @c5607dfd   12 years onemda doc/general: improve AST description Signed-off-by: Paul B Mahol …
(edit) @7709ce02   12 years janne-libav lavf: avoid integer overflow in ff_compute_frame_duration() Scaling …
(edit) @5ae72f54   12 years janne-libav flashsv: check for keyframe before using differential coding Fixes a …
(edit) @706acb55   12 years janne-libav h264: enable low delay only if no delayed frames were seen Dropping …
(edit) @b5e0e327   12 years michaelni ffmpeg: fix swr filter_type for auto inserted aresample filters …
(edit) @4bd6d73f   12 years michaelni ffmpeg: fix passing swresample options to the auto inserted swr …
(edit) @69d45d2e   12 years michaelni avfiltergraph: add aresample_swr_opts Reviewed-by: Paul B Mahol …
(edit) @26240274   12 years michaelni lavu: drop time redefinition as it causes some problems in some …
(edit) @7b29b07   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: remove …
(edit) @7ee40713   12 years diego x86: fix build without inline asm The qpel functions referenced here …
(edit) @7d2156ae   12 years onemda adpcm/thp: make use of ADPCMChannelStatus to store prev samples …
(edit) @3d3cf674   12 years justin.ruggles aacdec: use float planar sample format for output
(edit) @8e134e51   12 years justin.ruggles lavc: clarify get_buffer() documentation This is needed for the AAC …
(edit) @3ffed68c   12 years justin.ruggles mpegaudiodec: use planar sample format for output unless packed is …
(edit) @66c3bac   12 years michaelni Merge commit 'ad01ba6ceaea7d71c4b9887795523438689b5a96' * commit …
(edit) @2d3993ce   12 years justin.ruggles x86: h264 qpel: use the correct number of utilized xmm regs in cglobal …
(edit) @bf2f93cd   12 years michaelni Merge commit '28c8e288fa0342fdef532a7522a4707bebf831cc' * commit …
(edit) @b473c993   12 years stefasab lavu/samplefmt: return the size of the allocated samples buffer at the …
(edit) @329b8f85   12 years stefasab doc/encoders: add a note for x264 options that use colon …
(edit) @d643dd5c   12 years Carl Eugen Hoyos Support switching field order when decoding frwu. The binary encoder …
(edit) @e96d90ee   12 years janne-libav remove #defines to prevent use of discouraged external functions …
(edit) @b5b96866   12 years michaelni imc: flush decoder Fixes Ticket1899 Based on code by ami_stuff …
(edit) @579d21f   12 years michaelni tga: check palette size earlier. Fixes Ticket1895 Signed-off-by: …
(edit) @610e00b3   12 years diego x86: h264: Convert 8-bit QPEL inline assembly to YASM Signed-off-by: …
(edit) @e55c385   12 years stefasab lavc/utils: check return value of avcodec_fill_audio_frame() for < 0 …
(edit) @ad01ba6c   12 years diego x86: h264: Remove 3dnow QPEL code The only CPUs that have 3dnow and …
(edit) @51e9f58e   12 years stefasab lavu/opt: add support for reading pixel and sample format through …
(edit) @cf6c6134   12 years stefasab doc: add libswscale.texi and ffmpeg-scaler.texi files
(edit) @33181975   12 years michaelni mpsmpeg4: use av_image_check_size Signed-off-by: Peter Ross …
(edit) @a246a603   12 years michaelni avrndec: use av_image_check_size Signed-off-by: Peter Ross …
(edit) @2d954ccd   12 years michaelni rawdec: use av_image_check_size Signed-off-by: Peter Ross …
(edit) @252746d0   12 years stefasab lavu/imgutils: add consistency checks to av_image_copy_plane() Add …
(edit) @28c8e288   12 years diego x86: h264_chromamc: port to cpuflags
(edit) @b491da18   12 years justin.ruggles yop: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @4632abc7   12 years anton avconv: fix copying per-stream metadata. It is handled separately …
(edit) @26c531cc   12 years stefasab lavu/opt: fix range shown in set_format() log message
(edit) @be2c0bc9   12 years stefasab configure: prefer "resampling" in the libswresample pkg-config description
(edit) @c70ec631   12 years stefasab lavu/opt: add av_opt_ accessors for pixel/format/image size options …
(edit) @fdd71cf0   12 years michaelni iff decoder: initialise HAM line decoder with first palette entry The …
(edit) @8f507fe   12 years michaelni avfiltergraph: add AVOption table Reviewed-by: Paul B Mahol …
(edit) @2bf794b6   12 years diego doc: avtools-common-opts: Fix terminology concerning metric prefixes …
(edit) @f2ce813e   12 years diego configure: suncc: Add compiler arch support for Nehalem & Sandy Bridge …
(edit) @ddb00942   12 years diego riff: Make ff_riff_tags static and move under appropriate #ifdef The …
(edit) @48cbdaea   12 years michaelni smacker: fix smacker_decode_header_tree() empty vlc table init Fixes …
(edit) @e6305f76   12 years michaelni mov: set flags to indicate that byte wise seeking is not supported. …
(edit) @e903cb41   12 years stefasab doc: add libswresample.texi and ffmpeg-resampler.texi files
(edit) @f62abbf3   12 years stefasab doc: move filters documentation to dedicated manual page ffmpeg-filters
(edit) @fa4ead1d   12 years stefasab doc: move codec options and descriptions to a dedicated manual page
(edit) @ca4872e8   12 years nicolas.george lavf/sbgdec: use proper constants for av_log().
(edit) @d0802926   12 years Carl Eugen Hoyos Support u8 in aiff. Fixes ticket #1960. Reviewed-by; Paul B Mahol
(edit) @807fa71   12 years michaelni adpcmdec: Fix OOM/infloop Found-by: ami_stuff Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.