source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @392d975   10 years onemda avcodec: fix clobbered ff_get_buffer() Signed-off-by: Paul B Mahol …
(edit) @9b22e460   10 years michaelni test/fate: added mxf_opatom regression tests Reviewed-by: …
(edit) @e4eba9e2   10 years onemda avcodec/mss4: use av_malloc_array() Signed-off-by: Paul B Mahol …
(edit) @fd6768a4   10 years onemda avcodec/huffman: check if map was allocated too Signed-off-by: Paul B …
(edit) @a5398aa5   10 years onemda avcodec/hevc_parser: check for av_mallocz() failure Signed-off-by: …
(edit) @078be09d   10 years michaelni examples/demuxing_decoding: abort decoding when width, height or …
(edit) @06fe6dfe   10 years James x86/hevc_sao: make sao_band_filter work on x86_32 Reviewed-by: …
(edit) @f5d32acc   10 years michaelni avutil/camellia: Remove redundant casts Signed-off-by: Michael …
(edit) @54eac519   10 years michaelni avutil/camellia: Fix indention & whitespace Signed-off-by: Michael …
(edit) @9a18247e   10 years michaelni libavutil: optimize camellia cipher Before the changes : lavu …
(edit) @6938a095   10 years michaelni matroska: don't complain about unknown elements Matroska is an …
(edit) @e8f814a   10 years michaelni avformat/utils: Fix division by 0 Fixes: …
(edit) @238247b6   10 years onemda avcodec/sgienc: return meaningful error code Signed-off-by: Paul B …
(edit) @5763f675   10 years michaelni avformat/mov: Check dimensions before setting aspect Fixes division …
(edit) @b74ecb82   10 years michaelni swresample/x86/rematrix_init: Check av_malloc* return codes, forward …
(edit) @48ffaaaa   10 years michaelni swresample/x86/rematrix_init: Use av_mallocz_array() Signed-off-by: …
(edit) @d80fe5d4   10 years michaelni avcodec/vb: Check for av_mallocz() failure Signed-off-by: Michael …
(edit) @694671bc   10 years michaelni avfilter/f_sendcmd: consider it an error if there are no commands …
(edit) @c0367f7   10 years michaelni doc/indevs: Docs for Blackmagic high bit depth video/audio …
(edit) @03cecf45   10 years michaelni hevcdsp: ARM NEON optimized transforms cherry picked from commit …
(edit) @b61b9e49   10 years michaelni x86: hevc_mc: remove lea in EPEL_LOAD The second parameter to the …
(edit) @4919b384   10 years michaelni x86: hevc_mc: fewer gpr autoloads for _v filters In that case, it's …
(edit) @1df841f1   10 years michaelni doc/APIchanges: updated Data stream changes in APIChange …
(edit) @162f3449   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @55feff57   10 years u avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read …
(edit) @4b60bd1a   10 years u avformat/internal: fix av_interleaved_write_frame typo reference
(edit) @a2bc8c56   10 years Carl Eugen Hoyos Fix standalone compilation of the mov muxer with …
(edit) @eb7efaa9   10 years u avfilter/dctdnoiz: fix slice_h computation ceilf() can only work if …
(edit) @009a57b4   10 years michaelni avformat/mxfenc: Remove unused variables Signed-off-by: Michael …
(edit) @40b198e   10 years u lavfi/subtitles: add force_style option Signed-off-by: Eejya Singh …
(edit) @5ae140c0   10 years michaelni avdevice/decklink_common: Use defined(APPLE) instead of APPLE
(edit) @92d903af   10 years James x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions …
(edit) @62ea5ae2   10 years michaelni avdevice/decklink_common: Fix Decklink for Mac Signed-off-by: Michael …
(edit) @97a27065   10 years michaelni avdevice/decklink: 10 Bit support for Decklink input device Example …
(edit) @6a8a3bf   10 years michaelni libavformat/mxfenc.c: added mxf opatom muxer Signed-off-by: Michael …
(edit) @7c148f30   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @2048126e   10 years michaelni avcodec/utils: Assert that dst->progress is clear before …
(edit) @de6df461   10 years michaelni avcodec/h264: Setup decoder to have matching reference to the EC code …
(edit) @ecfd48dc   10 years michaelni avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from …
(edit) @2efaaf94   10 years Carl Eugen Hoyos Support decoding yuv dpx images.
(edit) @ea329b6   10 years Carl Eugen Hoyos Do not use -mdynamic-no-pic on OSX x86_64. Fixes default compilation …
(edit) @29fd3032   10 years michaelni avformat/omadec: Subtract headersize in timestamp calculation Fixes …
(edit) @7c2fa13d   10 years michaelni avformat/omadec: only compute timestamps based on bitrate if its set …
(edit) @7474ea74   10 years michaelni Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1' * commit …
(edit) @89c7332b   10 years michaelni Merge commit '8029af586fd5a5f2a0803001f9eff386e5545fe2' * commit …
(edit) @626d6184   10 years michaelni x86: lavc/hevc_mc: fix comments The width parameter is now completely …
(edit) @134e8c73   10 years onemda avcodec/faxcompr: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @97996eff   10 years michaelni hevc/sao: do in-place band filtering when possible The copies are …
(edit) @ed450d4a   10 years michaelni x86: lavc: share more constant through defines Signed-off-by: Michael …
(edit) @ac923ed4   10 years Carl Eugen Hoyos lavf/mlv: Only add streams that are supposed to contain frames. Fixes …
(edit) @ec8ec999   10 years onemda avcodec/twinvqdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @e352520e   10 years lu_zero oma: Report a timestamp Reported-By: jb@videolan.org Signed-off-by: …
(edit) @691b7f5e   10 years michaelni lavc/lossless_audiodsp: revert various commits Their intent was to …
(edit) @46e2afa   10 years michaelni wmalossless: reset lms_update It may contain garbage at the end, and …
(edit) @8029af58   10 years lu_zero dxva2_hevc: properly fill the scaling list structure The scaling list …
(edit) @1de74214   10 years michaelni pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGS …
(edit) @be1cb1e6   10 years michaelni avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove …
(edit) @dbab5f59   10 years michaelni avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and …
(edit) @088dd0fd   10 years michaelni avutil/pixfmt: Clarify the meaning of the "alpha" bit in rgb555/bgr555 …
(edit) @c02b8c45   10 years michaelni avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and …
(edit) @f05efd42   10 years michaelni avcodec/ccaption_dec: Added Debug logs Signed-off-by: Anshul …
(edit) @5647286e   10 years michaelni avcodec/ccaption_dec: handle error from ass_sub api Signed-off-by: …
(edit) @bf30161a   10 years michaelni avcodec/ccaption_dec: Added Roll up functionality Signed-off-by: …
(edit) @a40de9ac   10 years michaelni Merge commit '9295d10ea9d138462b7f67d16bf95ae9ca76aca6' * commit …
(edit) @2fd9ce92   10 years michaelni avcodec/h264_slice: assert that reinit does not occur after the first …
(edit) @38d5241b   10 years michaelni avcodec/h264_slice: ignore SAR changes in slices after the first …
(edit) @f111831e   10 years michaelni avcodec/h264_slice: Check picture structure before setting the related …
(edit) @9295d10e   10 years alex.converse fate: Add a test for AAC ELD480. The source is …
(edit) @f906982c   10 years michaelni avcodec/h264_slice: Do not change frame_num after the first slice …
(edit) @9dc45d1f   10 years michaelni x86: lavc: share more constants Reviewed-by: "Ronald S. Bultje" …
(edit) @bfb988b   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @1750b45c   10 years michaelni avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT …
(edit) @a0640e63   10 years michaelni avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT …
(edit) @6ecc3fd6   10 years michaelni x86/hevc_mc: use aligned loads Signed-off-by: Michael Niedermayer …
(edit) @383fddee   10 years James x86/lossless_audiodsp: fix compilation with --disable-yasm …
(edit) @d45fadb   10 years Carl Eugen Hoyos lavc/tscc: Make 32bit output opaque. Found-by: wm4
(edit) @510b39c2   10 years michaelni nutdec: Remove unused variables Signed-off-by: Michael Niedermayer …
(edit) @e66a1876   10 years michaelni img2dec: Remove dead code Reviewed-by: Reimar Döffinger …
(edit) @9bc7ee8a   10 years michaelni avcodec/avfft: Add simple self test Signed-off-by: Michael …
(edit) @23659fdb   10 years michaelni generate_wave_table: Add include for AVSampleFormat Fixes warning in …
(edit) @5081012e   10 years michaelni audioconvert: Add missing include for FF_API_AUDIO_CONVERT Fixes …
(edit) @aea29a89   10 years James x86/hevc_sao: fix loading of RIP address pb_eo must be handled as a …
(edit) @bcb09251   10 years michaelni x86/hevc: use CLIPW macro when possible Conflicts: …
(edit) @5eedd36d   10 years michaelni x86: hevc_mc: use epel_hv 16-wide function The epel_hv functions were …
(edit) @a0d1300f   10 years michaelni x86: hevc_mc: add AVX2 optimizations before 33304 decicycles in …
(edit) @f9681664   10 years onemda avformat/rpl: check av_get_packet() for failure Also make ret signed …
(edit) @6fafc62b   10 years michaelni avcodec/h264: Be more strict on rejecting pps/sps changes Fixes race …
(edit) @31cc9c0   10 years michaelni avcodec/h264: Be more strict on rejecting pps_id changes Fixes race …
(edit) @dc3c3758   10 years onemda avformat/thp: check av_get_packet() for failure Signed-off-by: Paul B …
(edit) @69aa7936   10 years michaelni avcodec/h264_ps: More completely check the bit depths Fixes out of …
(edit) @15a88468   10 years James avformat/tta: only check for header and seek table crc if requested …
(edit) @a6c2c8fe   10 years michaelni Revert "avcodec/x86/lossless_audiodsp: Make …
(edit) @f1214763   10 years michaelni avcodec/x86/lossless_audiodsp: Move order&8 fallback into C code This …
(edit) @d41b66a1   10 years michaelni avcodec/vp3: pass correct context to av_log() Fixes null pointer …
(edit) @3b4ffba3   10 years michaelni avcodec/x86/lossless_audiodsp: Make scalarproduct_and_madd_int16 …
(edit) @43b1fd5b   10 years michaelni avcodec/hevc: drop redundant ifs() Found-by: Clément Bœsch <u@pkh.me> …
(edit) @0c494114   10 years michaelni hevcdsp: ARM NEON optimized deblocking filter cherry picked from …
(edit) @9a2f5d82   10 years michaelni hevc: free sao buffers when receiving a new SPS The buffer pointers …
(edit) @a83b6b07   10 years michaelni vp9: assign PTS to visible instead of invisible frames All the …
(edit) @15574c50   10 years James x86/hevcdsp: add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2} Original …
Note: See TracRevisionLog for help on using the revision log.