source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fbd46e2f   10 years michaelni doc/examples/muxing: Always use swr, simplifies code slightly …
(edit) @22e9fe06   10 years michaelni doc/examples/muxing: add alloc_audio_frame() and use it to simplify …
(edit) @a98cadef   10 years michaelni doc/examples/muxing: Move samples_count to OutputStream …
(edit) @8b1d54b   10 years michaelni doc/examples/muxing: free swr context at the end Signed-off-by: …
(edit) @bfb3b2b7   10 years michaelni x86/hevc_idct: add 12bit idct_dc Signed-off-by: James Almer …
(edit) @d4a9e89b   10 years michaelni avcodec/x86/hevcdsp_init: make license header consistent …
(edit) @706f81a2   10 years michaelni Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d' * commit …
(edit) @226b290   10 years michaelni Merge commit '73bb8f61d48dbf7237df2e9cacd037f12b84b00a' * commit …
(edit) @371cb964   10 years michaelni Merge commit '56f98e340fca894a76d1ddbe33118b8d8c4db34a' * commit …
(edit) @7cf08655   10 years michaelni doc/examples/muxing: Support setting flags, for example for setting …
(edit) @5d2cf1ae   10 years michaelni doc/examples/muxing: select a supported sample rate for the encoder, …
(edit) @ead22f42   10 years michaelni doc/examples/muxing: pick a supported channel layout if stereo isnt …
(edit) @9ccb9c8d   10 years michaelni doc/examples/muxing: move swr context to OutputStream Idea from: …
(edit) @1c0c19f8   10 years michaelni Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309' * commit …
(edit) @1ace9573   10 years michaelni x86/hevc_idct: replace old and unused idct functions Only 8-bit and …
(edit) @1a880b2f   10 years anton hevc: SSE2 and SSSE3 loop filters Additional contributions by James …
(edit) @73bb8f61   10 years anton hevcdsp: remove an unneeded variable in the loop filter beta0 and …
(edit) @56f98e3   10 years anton output example: convert audio to the format supported by the encoder
(edit) @884f7c97   10 years anton output example: set the stream timebase This is required by the new API.
(edit) @23480da0   10 years michaelni hevc: add support for bumping process cherry picked from commit …
(edit) @c0a586d9   10 years michaelni reintroduce avpriv_dsputil_init() to maintain ABI until next soname …
(edit) @9a6ca20e   10 years michaelni configure: replace pulse-simple with pulse pulse-simple is additional …
(edit) @036f11bd   10 years michaelni x86: hevc_mc: replace simple leas by adds lea is detrimental for …
(edit) @7295ee7f   10 years michaelni Merge commit 'd8520d3ee032bf18f28897e0109f44b405caf5e3' * commit …
(edit) @8b395315   10 years michaelni Merge commit '4fbb62a21bd04bf261da2382d5ba6c249c702af8' * commit …
(edit) @0a9bab5   10 years michaelni Merge commit 'ff85334375c6733c6116ea3686f128b4a11f33e7' * commit …
(edit) @f6e218a0   10 years michaelni hevc: fix RAP_B_Bossen cherry picked from commit …
(edit) @bd0f2d31   10 years michaelni x86/hevc: add 12bits support for MC cherry picked from commit …
(edit) @7df98d8c   10 years michaelni x86/hevc: remove unused constant in deblocking filter cherry picked …
(edit) @7bdcf5c9   10 years michaelni x86/hevc: add 12bits support for deblocking filter cherry picked from …
(edit) @a06fac35   10 years michaelni avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta …
(edit) @24327706   10 years michaelni avutil/opt: ensure the right buffer is used in set_string_number() …
(edit) @d8520d3e   10 years diego mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
(edit) @4fbb62a2   10 years diego mpegvideo: Move ME_MAP_* defines to the only place they are used
(edit) @ff853343   10 years diego mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
(edit) @aadf5222   10 years michaelni Merge commit '165e9df19567ec0b6abee1ee2c26027e6d7aa7bf' * commit …
(edit) @165e9df1   10 years diego fft-test: Pass the right struct members instead of casting
(edit) @065fa66   10 years michaelni RELEASE_NOTES: fix WebVTT decoder typo (-> encoder) Found-by: Clément …
(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
Note: See TracRevisionLog for help on using the revision log.