source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @189ffeaf   10 years Carl Eugen Hoyos Force aix strip to work on 32 and 64 bit by default.
(edit) @7eae8cd8   10 years michaelni avcodec/h264: fix frame skip code Fixes Ticket3475 Signed-off-by: …
(edit) @9025072e   10 years michaelni avcodec/h264_slice: support skipping loop filtering for non key frames …
(edit) @9140d37a   10 years michaelni avcodec/h264: use the correct level for droping non intra frames …
(edit) @8a4a84a7   10 years michaelni Merge commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb' * commit …
(edit) @60058c18   10 years michaelni Merge commit '766f2d965ff1948749c37f26a714adb8aa89c4a9' * commit …
(edit) @f0fbd910   10 years michaelni Merge commit '711aa2a82727907f778fb8aa9a93aff2120170f2' * commit …
(edit) @7b7afaf8   10 years michaelni avformat/dump: put copyright back from the file from which dump.c was …
(edit) @83d100ba   10 years michaelni Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb' * commit …
(edit) @593dc5ae   10 years michaelni Merge commit '5a69ded12aaf2bd3baed5d1d644ef23cfecef87f' * commit …
(edit) @83aa4fc3   10 years lu_zero configure: Directly support Android as target OS
(edit) @766f2d96   10 years vittorio.giovara gitignore: add dylib and swp entries
(edit) @b152152d   10 years michaelni Add nointra AVDiscard level Signed-off-by: Michael Niedermayer …
(edit) @fdb6f66d   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Do …
(edit) @edf93047   10 years michaelni swr: reindent. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @20c7baf   10 years michaelni avcodec/huffyuvdec: Fix fill value for truncated bitstreams Found-by: …
(edit) @0823570   10 years Carl Eugen Hoyos Do not suggest to use gas-preprocessor on aix where it doesn't work.
(edit) @f6577bd9   10 years michaelni huffyuvdec: use unsafe bitstream reader The reader reads in chunks of …
(edit) @02bffc56   10 years michaelni huffyuv: fate: add a BGR24 test It was previously untested. …
(edit) @bc21260e   10 years michaelni hevc: Fix 4K sample video Reviewed-by: smarter Signed-off-by: Michael …
(edit) @c1b15c1   10 years michaelni avformat/smoothstreamingenc: Use av_mallocz_array() Signed-off-by: …
(edit) @b67bcd7   10 years Carl Eugen Hoyos Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
(edit) @fbb59a3b   10 years michaelni avcodec/dvbsubdec: Split save_subtitle_set() out Signed-off-by: …
(edit) @77ade55f   10 years michaelni avcodec/dvbsubdec: add AVClass to context Signed-off-by: Michael …
(edit) @9a11b33   10 years michaelni avcodec/dvbsubdec: restructure version check Signed-off-by: Michael …
(edit) @153b5fb2   10 years michaelni avformat/framecrcenc: print the checksum and size of extradata as well …
(edit) @29f427c2   10 years michaelni huffyuvdec: remove somewhat deprecated code The old code was …
(edit) @eb6f6f25   10 years michaelni MAINTAINERS: Add Co maintainer for huffyuv*, rv4*, vc1* Patch by: …
(edit) @e9c47705   10 years michaelni avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits max This …
(edit) @9dc17919   10 years michaelni huffyuvdec: swap code blocks The effect is not really deterministic, …
(edit) @083cd3d1   10 years michaelni swr: compile mmx2 s16p functions only on x86-32. Signed-off-by: …
(edit) @91076128   10 years michaelni x86util: add and use RSHIFT/LSHIFT macros Those macros take a byte …
(edit) @2a1158ff   10 years michaelni fate: yadif: add >8 bit tests Signed-off-by: Michael Niedermayer …
(edit) @56a795e3   10 years michaelni aandcttab: fix spelling Signed-off-by: Michael Niedermayer …
(edit) @73d820ee   10 years michaelni avcodec/xbmdec: remove dependancy on zero padding on input packet …
(edit) @103f9c26   10 years michaelni avcodec/indeo5: Fix infinite loop in skip_hdr_extension() …
(edit) @7f4dfbd0   10 years michaelni swr: add prototypes for resample dsp functions Should fix compilation …
(edit) @86a9370   10 years michaelni avformat/mpc: attempt to allocate a packet that is not smaller than …
(edit) @ada8f9c0   10 years michaelni swr: remove obsolete function prototypes. Signed-off-by: Michael …
(edit) @5ded0b39   10 years michaelni ffmpeg: for h264 we need has_b_frames from the decoder Other …
(edit) @378ad224   10 years michaelni ffmpeg: print values of mismatching has_b_frames Signed-off-by: …
(edit) @d82ecfce   10 years michaelni cmdutils: implement FFREPORT=level=... Fixes Ticket3057 …
(edit) @3fc37a3d   10 years lou doc/filters: remove double quotes from zoompan example Based on …
(edit) @b065d001   10 years michaelni avcodec/ppc/idct_altivec: add plain idct() Tested-by: Carl Eugen …
(edit) @7128a35f   10 years michaelni swr: split out DSP functions. DSP bits of swri_resample go into their …
(edit) @9236f7b5   10 years michaelni mpeg12enc: add seq_disp_ext option for deciding when to write a …
(edit) @66f4891e   10 years michaelni mpeg12enc: add support for PANSCAN side data in …
(edit) @6ac3c8c6   10 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-parser=vc1.
(edit) @759e7938   10 years michaelni avcodec/vc1dec: Fix support for small widths/linesizes Signed-off-by: …
(edit) @4411928c   10 years michaelni swresample/resample: replace assert by av_assert Signed-off-by: …
(edit) @a7dedd7b   10 years Carl Eugen Hoyos Fix standalone compilation of the H264 decoder on ppc.
(edit) @b785c626   10 years michaelni swr: handle initial negative sample index outside DSP function. …
(edit) @d77815ee   10 years michaelni fate/aic: force simple idct This should ensure all platforms use the …
(edit) @e9b5b9a1   10 years michaelni MAINTAINERS: add my (Timothy Gu's) PGP fingerprint and my name for …
(edit) @711aa2a8   10 years vittorio.giovara lavf: dump stream side data when probing
(edit) @2dc26561   10 years vittorio.giovara lavf: group dump functions together
(edit) @5a69ded1   10 years vittorio.giovara vf_showinfo: print display transformation values
(edit) @6b9685de   10 years michaelni swr: remove unnecessary assignment. I don't see …
(edit) @33834be9   10 years michaelni avfilter/af_asetnsamples: fix pts handling when timebase and …
(edit) @10012fa9   10 years michaelni ffmpeg: Fix bitstream filters manipulating AVCodecContext Fixes …
(edit) @0a7ad6bf   10 years michaelni avfilter/formats: Use av_realloc_array() Signed-off-by: Michael …
(edit) @d03eefae   10 years michaelni avfilter/vf_dejudder: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @263aeb82   10 years michaelni avfilter/vf_unsharp: use av_malloc_array() Signed-off-by: Michael …
(edit) @043bcdcd   10 years michaelni avcodec/svq1enc: fix encoding of small widths Signed-off-by: Michael …
(edit) @1df441ea   10 years michaelni vfilter/avf_showcqt: fix 'mixed declarations and code' Signed-off-by: …
(edit) @97c285e6   10 years michaelni Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565' * commit …
(edit) @684a9152   10 years michaelni Merge commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b' * commit …
(edit) @dffb85a9   10 years michaelni avcodec/mpegvideo: check that linesize is not too small Note linesize …
(edit) @4a0ec85b   10 years michaelni avcodec/rv34: fix edge emu with uv stride <= 25 Signed-off-by: …
(edit) @6a65f3fc   10 years michaelni MAINTAINERS: Added Tim Nicholson's key fingerprint Signed-off-by: …
(edit) @a4bd4733   10 years derek.buitenhuis swscale: Allow the max filter size to be set at compile time This can …
(edit) @27631796   10 years diego ac3: Only initialize float_dsp for the float encoder variant
(edit) @f0ce9913   10 years diego Rename tpel_template.c ---> pel_template.c The new name more …
(edit) @681868cb   10 years michaelni avcodec/mpegvideo: Fix psnr calculation with slice threads This fixes …
(edit) @cf9050c7   10 years michaelni libavcodec/wmv2: remove dead code Signed-off-by: Michael Niedermayer …
(edit) @1c5aa64   10 years michaelni Merge commit '4321e507564b2d8a5dfc630f8d6fefba6fdc1e92' * commit …
(edit) @c5fc8ae1   10 years michaelni avcodec/mpegvideo: fix edge emulation with uvlinesize below 25 Fixes …
(edit) @ffe6ecc   10 years michaelni lavd/avfoundation: Support user selected pixel formats and pixel …
(edit) @6286bb5c   10 years michaelni Merge commit 'ceada893bec1e29e457bd2b81d8a0b6fcba5f1f7' * commit …
(edit) @451469fd   10 years michaelni Merge commit '61a344916d324c8ca52064964478f46c877f02e2' * commit …
(edit) @ff0631ab   10 years michaelni Merge commit '180e6b48060f97fdd8497320395b61dc85664ecd' * commit …
(edit) @4321e507   10 years vittorio.giovara configure: use pkg-config for libx264
(edit) @c600c8e9   10 years michaelni Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4' * commit …
(edit) @ceada893   10 years derek.buitenhuis libx265: Remove unneeded bit depth check This is no longer needed …
(edit) @61a34491   10 years derek.buitenhuis libx265: Add 4:2:2 support It is also not final yet, so require …
(edit) @180e6b48   10 years derek.buitenhuis libx265: Actually use X265_API_IMPORTS It obvously needs to be above …
(edit) @7ed89add   10 years derek.buitenhuis libx265: Remove unneeded bit depth check This is no longer needed …
(edit) @dca7ba4b   10 years diego Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs The files are …
(edit) @6ee95af8   10 years derek.buitenhuis libx265: Add 4:2:2 support It is also not final yet, so require …
(edit) @4e9b46b0   10 years derek.buitenhuis libx265: Actually use X265_API_IMPORTS It obvously needs to be above …
(edit) @52ce6be8   10 years michaelni Merge commit '48e50921337984ba4ec2c1cafe45d43787f84498' * commit …
(edit) @0a64fb7f   10 years onemda avfilter/avf_showcqt: add option for lower resolution Resolution can …
(edit) @48e50921   10 years anton avconv: make -shortest work with streamcopy CC: libav-stable@libav.org
(edit) @385a3420   10 years michaelni vp9/x86: fix overwrite in ipred_vl_4x4_ssse3. Fixes track ticket …
(edit) @3a1c8951   10 years michaelni avcodec/libx264: fix "bitrate reconfiguration"
(edit) @8159fe2   10 years michaelni Merge commit '2f4170312f605c1f02a14c01347e94cf46726dbd' * commit …
(edit) @508e7a5c   10 years michaelni x86: huffyuv: fix {add,diff}_int16 They used an extra, undeclared …
(edit) @2cf4d91c   10 years michaelni Merge commit 'cd62c04d009b3baf7582556866a7029291b54573' * commit …
(edit) @2f417031   10 years lu_zero libx264: Support bitrate reconfiguration Signed-off-by: Luca Barbato …
(edit) @67911cc5   10 years michaelni Merge commit '0ddc53dabbc6f636d062b187ea27934610aaad30' * commit …
Note: See TracRevisionLog for help on using the revision log.