source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e1c058db   11 years anton FATE: Add HEVC tests Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @064698d3   11 years anton Add HEVC decoder Initially written by Guillaume Martres …
(edit) @0a9e94bb   11 years anton webp: stop using deprecated avcodec_set_dimensions
(edit) @757d5e8e   11 years anton vp8: stop using deprecated avcodec_set_dimensions
(edit) @2e0ab4d3   11 years anton vp56: stop using deprecated avcodec_set_dimensions
(edit) @b53febc1   11 years anton vp3: stop using deprecated avcodec_set_dimensions
(edit) @3cfdb912   11 years anton txd: stop using deprecated avcodec_set_dimensions
(edit) @db92e4ea   11 years anton truemotion1: stop using deprecated avcodec_set_dimensions
(edit) @c265b8bb   11 years anton tiff: stop using deprecated avcodec_set_dimensions
(edit) @eed5a478   11 years anton targa: stop using deprecated avcodec_set_dimensions
(edit) @7fbb75cc   11 years anton svq1dec: stop using deprecated avcodec_set_dimensions
(edit) @9c0ece1b   11 years anton sunrast: stop using deprecated avcodec_set_dimensions
(edit) @c755870d   11 years anton sgidec: stop using deprecated avcodec_set_dimensions
(edit) @1d389e2a   11 years anton rv34: stop using deprecated avcodec_set_dimensions
(edit) @ce9f5b13   11 years anton rv10: stop using deprecated avcodec_set_dimensions
(edit) @e7ea9703   11 years anton ptx: stop using deprecated avcodec_set_dimensions
(edit) @0f21d8b   11 years anton pictordec: stop using deprecated avcodec_set_dimensions
(edit) @41ad353d   11 years anton pgssubdec: stop using deprecated avcodec_set_dimensions
(edit) @06794162   11 years anton pcx: stop using deprecated avcodec_set_dimensions
(edit) @6da9c9d3   11 years anton mpegvideo_parser: stop using deprecated avcodec_set_dimensions
(edit) @13207484   11 years anton mpeg4video_parser: stop using deprecated avcodec_set_dimensions
(edit) @6c725472   11 years anton mpeg12dec: stop using deprecated avcodec_set_dimensions
(edit) @2cd94ad   11 years anton mjpegdec: stop using deprecated avcodec_set_dimensions
(edit) @b8705824   11 years anton libvpxdec: stop using deprecated avcodec_set_dimensions
(edit) @967cd6f   11 years anton libopenjpegdec: stop using deprecated avcodec_set_dimensions
(edit) @d62b24a3   11 years anton kgv1dec: stop using deprecated avcodec_set_dimensions
(edit) @d184cd1d   11 years anton ivi_common: stop using deprecated avcodec_set_dimensions
(edit) @317d6a1   11 years anton indeo3: stop using deprecated avcodec_set_dimensions
(edit) @3b086317   11 years anton h26[13]dec: stop using deprecated avcodec_set_dimensions
(edit) @8255535c   11 years anton gifdec: stop using deprecated avcodec_set_dimensions
(edit) @58c6239e   11 years anton g2meet: stop using deprecated avcodec_set_dimensions
(edit) @ec706300   11 years anton eatqi: stop using deprecated avcodec_set_dimensions
(edit) @a8773938   11 years anton eatgv: stop using deprecated avcodec_set_dimensions
(edit) @06e7a202   11 years anton eatgq: stop using deprecated avcodec_set_dimensions
(edit) @c6b8a7db   11 years anton eamad: stop using deprecated avcodec_set_dimensions
(edit) @d6da3729   11 years anton eacmv: stop using deprecated avcodec_set_dimensions
(edit) @babbec08   11 years anton dvdsubdec: stop using deprecated avcodec_set_dimensions
(edit) @caeed8de   11 years anton dvdec: stop using deprecated avcodec_set_dimensions
(edit) @8451b5f   11 years anton dpx: stop using deprecated avcodec_set_dimensions
(edit) @c7a5acab   11 years anton dnxhddec: stop using deprecated avcodec_set_dimensions
(edit) @e9cfbc2b   11 years anton dirac: stop using deprecated avcodec_set_dimensions
(edit) @d57e95cb   11 years anton cdxl: stop using deprecated avcodec_set_dimensions
(edit) @f176e11c   11 years anton avs: stop using deprecated avcodec_set_dimensions
(edit) @78780c8b   11 years anton ansi: stop using deprecated avcodec_set_dimensions
(edit) @0f6c1d6   11 years anton lavc/utils: stop using deprecated avcodec_set_dimensions
(edit) @ce6949d   11 years anton oggparsetheora: stop using deprecated avcodec_set_dimensions
(edit) @7644f5a8   11 years anton lavc: replace avcodec_set_dimensions with ff_set_dimensions …
(edit) @28096e0a   11 years anton h264: wait for initial complete frame before outputing frames This …
(edit) @9af7a852   11 years diego HNM4/HNM4A demuxer & video decoder Signed-off-by: Diego Biurrun …
(edit) @ed1a11ed   11 years diego gradfun: x86: Factor out common code for some gradfun_filter_line() …
(edit) @ee80cf74   11 years diego avfilter: x86: K&R formatting cosmetics
(edit) @c7f25d4c   11 years diego build: Ensure that strip commands are run silently
(edit) @0c5f8396   11 years martin lavf: Remove a now useless parameter to ffurl_register_protocol This …
(edit) @4f2d8968   11 years anton oggparsetheora: check av_mallocz result
(edit) @5e5fb218   11 years anton oggparsetheora: return meaningful error codes
(edit) @d4c12b8b   11 years anton oggparsetheora: K&R cosmetics, reformat Also typedef the private data …
(edit) @b9589f5a   11 years anton lavc: add error checking to apply_param_change.
(edit) @5c0a098   11 years anton libopenjpegdec: return meaningful error codes
(edit) @8fbb0979   11 years derek.buitenhuis build: remove pointless condition $(STRIP) always expands to …
(edit) @58d13cea   11 years derek.buitenhuis h264: Check all allocations Signed-off-by: Derek Buitenhuis …
(edit) @9510d768   11 years diego fate.sh: Allow non-fast-forwards when updating sources
(edit) @c872d310   11 years anton avconv: stop accessing AVStream.parser It is private and must not be …
(edit) @8b64c2ba   11 years anton lavc: add a dummy field to AVStream to preserve ABI compatibility for …
(edit) @25c7db7c   11 years derek.buitenhuis avio: Check for memory allocation failure of private data …
(edit) @327c439f   11 years derek.buitenhuis timefilter: Handle memory allocation failure Signed-off-by: Derek …
(edit) @e789130   11 years lu_zero configure: Provide an hardened toolchain option
(edit) @dcd3eda6   11 years lu_zero configure: Move gcc-only -W option where it belongs
(edit) @cd43ca04   11 years anton lavfi: do not export the filters from shared objects
(edit) @feeafb4a   11 years anton lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers …
(edit) @c9a13a28   11 years anton lavc: remove old unused audio conversion functions.
(edit) @6c82c87d   11 years justin.ruggles ac3dec: fix outptr increment. Fixes corrupt data errors when …
(edit) @a1c5cc42   11 years anton lavc: don't set AVFrame.pts to random numbers in decoders.
(edit) @2ba68dd0   11 years anton lavf: remove unreliable timestamp guessing heuristic
(edit) @f2521563   11 years martin g722dec: Change bits_per_codeword to the right option type This isn't …
(edit) @884c7a6e   11 years anton avfilter: fix const use of avfilter_next Signed-off-by: Anton Khirnov …
(edit) @5c439b41   11 years anton avfilter: have avfilter_get_by_name return const for next bump …
(edit) @97de206b   11 years anton lavc: disable CRC checking by default
(edit) @23a211cb   11 years anton lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. …
(edit) @f354f308   11 years anton error resilience: check error_concealment, not err_recognition. …
(edit) @53151723   11 years lu_zero avio: K&R formatting cosmetics
(edit) @aaaf2dc0   11 years lu_zero h263: Check init_get_bits return value And use init_get_bits8 to …
(edit) @07493148   11 years lu_zero h263: Return meaningful errors
(edit) @de606120   11 years lu_zero configure: Disable -Wmaybe-uninitialized by default It is by …
(edit) @0b357a80   11 years anton AVOptions: do not range check flag options. It does not make sense in …
(edit) @94603fe   11 years anton h264_ps: when parsing a VUI fails, only abort when explode is set A …
(edit) @79ef4b19   11 years anton FATE: add bitexact sws flags to the fieldorder test swscale is called …
(edit) @ddc589c   11 years anton avconv: drop a now useless variable
(edit) @529a9893   11 years anton avframe: mark source frame const in _ref and _clone Signed-off-by: …
(edit) @fc06ee6e   11 years anton mmvideo: fix uninitialized variable use in mm_decode_intra …
(edit) @211ca69b   11 years justin.ruggles lavr: check that current_buffer is not NULL before using it Fixes a …
(edit) @83425952   11 years anton fft-test: add a missing #include stdio.h needed for printf since …
(edit) @b284e1ff   11 years anton mem: do not check for negative size size_t is guaranteed to be …
(edit) @4e326ec7   11 years alex.converse fate: aac: Add test for AAC-ELD
(edit) @adea4512   11 years alex.converse aacdec: Fix calls to avpriv_report_missing_feature(). It does not …
(edit) @4d6ee07   11 years derek.buitenhuis libavutil: x86: Add AVX2 capable CPU detection. Patch based on x264's …
(edit) @7177df9   11 years derek.buitenhuis fft-test: Remove possibility of returning restricted exit code …
(edit) @5331d2b9   11 years derek.buitenhuis dct-test: Remove possibility of returning a restricted exit code …
(edit) @8dc1b7b   11 years derek.buitenhuis base64-test: Remove posibility of returning restricted exit codes …
(edit) @530cd289   11 years derek.buitenhuis tree-test: Don't return restricted exit codes Signed-off-by: Derek …
(edit) @fb13fe83   11 years diego golomb: reduce scope of a few variables Signed-off-by: Diego Biurrun …
Note: See TracRevisionLog for help on using the revision log.