aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/img_format.c
Commit message (Expand)AuthorAge
...
* compat: add compatibility kludge for Libav 9Gravatar wm42013-12-08
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itGravatar wm42013-11-05
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* video: add vaapi decode and output supportGravatar wm42013-08-12
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* img_format: fix broken conditionGravatar wm42013-05-06
* video: fix setting XYZ flagGravatar wm42013-05-04
* video: add XYZ supportGravatar wm42013-05-01
* fix clang compiler warningsGravatar Stefano Pigozzi2013-03-03
* img_format: add pixel format name for IMGFMT_MONO_WGravatar wm42013-02-26
* options: also accept ffmpeg pixel format namesGravatar wm42013-01-17
* img_format: do not mark hwaccel formats as planar yuv formatsGravatar wm42013-01-14
* mp_image: remove mp_image.bppGravatar wm42013-01-13
* imgfmt: add more ffmpeg pixel formatsGravatar wm42013-01-13
* img_format: change meaning of MP_IMGFLAG_PLANARGravatar wm42013-01-13
* mp_image: add mp_image_crop()Gravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* draw_bmp: better way to find 444 formatGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* video: use libavutil pixel format descriptorsGravatar wm42013-01-13
* video: add support for 12 and 14 bit YUV pixel formatsGravatar Stephen Hutchinson2012-12-03
* video: add IMGFMT_Y16/PIX_FMT_GRAY16Gravatar wm42012-11-14
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12