source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bcb7220   10 years Carl Eugen Hoyos Fix standalone compilation of the webm_dash_manifest demuxer.
(edit) @54326e0c   10 years Carl Eugen Hoyos Fix standalone compilation of the legacy mpegvideo decoder. Second try.
(edit) @6898c149   10 years Carl Eugen Hoyos Fix standalone compilation of the legacy mpegvideo decoder.
(edit) @449e3c85   10 years michaelni fate/hevc: update fate with 9 bitstreams - all of them testing HEVC …
(edit) @7f53f113   10 years michaelni Merge commit '42eb9154a83e9a7aedb1168b2f1112af765cf2b5' * commit …
(edit) @3d93ba56   10 years michaelni configure: fix memalign hack auto detection Should fix fate on haiku …
(edit) @f2850568   10 years michaelni doc/examples/muxing: fix "-flags" option Signed-off-by: Michael …
(edit) @81943a10   10 years michaelni x86: hevc_mc: load less data in epel filters Before: 5679 decicycles …
(edit) @36284ae9   10 years michaelni x86: hevc_mc: replace one lea by add Should have been in …
(edit) @e3fac208   10 years michaelni avfilter/vf_spp: use AVDCT Signed-off-by: Michael Niedermayer …
(edit) @932ff709   10 years michaelni avcodec: add avdct This provides a public sustainable API/ABI for DCT …
(edit) @42eb9154   10 years janne-libav fate: support testing of release branches Adding 'branch=release/10' …
(edit) @fbeb634e   10 years michaelni avcodec/ppc/idctdsp: Only select non bitexact IDCTs by default when …
(edit) @b051a1bb   10 years michaelni avcodec/arm/idctdsp_init_arm*: Only select non bitexact IDCTs by …
(edit) @c2ef844   10 years michaelni Merge commit '541427ab4d5b4b6f5a90a687a06decdb78e7bc3c' * commit …
(edit) @c437765b   10 years michaelni doc/examples/muxing: Exchange tmp_frame and frame Reduces difference …
(edit) @541427ab   10 years anton eamad: use the bytestream2 API instead of AV_RL This is safer and …
(edit) @ad91bf85   10 years michaelni avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in …
(edit) @e97f5bef   10 years michaelni fate/hevc: adding CONFWIN_A conformance test cherry picked from …
(edit) @7bb3e70c   10 years michaelni fate/hevc: add flags unaligned cherry picked from commit …
(edit) @29228dbd   10 years michaelni fate/hevc: add BUMPING bitstream test cherry picked from commit …
(edit) @57e7d9d9   10 years michaelni Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d' * commit …
(edit) @6542e557   10 years michaelni Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' * commit …
(edit) @0a7f3af2   10 years michaelni Merge commit '53abe32409f13687c864b3cda077a1aa906a2459' * commit …
(edit) @d1ce43a   10 years michaelni doc/examples/muxing: mark correct frame as writeable Bug found from …
(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) @7215fcf8   10 years diego avformat: Mark AVOutputFormat argument in avformat_query_codec as const
(edit) @ec4f04da   10 years diego avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
(edit) @53abe324   10 years diego avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as …
(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 …
Note: See TracRevisionLog for help on using the revision log.