2013-03-08 |
Anton Khirnov | lavc: move AVFrame.hwaccel_picture_private to Picture.
|
commit | commitdiff | tree |
2013-03-08 |
Anton Khirnov | pthread: avoid copying input packets when possible.
|
commit | commitdiff | tree |
2013-03-08 |
Anton Khirnov | avpacket: use AVBuffer to allow refcounting the packets.
|
commit | commitdiff | tree |
2013-03-08 |
Anton Khirnov | AVBuffer: add a new API for buffer pools
|
commit | commitdiff | tree |
2013-03-08 |
Anton Khirnov | lavu: add a new API for reference-counted data buffers.
|
commit | commitdiff | tree |
2013-03-02 |
Anton Khirnov | h264: set ref_count to 0 for intra slices.
|
commit | commitdiff | tree |
2013-03-02 |
Anton Khirnov | h264: on reference overflow, reset the reference count...
|
commit | commitdiff | tree |
2013-03-02 |
Anton Khirnov | h264: do not copy ref count/ref2frm when updating per...
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | qtrle: use AV_LOG_ERROR in an error message.
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | qtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | qtrle: add more checks against pixel_ptr being negative.
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | cavs: initialize various context tables to 0
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | mlpdec: do not try to allocate a zero-sized output...
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | mov: use the format context for logging.
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | flicvideo: avoid an infinite loop in byte run compression
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | loco: check that there is data left after decoding...
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | lagarith: avoid infinite loop in lag_rac_refill()
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | av_memcpy_backptr: avoid an infinite loop for back = 0
|
commit | commitdiff | tree |
2013-02-23 |
Anton Khirnov | 4xm: check the return value of read_huffman_tables().
|
commit | commitdiff | tree |
2013-02-17 |
Anton Khirnov | error_resilience: add required headers.
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | h264: deMpegEncContextize Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | mpegvideo: split ff_draw_horiz_band().
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | error_resilience: decouple ER from MpegEncContext
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | svq3: remove a pointless if()
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | h264: remove a pointless if()
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | h264: simplify calls to ff_er_add_slice().
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | get_buffer(): do not initialize the data.
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | vf_yadif: fix out-of line reads
|
commit | commitdiff | tree |
2013-02-15 |
Anton Khirnov | vf_yadif: factorize initializing the filtering callbacks
|
commit | commitdiff | tree |
2013-02-09 |
Anton Khirnov | FATE: add tests for additional flavors of asf cover art
|
commit | commitdiff | tree |
2013-02-09 |
Anton Khirnov | asfdec: do not assume every AVStream has a corresponding...
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | mpegvideo: remove an unused function parameter
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | rv10: improve buffer size check.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | error_resilience: remove a useless if() and FIXME
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | h264: remove silly macros
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | h263: remove an unused parameter from ff_h263_decode_init_vlc
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | mpegvideo: initialize dummy reference frames.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | nuv: do not rely on get_buffer() initializing the frame.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | yop: initialize palette to 0
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | yop: check for input overreads.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | yop: check that extradata is large enough.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | fraps: fix off-by one bug for version 1.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | aasc: fix output for msrle compression.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | msrledec: check bounds before constructing a possibly...
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | cmdutils: remove ansi from the list of broken codecs.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | cdgraphics: do not rely on get_buffer() initializing...
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | svq1: replace struct svq1_frame_size with an array.
|
commit | commitdiff | tree |
2013-02-06 |
Anton Khirnov | vf_yadif: silence a warning.
|
commit | commitdiff | tree |
2013-02-04 |
Anton Khirnov | mpegvideo: simplify REBASE_PICTURE
|
commit | commitdiff | tree |
2013-02-01 |
Anton Khirnov | bink demuxer: set framerate.
|
commit | commitdiff | tree |
2013-02-01 |
Anton Khirnov | bink demuxer: check malloc return value
|
commit | commitdiff | tree |
2013-02-01 |
Anton Khirnov | bink: fix a check for the first frame.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | vf_delogo: fix copying the input frame.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | vf_delogo: fix an uninitialized read.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | h264: remove obsolete comment.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mpegvideo: remove some unused variables from Picture.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | utvideoenc/v410enc: do not set AVFrame.reference.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | pthread: make ff_thread_release_buffer idempotent.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mvi: set framerate
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | rawdec: use AVPALETTE_SIZE instead of magic constants.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mimic: remove a pointless cast.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mdec: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mdec: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | mdec: merge mdec_common_init() into decode_init().
|
commit | commitdiff | tree |
2013-01-29 |
Anton Khirnov | eatgv: use fixed-width types where appropriate.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | mpegvideo_enc: fix indentation in load_input_picture()
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | mpegvideo_enc: do not modify the input frame.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | mjpegdec: fix indentation
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | rawdec: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | mimic: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | mimic: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | iff: drop ff_ prefix from a static function.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | pngdec: cosmetics, reformat.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | dxa: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | eatgq: cosmetics, reformat.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | eatgq: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | eatgv: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | eatgv: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | cyuv: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | txd: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-26 |
Anton Khirnov | dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
|
commit | commitdiff | tree |
2013-01-18 |
Anton Khirnov | h264: avoid pointless copying of ref lists
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | h264: fix ff_generate_sliding_window_mmcos() prototype.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | truemotion2: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | truemotion2: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | tscc: remove some pointless comments and empty lines.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | tscc: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | loco: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | loco: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | flicvideo: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | vcr1: remove disabled encoder stub
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | vcr1: return a meaningful error code.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | rpza: return a meaningful error code.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | qdrw: cosmetics, reformat
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | qdrw: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | qtrle: return a meaningful error code.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | gifdec: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | interplayvideo: remove a static variable.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | interplayvideo: return meaningful error codes.
|
commit | commitdiff | tree |
2013-01-14 |
Anton Khirnov | lcldec: return meaningful error codes.
|
commit | commitdiff | tree |