index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vc1dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-4
/
+4
*
vc1dec: Check the error handling flags on slice/field header decode errors
Martin Storsjö
2013-09-22
1
-0
/
+4
*
vc1dec: Don't decode slices when the latest slice header failed to decode
Michael Niedermayer
2013-09-22
1
-2
/
+6
*
vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks
Martin Storsjö
2013-09-22
1
-0
/
+3
*
vc1dec: Undo mpegvideo initialization if unable to allocate tables
Martin Storsjö
2013-09-22
1
-1
/
+5
*
vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors
Martin Storsjö
2013-09-22
1
-2
/
+13
*
vc1: check mb_height validity.
Luca Barbato
2013-08-05
1
-0
/
+6
*
vc1: check the source buffer in vc1_mc functions
Luca Barbato
2013-08-05
1
-0
/
+15
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-46
/
+2
*
vc1dec: Fix mixed field/frame intensity compensation
Michael Niedermayer
2013-05-28
1
-26
/
+32
*
vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4
Michael Niedermayer
2013-05-28
1
-2
/
+2
*
vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...
Michael Niedermayer
2013-05-28
1
-21
/
+42
*
vc1dec: Fix doxy for vc1_mc_4mv_chroma4()
Michael Niedermayer
2013-05-28
1
-1
/
+1
*
vc1dec: Drop old use_ic code from vc1_b_mc
Michael Niedermayer
2013-05-28
1
-13
/
+0
*
vc1: Use shuffled use_ic instead of equally shuffled mv_mode
Michael Niedermayer
2013-05-28
1
-11
/
+24
*
vc1dec: Implement intensity compensation for vc1_interp_mc()
Michael Niedermayer
2013-05-28
1
-0
/
+25
*
vc1dec: Redesign the intensity compensation
Michael Niedermayer
2013-05-28
1
-15
/
+34
*
vc1dec: Shuffle field MVs after decoding, not before
Michael Niedermayer
2013-05-28
1
-17
/
+4
*
vc1dec: Add support for interlaced B-frames
Sebastian Sandberg
2013-05-17
1
-55
/
+411
*
vc1dec: Remove some now unused variables
Martin Storsjö
2013-05-15
1
-19
/
+15
*
vc1dec: Do not allow field_mode to change after the first header
Michael Niedermayer
2013-05-15
1
-0
/
+2
*
vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header
Martin Storsjö
2013-05-15
1
-2
/
+2
*
vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()
Michael Niedermayer
2013-05-15
1
-3
/
+3
*
vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()
Michael Niedermayer
2013-05-15
1
-8
/
+3
*
vc1dec: Factorize picture pointer selection code
Michael Niedermayer
2013-05-15
1
-26
/
+11
*
vc1dec: Factorize srcU/V offseting
Michael Niedermayer
2013-05-15
1
-8
/
+11
*
vc1dec: Fix tff == 0 handling in init_block_index()
Michael Niedermayer
2013-05-15
1
-1
/
+1
*
vc1dec: Update destination pointers in context for fields
Michael Niedermayer
2013-05-15
1
-31
/
+24
*
vc1dec: Don't apply the loop filter on fields
Martin Storsjö
2013-05-14
1
-2
/
+3
*
vc1dec: Don't attempt error concealment on field pictures
Michael Niedermayer
2013-05-14
1
-1
/
+2
*
vc1dec: fieldtx is only valid for interlaced frame pictures
Sebastian Sandberg
2013-05-14
1
-3
/
+5
*
vc1: Remove now unused variables
Martin Storsjö
2013-04-20
1
-2
/
+0
*
mpegvideo: Use hpeldsp instead of dsputil for half-pel functions
Ronald S. Bultje
2013-04-19
1
-7
/
+6
*
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
[next]