index
:
delta/libvpx.git
aylesbury
bali
baserock/v1.5.0
bitstream-analyzer
cayuga
dixie
eider
experimental
forest
frame_parallel
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
longtailedduck
m29-baseline
m31-baseline
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
m69-3497
m71-3578
m72-3626
m74-3729
m75-3770
m78-3904
m84-4147
m88-4324
main
mandarinduck
master
mcw
mcw2
nextgen
nextgenv2
northernshoveler
orpington
pcs-2013
pekin
playground
quacking
ruddy
sandbox/Jingning/experimental
sandbox/Jingning/transcode
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/atna/dec_sem_sync
sandbox/awatry/initial_opencl_implementation
sandbox/debargha/playground
sandbox/hkuang/frame_parallel
sandbox/hkuang@google.com/decode
sandbox/hlundin/error-concealment
sandbox/holmer/error-concealment
sandbox/jimbankoski@google.com/proposed-aom
sandbox/jingning@google.com/decoder_test_suite
sandbox/jingning@google.com/experimental
sandbox/jkoleszar/cached-multibit
sandbox/jkoleszar/experimental-knobs
sandbox/jkoleszar/new-rate-control
sandbox/jkoleszar/new-rtcd
sandbox/jkoleszar/reuse-modemv
sandbox/jkoleszar/use-memcpy
sandbox/jzern@google.com/test
sandbox/luoyi@google.com/convolve
sandbox/slavarnway/test
sandbox/wangch@google.com/vp9
sandbox/yaowu@google.com/mergeaom
smew
stable-vp9-decoder
torrent
ugly-duckling
vp9-preview
chromium.googlesource.com: webm/libvpx
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp8
/
vp8_dx_iface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistent allocation of vpx_codec_alg_priv_t.
Dmitry Kovalev
2014-09-03
1
-3
/
+2
*
Removing alg_priv from vpx_codec_priv struct.
Dmitry Kovalev
2014-08-28
1
-24
/
+28
*
Merge "Replacing NOT_IMPLMENTED with NULL."
Dmitry Kovalev
2014-08-21
1
-7
/
+7
|
\
|
*
Replacing NOT_IMPLMENTED with NULL.
Dmitry Kovalev
2014-08-20
1
-7
/
+7
*
|
Removing iface pointer from vpx_codec_priv.
Dmitry Kovalev
2014-08-20
1
-1
/
+0
|
/
*
Set uv_crop_height/width in all the places
Johann
2014-08-15
1
-6
/
+12
*
VP8D_GET_FRAME_CORRUPTED: check frame pointer
James Zern
2014-08-12
1
-2
/
+3
*
Merge "Removing legacy XMA features from libvpx."
Dmitry Kovalev
2014-08-08
1
-2
/
+0
|
\
|
*
Removing legacy XMA features from libvpx.
Dmitry Kovalev
2014-08-05
1
-2
/
+0
*
|
Make the api behavior conform to api spec.
Hangyu Kuang
2014-08-06
1
-0
/
+9
|
/
*
Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.
Jim Bankoski
2014-07-31
1
-0
/
+1
*
Misc. bit-depth related changes
Deb Mukherjee
2014-07-14
1
-0
/
+1
*
call vp[89]_clear_system_state after longjmp
James Zern
2014-07-10
1
-0
/
+1
*
Removing ctrl_id parameter from vpx_codec_control_fn_t.
Dmitry Kovalev
2014-05-27
1
-28
/
+47
*
Fixes a bug for uninitialized frame buffers
Deb Mukherjee
2014-05-23
1
-2
/
+4
*
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
Joey Parrish
2014-04-23
1
-9
/
+13
*
Removing legacy XMA code from vp8.
Dmitry Kovalev
2014-04-10
1
-190
/
+35
*
Add VP9 decoder support for external frame buffers
Frank Galligan
2014-02-13
1
-0
/
+1
*
Revert external frame buffer code.
Frank Galligan
2014-01-24
1
-1
/
+0
*
Add support to pass in external frame buffers.
Frank Galligan
2013-12-15
1
-0
/
+1
*
yv12config: remove YUV_TYPE
James Zern
2013-07-12
1
-4
/
+1
*
vp[89]_dx_iface: delete unused function
James Zern
2013-07-11
1
-10
/
+0
*
vp[89]_dx_iface: factorize vp8_mmap_*()
James Zern
2013-07-11
1
-71
/
+5
*
Change the encryption feature to use a callback for decryption.
Jeff Petkau
2013-06-17
1
-40
/
+41
*
Modified vpxdec loop
Scott LaVarnway
2013-06-07
1
-3
/
+3
*
Merge branch 'experimental' into master
John Koleszar
2013-04-16
1
-0
/
+2
*
Basic encryption feature for libvpx.
Dmitry Kovalev
2013-03-15
1
-11
/
+54
*
vp8_init: fix NULL dereference on allocation error
James Zern
2013-03-02
1
-12
/
+10
*
WIP: Multiple decoder instances support
Scott LaVarnway
2013-01-30
1
-26
/
+41
*
Use FRAGMENT_DATA struct in pbi
Scott LaVarnway
2013-01-29
1
-7
/
+1
*
Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"
Marco Paniconi
2013-01-25
1
-3
/
+68
|
\
|
*
Bug fix: Handle input data ptr = NULL and size = 0 correctly
Scott LaVarnway
2013-01-22
1
-3
/
+68
*
|
support building vp8 and vp9 into a single lib
John Koleszar
2012-11-15
1
-2
/
+2
|
/
*
Move frame allocations out of vp8_decode_frame()
Scott LaVarnway
2012-09-24
1
-2
/
+119
*
Moved vp8dx_get_raw_frame() call to vp8_get_frame()
Scott LaVarnway
2012-09-19
1
-29
/
+24
*
Remove threading dependencies with --disable-multithread
John Koleszar
2012-06-15
1
-0
/
+3
*
remove deprecated pre-v0.9.0 API
John Koleszar
2012-05-04
1
-30
/
+0
*
Make global data const
Attila Nagy
2012-05-04
1
-2
/
+0
*
Hook up VP8D_GET_LAST_REF_USED
John Koleszar
2012-01-27
1
-4
/
+5
*
vp8d - function to check if a reference frame is used.
Jim Bankoski
2012-01-10
1
-0
/
+21
*
Merge "Multiframe quality enhancement postprocessing"
Deb Mukherjee
2012-01-09
1
-1
/
+1
|
\
|
*
Multiframe quality enhancement postprocessing
Deb Mukherjee
2012-01-05
1
-1
/
+1
*
|
Remove opaque pointer VP8D_PTR
John Koleszar
2011-12-21
1
-2
/
+2
|
/
*
Multiple-resolution encoder
Yunqing Wang
2011-12-05
1
-2
/
+4
*
Changing decoder input partition API to input fragments.
Stefan Holmer
2011-11-01
1
-3
/
+3
*
cosmetics: consistently use [u]int64_t
James Zern
2011-07-26
1
-1
/
+1
*
Increase chrow row alignment to 16 bytes.
Timothy B. Terriberry
2011-07-20
1
-14
/
+31
*
New ways of passing encoded data between encoder and decoder.
Stefan Holmer
2011-06-28
1
-1
/
+4
*
get/set reference buffer dimension check added
James Berry
2011-06-22
1
-4
/
+2
*
Adding error-concealment to the decoder.
Stefan Holmer
2011-05-19
1
-2
/
+6
[next]