source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ec8ec999   10 years onemda avcodec/twinvqdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(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) @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 …
(edit) @042c1159   10 years James x86/hevcdsp: add ff_hevc_sao_edge_filter_8_{ssse3,avx2} Original x86 …
(edit) @1f1c7c8a   10 years James hevcdsp: remove compilation-time-fixed parameter from sao_edge_filter …
(edit) @e09ad5bd   10 years michaelni avcodec/h264_refs: set last_pic_for_ec only if it has not been set …
(edit) @7dad2f7   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @dccd648f   10 years onemda avcodec/alsdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @57bca64b   10 years onemda avcodec/cllc: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @afada9a   10 years Carl Eugen Hoyos Fix compilation with --disable-protocol=udp
(edit) @7801a54e   10 years michaelni avfilter/vf_fps: update frame drop comment Found-by: ubitux …
(edit) @f2579dbb   10 years michaelni avformat/thp: Check av_get_packet() for failure not only for partial …
(edit) @21051af2   10 years lukasz.m.luki2 lavf/avc: add buffer padding to extradata allocation …
(edit) @d20df260   10 years michaelni avcodec/nvenc: De-compensate aspect ratio compensation of DVD-like …
(edit) @692b2262   10 years michaelni swscale/utils: Limit filter shifting so as not to read from prior the …
(edit) @fd52d2d3   10 years michaelni avcodec/mpegvideo_motion: Fix gmc chroma dimensions Fixes integer …
(edit) @7457afc6   10 years James hevcdsp: replace the SAOParams struct parameter from sao_edge_filter …
(edit) @121ccc3   10 years James hevcdsp: further simplify sao_edge_filter Reviewed-by: Christophe …
(edit) @4386e1fd   10 years James hevcdsp: simplified sao_edge_filter Reviewed-by: Christophe Gisquet …
(edit) @74d7faf4   10 years James hevcdsp: separated sao edge filter and pixel restore funcs …
(edit) @fabbfaa0   10 years michaelni avcodec/mjpegdec: Check number of components for JPEG-LS Fixes out of …
(edit) @afa92907   10 years michaelni avcodec/mjpegdec: Check escape sequence validity Fixes assertion …
(edit) @7f02fcd9   10 years michaelni avfilter/vf_fps: Do not drop a random subset of frames This also …
(edit) @b1199459   10 years michaelni dxva2_hevc: properly fill the scaling list structure The scaling list …
(edit) @05e1619   10 years michaelni avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior …
(edit) @9f1a5db   10 years onemda avcodec/cdxl: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @85a8069d   10 years michaelni Merge commit '8c1ce7787ad7af8fc321b4a145e9dc965f6d0e86' * commit …
(edit) @469a1701   10 years onemda avformat/siff: fix if_( style Signed-off-by: Paul B Mahol …
(edit) @ba4fba8f   10 years michaelni Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e' * commit …
(edit) @dd72e26d   10 years michaelni Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754' * commit …
(edit) @f53aa3f4   10 years michaelni Merge commit '0ee2573347ecdb9cb5656001f7201d819eec16d8' * commit …
(edit) @5348d7b6   10 years michaelni Merge commit 'edd9ea3ffba1d5873dead1c57c74b1e3cc912167' * commit …
(edit) @fd242b46   10 years stefasab lavf/utils: fix if_( style
(edit) @d2330e58   10 years stefasab doc/muxers/image2: remove the non-negative number requirement for …
(edit) @0afc26d3   10 years michaelni Merge commit '82bd8a57692d8f3643ad0903c97e4a0f84393f53' * commit …
(edit) @adfe89bc   10 years Carl Eugen Hoyos Fix standalone compilation of the tblend filter.
(edit) @cecc4ea   10 years onemda avcodec/evrcdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @63cb546   10 years onemda avcodec/wnv1: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @1634d2b   10 years onemda avcodec/on2avc: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @49f82571   10 years onemda avcodec/tak_parser: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @c93a7b26   10 years onemda avcodec/ac3dec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @e9eb94ac   10 years onemda avcodec/qcelpdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @6e7ac5ee   10 years onemda avcodec/webp: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @8c1ce778   10 years alex.converse aacsbr: silence message for SBR extension "padding". Some files …
(edit) @d615187f   10 years alex.converse aacdec: Support for ER AAC ELD 480. Based in part on work from Niel …
(edit) @7640c4a   10 years alex.converse aacdec: Tables for length 480 AAC ELD.
(edit) @0ee25733   10 years alex.converse aacdec: Support for ER AAC in LATM
(edit) @edd9ea3f   10 years alex.converse aacdec: Refactor aac_er_decode_frame.
(edit) @82bd8a57   10 years alex.converse aacdec: Refactor decode_ics_info.
(edit) @77f326dc   10 years michaelni ffmpeg: Make CFR frame drop threshold user adjustable Signed-off-by: …
(edit) @52f2adc0   10 years michaelni avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment …
(edit) @00fe7785   10 years michaelni avcodec/hevc: Do not zero is_pcm on allocation Signed-off-by: Michael …
(edit) @da81cc38   10 years michaelni avcodec/hevc: reduce memory for SAO cherry picked from commit …
(edit) @b737a2c5   10 years michaelni avformat/mpc8: fix broken pointer math This could overflow and crash …
(edit) @56cc0242   10 years michaelni avformat/mpc8: fix hang with fuzzed file This can lead to an endless …
Note: See TracRevisionLog for help on using the revision log.