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
/
vdpau.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpau: add mapping for H.264 Constrained Baseline profile and fallback
Rémi Denis-Courmont
2014-12-14
1
-0
/
+9
*
vdpau: add mapping for H.264 Extended profile
Rémi Denis-Courmont
2014-12-14
1
-0
/
+3
*
vdpau: revector macro to reduce line span
Rémi Denis-Courmont
2014-12-14
1
-16
/
+17
*
vdpau: return MAIN instead of BASELINE for H.264 CBP
Rémi Denis-Courmont
2014-10-28
1
-1
/
+1
*
vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check
Rémi Denis-Courmont
2014-10-15
1
-2
/
+5
*
vdpau: have av_vdpau_bind_context() fail on unsupported flag
Rémi Denis-Courmont
2014-10-15
1
-0
/
+3
*
vdpau: check video surface and decoder capabilities
Rémi Denis-Courmont
2014-10-06
1
-0
/
+40
*
vdpau: add av_vdpau_bind_context()
Rémi Denis-Courmont
2014-10-06
1
-1
/
+21
*
vdpau: force reinitialization when output resolution changes
Rémi Denis-Courmont
2014-10-06
1
-0
/
+29
*
vdpau: pass codec-specific parameters from hwaccel
Rémi Denis-Courmont
2014-10-05
1
-2
/
+2
*
vdpau: common support for managing the VdpDecoder in avcodec
Rémi Denis-Courmont
2014-10-05
1
-0
/
+64
*
vdpau: factor out common end-of-frame handling
Rémi Denis-Courmont
2014-10-05
1
-6
/
+19
*
vdpau: add helper for VDPAU to libav error codes conversion
Rémi Denis-Courmont
2014-10-05
1
-0
/
+24
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-1
/
+1
*
vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame
wm4
2014-03-20
1
-1
/
+1
*
vdpau: don't assume Picture and H264Picture are the same
wm4
2014-03-20
1
-5
/
+3
*
av_vdpau_get_profile: mask out H.264 intra profile flag
Rémi Denis-Courmont
2014-03-04
1
-1
/
+1
*
vdpau: add a constructor for AVVDPAUContext.
Anton Khirnov
2013-11-14
1
-0
/
+5
*
vdpau: add a convenience function for getting a decoder profile.
Anton Khirnov
2013-11-14
1
-0
/
+43
*
vdpau: store picture data in picture's rather than codec's context
Rémi Denis-Courmont
2013-08-05
1
-15
/
+18
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-336
/
+0
*
vdpau: wrap codec specific functions in appropiate #ifs
Janne Grunau
2013-03-27
1
-0
/
+12
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-6
/
+6
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-31
/
+23
*
mpegvideo: split ff_draw_horiz_band().
Anton Khirnov
2013-02-15
1
-5
/
+5
*
vdpau: Add context and common helpers for hwaccel support
Rémi Denis-Courmont
2013-01-13
1
-0
/
+49
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
Janne Grunau
2011-10-24
1
-4
/
+3
*
mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Anton Khirnov
2011-10-23
1
-3
/
+4
*
hwaccel: unbreak build
Mans Rullgard
2011-07-10
1
-20
/
+20
*
ffmpeg: Fix VDPAU decoding for some H264 samples.
Carl Eugen Hoyos
2011-07-04
1
-1
/
+2
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-1
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-6
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the
Stephen Warren
2010-03-30
1
-6
/
+16
*
Fix VDPAU for H.264 streams with long reference frames.
Stephen Warren
2010-03-30
1
-1
/
+1
*
Cosmetics: Fix a comment.
Carl Eugen Hoyos
2010-03-14
1
-1
/
+1
*
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.
Carl Eugen Hoyos
2010-03-03
1
-0
/
+4
*
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
NVIDIA Corporation
2009-11-10
1
-0
/
+50
*
Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
Stephen Warren
2009-03-06
1
-1
/
+1
*
Do not set h264.is_reference for pictures that are delayed, but not
NVIDIA Corporation
2009-02-26
1
-1
/
+1
*
The field rangered in VDPAU's VdpPictureInfoVC1 now also contains
NVIDIA Corporation
2009-02-26
1
-1
/
+1
*
100l, always declare variables at the top of a block, not inside a for ()
Reimar Döffinger
2009-02-23
1
-1
/
+2
*
Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
Reimar Döffinger
2009-02-18
1
-0
/
+2
*
Fix MBAFF/PAFF samples.
Stephen Warren
2009-02-17
1
-1
/
+1
*
Place spaces consistently in pointer types in vdpau.c
Reimar Döffinger
2009-02-15
1
-17
/
+17
*
Revert adding a _pixfmt to vdpau/xvmc header names.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
Diego Biurrun
2009-02-12
1
-1
/
+1
*
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
Diego Biurrun
2009-02-11
1
-0
/
+305