| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -181/+181 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -2/+16 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -12/+12 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -11/+11 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -10/+14 |
* | vc1dec: use codec_id instead of codec_tag for VC1IMAGE | Vladimir Pantelic | 2013-02-06 | 1 | -1/+1 |
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -5/+5 |
* | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -4/+0 |
* | vc1dec: prevent a crash due missing pred_flag parameter | Vladimir Pantelic | 2013-01-11 | 1 | -3/+7 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -32/+32 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -1/+1 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -4/+4 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | Double motion vector range for HPEL interlaced picture in proper place | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -4/+0 |
* | vc1dec: Set opposite to the correct value for 1REF field pictures | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -4/+10 |
* | vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chroma | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -1/+1 |
* | vc1dec: Set chroma reference field from REFFIELD for 1REF field pictures | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -0/+1 |
* | vc1dec: Use correct spelling of "opposite" | Mashiat Sarker Shakkhar | 2012-10-10 | 1 | -5/+5 |
* | vc1dec: prevent memory leak in error path | Janne Grunau | 2012-10-09 | 1 | -1/+1 |
* | vc1dec: prevent memory leak on av_realloc error | Janne Grunau | 2012-10-09 | 1 | -4/+6 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
* | vc1dec: add flush function for WMV9 and VC-1 decoders | Kostya Shishkov | 2012-09-28 | 1 | -0/+2 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -3/+7 |
* | vc1: export some functions | Kostya Shishkov | 2012-08-28 | 1 | -23/+28 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -16/+16 |
* | vc1dec: Remove separate scaling function for interlaced field MVs | Mashiat Sarker Shakkhar | 2012-08-03 | 1 | -22/+8 |
* | vc1dec: Invoke edge_emulation regardless of MV precision | Mashiat Sarker Shakkhar | 2012-08-03 | 1 | -2/+2 |
* | vc1dec: remove useless #include simple_idct.h | Mans Rullgard | 2012-08-02 | 1 | -1/+0 |
* | vc1dec: Override invalid macroblock quantizer | Michael Niedermayer | 2012-07-28 | 1 | -0/+5 |
* | vc1: avoid reading beyond the last line in vc1_draw_sprites() | Michael Niedermayer | 2012-07-28 | 1 | -2/+6 |
* | vc1dec: check that coded slice positions and interlacing match. | Michael Niedermayer | 2012-07-28 | 1 | -0/+6 |
* | vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value | Michael Niedermayer | 2012-07-28 | 1 | -4/+10 |
* | vc1dec: Do not use random pred_flag if motion vector data is skipped | Mashiat Sarker Shakkhar | 2012-07-15 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | vc1: Do not read from array if index is invalid. | Mashiat Sarker Shakkhar | 2012-03-26 | 1 | -3/+19 |
* | vc1: Move init code shared between decoder and parser to common code file. | Diego Biurrun | 2012-03-07 | 1 | -143/+1 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | vc1parse: call vc1_init_common(). | Ronald S. Bultje | 2012-02-18 | 1 | -2/+2 |
* | vc1: prevent using last_frame as a reference for I/P first frame. | Ronald S. Bultje | 2012-02-15 | 1 | -2/+9 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -26/+26 |
* | msmpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
* | vc1: prevent null pointer dereference on broken files | Janne Grunau | 2012-02-01 | 1 | -1/+1 |
* | vc1dec.c: Don't use uninitialized values of dmv_[x, y] | Mashiat Sarker Shakkhar | 2012-01-27 | 1 | -0/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |