source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @859413b6   10 years michaelni Merge commit '58e65e44f435243dc72dfce1f8af8afcf1319f34' * commit …
(edit) @2904d052   10 years michaelni Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' * commit …
(edit) @937eaba2   10 years michaelni Merge commit '060e4a9e0627adcda9101dd68ec7f22b4ce22b5b' * commit …
(edit) @58e65e44   10 years diego vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c This avoids …
(edit) @7fb993d3   10 years diego qpeldsp: Mark source pointer in qpel_mc_func function pointer const
(edit) @060e4a9e   10 years diego dct/rdft: Remove duplicate typedefs for context structs The typedefs …
(edit) @04bc370   10 years michaelni lavf/avio: do not include bprint.h. C++ chokes on the definition of …
(edit) @66ae994c   10 years michaelni avformat/segment: re-interleave packets if needed Fixes part of …
(edit) @351b22c   10 years michaelni avformat/mux: support re-interleaving packets in ff_write_chained() …
(edit) @383a04a1   10 years michaelni avformat/mux: keep AVPacket fields consistent in ff_write_chained() …
(edit) @d44b8f0a   10 years michaelni avformat/matroskaenc: print a warning when the relative timestamp …
(edit) @ce8e27e   10 years michaelni Merge commit '436ced244fadcde2c0b925627920e84b25482542' * commit …
(edit) @7923aa0f   10 years michaelni avformat/matroskaenc: Start new cluster if relative timestamp could …
(edit) @3c6e220a   10 years michaelni avformat/matroskaenc: Factor mkv_start_new_cluster() out …
(edit) @436ced24   10 years diego mpegenccontext: Remove unused opaque pointer Signed-off-by: Diego …
(edit) @183bbc2a   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @c508adb2   10 years michaelni hevc: propagate error code from set_sps() Signed-off-by: Timothy Gu …
(edit) @ef21b3d3   10 years Carl Eugen Hoyos Ignore xing number of frames if the file is larger than indicated. …
(edit) @badcd3da   10 years Carl Eugen Hoyos Print a warning instead of requesting a sample for an invalid exif …
(edit) @f753956   10 years michaelni lavfi/src_movie: minor simplifications Signed-off-by: Lukasz Marek …
(edit) @97392553   10 years michaelni lavfi/src_movie: remove frame from priv context This variable is used …
(edit) @8b59ab1a   10 years michaelni Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785' * commit …
(edit) @ab0f78ea   10 years michaelni Merge commit 'd0de7330b973b354e2ceb0b99fd545b868b0a9c4' * commit …
(edit) @02ea384a   10 years michaelni Merge commit '6133d65861f265d429ade53e910fe877c95a1615' * commit …
(edit) @629e5e2   10 years michaelni avcodec/fft-test: fix memory alloc checks Signed-off-by: Michael …
(edit) @074bb751   10 years michaelni Merge commit 'c3c96deb5f8cbbdb700ba97920ceedddacb5dcb9' * commit …
(edit) @ce2e858f   10 years diego http: K&R formatting cosmetics Also comment some #endifs and …
(edit) @670b7f20   10 years michaelni x86: hevcdsp: align Reviewed-by: Mickaël Raulet <mraulet@gmail.com> …
(edit) @d0de7330   10 years diego fft-test: Pass correct struct members to (i)dct functions This fixes …
(edit) @6133d658   10 years diego fft-test: K&R formatting cosmetics Also rearrange #includes into …
(edit) @373677f9   10 years michaelni hevc_mvs: avoid deriving tmvp in amvp Reduces on a sequence number of …
(edit) @ca081217   10 years michaelni hevcdsp: change types of SAO parameters From openhevc Reviewed-by: …
(edit) @088875b6   10 years michaelni Merge commit '7288b345850792430302a8f85a4b29140b770497' * commit …
(edit) @09f5b375   10 years michaelni Merge commit 'd445c865f87e7f13230e4dac3f77f5af21da95cb' * commit …
(edit) @97d2b8d6   10 years michaelni Merge commit 'eac77fcd56fc2a3391f0d86faf54302afb368ff7' * commit …
(edit) @b6a6459a   10 years michaelni lavd/lavfi: work with non-mappable files for graph_file option …
(edit) @8a4c0866   10 years michaelni avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) …
(edit) @01b236b7   10 years michaelni avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 too Fixes …
(edit) @601c2388   10 years michaelni avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATA Signed-off-by: …
(edit) @1bf371b2   10 years michaelni avcodec/h264: factor is_extra() out Signed-off-by: Michael …
(edit) @c3c96deb   10 years diego fft-test: Check memory allocations
(edit) @7288b34   10 years diego fft-test: Drop unnecessary pointer indirection for context structs
(edit) @d445c865   10 years diego fft-test: Reduce variable scope where sensibly possible Also merge …
(edit) @54256482   10 years michaelni Merge commit '20ec0daaa1cdd3996ac6ed0198de961129474044' * commit …
(edit) @d0cb6caf   10 years michaelni Merge commit '2b6ab3a2bd7e7cee5e7a55dd2e48b8feb4a826bb' * commit …
(edit) @eac77fcd   10 years diego mpegenccontext: Remove unused dct_unquantize_h261 function pointers …
(edit) @20ec0daa   10 years diego fft-test: Make global exptab variable static
(edit) @2b6ab3a2   10 years diego mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
(edit) @c75fdee7   10 years Carl Eugen Hoyos avcodec/x86/hevc_deblock: Fix compilation with nasm.
(edit) @bbc5adfb   10 years michaelni avutil/opt: Fix parsing regression with constants starting with …
(edit) @a6132579   10 years michaelni Changelog: add "version <next>:" so people dont add new things to the …
(edit) @7e5d75d5   10 years michaelni Merge commit '06a1d1323bc8afd03f085ae98d9b74e431b3534e' * commit …
(edit) @9515d7c6   10 years michaelni Merge commit '5be7d8597d02bcaba2de2503c0e59cf865c746dc' * commit …
(edit) @9eeedf87   10 years michaelni Merge commit '57f1b1dcc77a93c2a5c503d4e47fe2f567cf9db5' * commit …
(edit) @77304cf3   10 years michaelni avcodec: dct/rdft only support float mode, skip their contents for …
(edit) @005e81d6   10 years michaelni Merge commit '11c7155cce50971a38e6cebd39a3ba5a54645fae' * commit …
(edit) @06a1d13   10 years martin configure: Extend the neon intrinsics check Check for an instruction …
(edit) @1df2f7b6   10 years michaelni Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd' * commit …
(edit) @013172ae   10 years michaelni Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3' * commit …
(edit) @016cca45   10 years michaelni Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532' * commit …
(edit) @5be7d859   10 years diego fft-test: Comment some #endifs
(edit) @57f1b1dc   10 years diego fft-test: Drop unnecessary #ifdefs around header includes
(edit) @11c7155c   10 years diego dct/rdft: Add missing typedefs for context structs Without the …
(edit) @eba2233b   10 years diego build: Add define for SIMD extensions requiring 16-byte aligned buffers
(edit) @67bc1ba5   10 years diego libxvid: Drop PPC-specific CPU detection hack It is doubtful if the …
(edit) @bc15b523   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @ed248e7f   10 years michaelni hevc: wait proper position for tmvp The position is either rounded or …
(edit) @050d79b6   10 years Carl Eugen Hoyos Autodetect big-endian tiff files.
(edit) @c68098b   10 years michaelni avcodec/mjpegdec: add pix_fmt: 0x14121200 Fixes: _15801_F.jpg …
(edit) @539e7272   10 years michaelni avutil/opt: simplify set_string_number() Signed-off-by: Michael …
(edit) @4852a88d   10 years michaelni avutil/opt: set_string_number(): remove unneeded copy also remove …
(edit) @7bdd2ff6   10 years lu_zero http: Use a constant for the supported header size
(edit) @ca6b33b8   10 years michaelni avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible …
(edit) @d7e162d4   10 years michaelni hevcdsp: remove an unneeded variable in the loop filter beta0 and …
(edit) @ae2f048f   10 years michaelni avcodec/x86/hevc_deblock: cosmetics cherry picked from commit …
(edit) @b435043a   10 years michaelni hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions …
(edit) @e8581b17   10 years michaelni avcodec/x86/hevc_deblock: use test instead of cmp 0 cherry picked …
(edit) @dc69247d   10 years michaelni avcodec/x86/hevc_deblock: use of paddw instead of psllw cherry picked …
(edit) @500a0394   10 years michaelni avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" …
(edit) @7a4cf67   10 years michaelni hevc: cleaning up SSE2 and SSSE3 deblocking filters Signed-off-by: …
(edit) @5f08b41   10 years michaelni hevc/mvs: cosmetics cherry picked from commit …
(edit) @cd714afe   10 years michaelni hevc/mvs: more cleanups cherry picked from commit …
(edit) @3ad04608   10 years michaelni hevc/mvs: code cleaning cherry picked from commit …
(edit) @c4d63cd2   10 years michaelni hevc/mvs: simplifying derive_spatial_merge_candidates function cherry …
(edit) @e9bb45ba   10 years michaelni hevc/mvs: remove same prediction block cherry picked from commit …
(edit) @560b0253   10 years michaelni hevc/mvs: simplify derive_temporal_colocated_mvs cherry picked from …
(edit) @062b9f2c   10 years michaelni fate/hevc: update with new Rext bitstreams cherry picked from commit …
(edit) @37822a56   10 years michaelni hevc/rext: remove warning for cross component prediction cherry …
(edit) @44071b0d   10 years stefasab lavf/segment: sanitize segment end time in case last packet do not …
(edit) @71315748   10 years stefasab lavf/segment: do not allow to create segments with no key-frames Fix …
(edit) @627c044f   10 years michaelni hevc/rext: fixing rdpcm and scaling list for Range Extension -new …
(edit) @fa0506e4   10 years michaelni hevc/rext: update boundary strength for chroma deblocking filter …
(edit) @4ec1cb24   10 years michaelni Merge commit '78670fbf07bd03479073d4218440de4914304680' * commit …
(edit) @7cdb3b2   10 years michaelni Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c' * commit …
(edit) @135ea609   10 years michaelni libavformat/img2dec.c: Add a long_name to the piped image demuxers …
(edit) @c933f2c4   10 years michaelni Merge commit '16e6652286213014c28a9c3af70435e767d28638' * commit …
(edit) @135b1a3f   10 years michaelni Merge commit 'd45ebd4876ab8fc07736a644de07e1b1d11a8e5d' * commit …
(edit) @ab7c6790   10 years michaelni Merge commit '389380c27915b0505fed538cd54c035c891fabd9' * commit …
(edit) @e621e6ca   10 years michaelni Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69' * commit …
(edit) @dac096cf   10 years michaelni Merge commit 'bb0babd7054bed7edfd9f4d6b20cdba864de1830' * commit …
Note: See TracRevisionLog for help on using the revision log.