source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @969329fe   11 years u Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'" This …
(edit) @c6125f5e   11 years michaelni avfilter/x86/vf_gradfun_init: fix some consts & related warnings …
(edit) @bf688d23   11 years michaelni Merge commit 'ec7063005ee67c0b4d4b83aa5118dd22ad1094e8' * commit …
(edit) @4a356512   11 years michaelni Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3' * commit …
(edit) @f016a23c   11 years michaelni Merge commit 'c7a5acabc537c2ce363165c31250aba341b1a990' * commit …
(edit) @5ef0c00   11 years michaelni Merge commit '78780c8bf6246a1cf1cd0c9096b49dc082a6a8e5' * commit …
(edit) @66f436ad   11 years michaelni Merge commit '0f6c1d6d64c9f6255ea579dace27d0dd695f0213' * commit …
(edit) @51c5768c   11 years michaelni Merge commit 'ce6949d3a0607eb318dc2872553110df934e9720' * commit …
(edit) @7b91e9cf   11 years michaelni Merge commit '7644f5a80787c9b608b82873604805d7e38a6a18' * commit …
(edit) @f62dfed3   11 years michaelni h264: simplify frame_recovered code This is a separate commit to ease …
(edit) @78265fcf   11 years michaelni Merge commit '28096e0a806e57376541e6222d315619906e3c55' * commit …
(edit) @2acc525d   11 years stefasab doc/encoders: add libfaac encoder documentation
(edit) @d339e03f   11 years stefasab doc/encoders: document the libfdk-aac wrapper Partially based on the …
(edit) @4fdec65e   11 years stefasab doc/encoders: extend/clarify libtheora encoder documentation
(edit) @a2bfee36   11 years michaelni Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e' * commit …
(edit) @fc5fe480   11 years michaelni Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191' * commit …
(edit) @ffe33500   11 years michaelni Merge commit 'ee80cf741a44115758e62399b7bde08d33161151' * commit …
(edit) @ec5e02d4   11 years michaelni avcodec/wmv2enc: Collect statistics for 2 pass encoding Fixes …
(edit) @e1573d71   11 years michaelni MAINTAINERS: add myself as libzvbi-teletextdec maintainer …
(edit) @6173b0fe   11 years tempn aacdec: fix small comment, update decoder features comment
(edit) @5ab1efb9   11 years Carl Eugen Hoyos Fix a crash on oom when decoding hevc.
(edit) @ec706300   11 years anton eatqi: stop using deprecated avcodec_set_dimensions
(edit) @d6da3729   11 years anton eacmv: stop using deprecated avcodec_set_dimensions
(edit) @c7a5acab   11 years anton dnxhddec: stop using deprecated avcodec_set_dimensions
(edit) @a8773938   11 years anton eatgv: stop using deprecated avcodec_set_dimensions
(edit) @babbec08   11 years anton dvdsubdec: stop using deprecated avcodec_set_dimensions
(edit) @e9cfbc2b   11 years anton dirac: stop using deprecated avcodec_set_dimensions
(edit) @06e7a202   11 years anton eatgq: stop using deprecated avcodec_set_dimensions
(edit) @caeed8de   11 years anton dvdec: stop using deprecated avcodec_set_dimensions
(edit) @c6b8a7db   11 years anton eamad: stop using deprecated avcodec_set_dimensions
(edit) @8451b5f   11 years anton dpx: 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) @d57e95cb   11 years anton cdxl: stop using deprecated avcodec_set_dimensions
(edit) @f176e11c   11 years anton avs: stop using deprecated avcodec_set_dimensions
(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) @49287bbf   11 years onemda doc/filters: add few more examples for blend filter Signed-off-by: …
(edit) @045214e3   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @532ca123   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(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) @e4b0a770   11 years Carl Eugen Hoyos libavfilter/decimate: Add pts of first frame to all frames. Fixes …
(edit) @fa6fa216   11 years michaelni avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0 Fixes overreads …
(edit) @7c8b65f6   11 years michaelni hevc: add partial support for interlaced(cherry picked from commit …
(edit) @6c4b87d3   11 years michaelni avformat/thp: force moving forward Fixes infinite loop Fixes …
(edit) @2b1056e4   11 years michaelni avformat/thp: fix variable types to avoid overflows Signed-off-by: …
(edit) @b73900b8   11 years michaelni avformat/http: fix cookies Fixes Ticket3096 Signed-off-by: Michael …
(edit) @cb52d6da   11 years michaelni avcodec/bink: fix seeking to frame 0 Fixes Ticket3088 Signed-off-by: …
(edit) @cc0e47b5   11 years michaelni avcodec/jpeglsdec: check err value for ls_get_code_runterm() Fixes …
(edit) @4fab08c9   11 years Reimar.Doeffinger Optimize pure C unscaled yuv2rgb. Aligning the tables reduces the …
(edit) @18802942   11 years michaelni avcodec/mpeg12dec: Use skip_1stop_8data_bits() Signed-off-by: Michael …
(edit) @f0315318   11 years michaelni avcodec/vaapi_mpeg2: Use skip_1stop_8data_bits() Signed-off-by: …
(edit) @9c7662ae   11 years michaelni avcodec/svq3: Use skip_1stop_8data_bits() Signed-off-by: Michael …
(edit) @c882b62d   11 years michaelni avcodec/svq1dec: Use skip_1stop_8data_bits() Signed-off-by: Michael …
(edit) @f4d31271   11 years michaelni avcodec/ituh263dec: Use skip_1stop_8data_bits() Signed-off-by: …
(edit) @ddc6ed91   11 years michaelni avcodec/intelh263dec: Use skip_1stop_8data_bits() Signed-off-by: …
(edit) @711e9812   11 years michaelni avcodec/h261dec: Use skip_1stop_8data_bits() Signed-off-by: Michael …
(edit) @9c284a8   11 years michaelni avcodec/flvdec: Use skip_1stop_8data_bits() Signed-off-by: Michael …
(edit) @34087b05   11 years michaelni avcodec/dxva2_mpeg2: Use skip_1stop_8data_bits() Signed-off-by: …
(edit) @44e8e82d   11 years michaelni avcodec/get_bits: add skip_1stop_8data_bits Signed-off-by: Michael …
(edit) @7f019129   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @94a80e36   11 years michaelni avcodec/intelh263dec: make while get_bits loop more robust by checking …
(edit) @810f9c5e   11 years michaelni avcodec/ituh263dec: make while get_bits loop more robust by checking …
(edit) @489c575b   11 years michaelni avcodec/ivi_common: make while get_bits loop more robust by checking …
(edit) @4b12930f   11 years michaelni avcodec/flacdec: use get_unary() simplify code Signed-off-by: Michael …
(edit) @719dbe86   11 years michaelni avcodec/h261dec: make while get_bits loop more robust by checking bits …
(edit) @b0f8b5c8   11 years michaelni avcodec/flvdec: make while get_bits loop more robust by checking bits …
(edit) @9f5b75f2   11 years michaelni avcodec/flacdec: make while get_bits loop more robust by checking bits …
(edit) @0c6bb53b   11 years clement doc/examples/demuxing: reset got_frame. Fix infinite loop at flushing.
(edit) @65988b99   11 years onemda avcodec/cook: fix deadlock by using get_unary() Fixes #3089. …
(edit) @387e76f9   11 years onemda avcodec/mdec: use dsp.bswap16_buf() Signed-off-by: Paul B Mahol …
(edit) @268d0d6e   11 years onemda avcodec/svq3: use av_fast_padded_malloc() Signed-off-by: Paul B Mahol …
(edit) @8e609eb4   11 years onemda avcodec/utvideoenc: use av_fast_padded_malloc() Signed-off-by: Paul B …
(edit) @82e57604   11 years onemda avcodec/wavpack: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @49c6f0ae   11 years onemda avcodec/apedec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @2508fa10   11 years onemda avcodec/xan: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @1de8dfcb   11 years onemda avcodec/binkaudio: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @28205629   11 years onemda avcodec/4xm: use av_fast_padded_malloc() Signed-off-by: Paul B Mahol …
(edit) @c783bec6   11 years onemda avcodec/mdec: use av_fast_padded_malloc() Signed-off-by: Paul B Mahol …
(edit) @62ef736f   11 years onemda avcodec/motionpixels: use av_fast_padded_malloc() Signed-off-by: Paul …
(edit) @7fd7a10e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0b9e480   11 years michaelni Merge commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d' * commit …
(edit) @70737b83   11 years michaelni Merge commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68' * commit …
(edit) @558784f   11 years michaelni Merge commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9' * commit …
(edit) @4427fe7e   11 years michaelni Merge commit '5c0a09839c707f10e5dba59460e219e989c1da93' * commit …
(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) @e1848aa   11 years michaelni avcodec/mpeg12dec: forward errors when EXPLODE is set Signed-off-by: …
(edit) @f86387b6   11 years michaelni lavf/spdifdec: fix demuxing of AAC in IEC 61937 Return value of …
(edit) @6b31214   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @84508614   11 years michaelni Merge commit '58d13cea307e776664dae711608b358dd4b84fff' * commit …
(edit) @7f4fd72f   11 years michaelni tests/fate: fix fate on branches different from origin/master …
Note: See TracRevisionLog for help on using the revision log.