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
/
vp56.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp56: Return meaningful error codes
Himangi Saraogi
2015-02-14
1
-7
/
+8
*
Give IDCT matrix transpose macro a more descriptive name
Diego Biurrun
2014-02-27
1
-3
/
+3
*
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-11-15
1
-1
/
+2
*
vp56: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-2
/
+2
*
lavc: Convert some remaining strides to ptrdiff_t
Ronald S. Bultje
2013-10-15
1
-3
/
+4
*
vp56data: Move all data tables to the .c file
Diego Biurrun
2013-08-15
1
-11
/
+11
*
vp56: Use hpeldsp instead of dsputil for half-pel functions
Ronald S. Bultje
2013-04-19
1
-8
/
+8
*
vp3: Use full transpose for all IDCTs
Ronald S. Bultje
2013-04-15
1
-3
/
+6
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-58
/
+41
*
vp56: Remove clear_blocks call, and clear alpha plane U/V DC only
Ronald S. Bultje
2013-02-19
1
-2
/
+5
*
dsputil: Separate h264chroma
Diego Biurrun
2013-02-06
1
-1
/
+2
*
vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.
Ronald S. Bultje
2013-01-21
1
-3
/
+3
*
Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.
Ronald S. Bultje
2013-01-19
1
-3
/
+3
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
1
-1
/
+2
*
vp56: release frames on error
Luca Barbato
2012-12-14
1
-1
/
+7
*
vp56: make parse_header return standard error codes
Luca Barbato
2012-12-14
1
-4
/
+4
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
1
-5
/
+5
*
vp56: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-6
/
+6
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
vp56: Release old pictures after a resolution changes
Laurent Aimar
2011-10-07
1
-0
/
+13
*
vp6: Check for huffman tree build errors
Laurent Aimar
2011-10-07
1
-1
/
+3
*
vp56: Check for missing reference frame data
Laurent Aimar
2011-10-07
1
-0
/
+2
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
1
-4
/
+6
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-1
/
+1
*
10l: missed one reindent.
Alex Converse
2010-07-28
1
-1
/
+1
*
ff_prefix non static vp56 functions.
Alex Converse
2010-07-28
1
-4
/
+4
*
VP56: move vp56_edge_filter to new VP56DSPContext
Måns Rullgård
2010-04-30
1
-17
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
move vp6 huffman table freeing code, out of common vp56 code
Aurelien Jacobs
2010-03-03
1
-12
/
+0
*
Plug some memory leaks in the VP6 decoder
Vitor Sessak
2010-03-03
1
-0
/
+12
*
Make VP5 and VP6 decoders output a qscale table to allow for more automatic
Reimar Döffinger
2010-01-29
1
-0
/
+6
*
vp56: check buffer size to fix a potential segfault
Laurent Aimar
2010-01-28
1
-0
/
+4
*
Use av_freep intead of av_free to free pointers in vp56 context.
Reimar Döffinger
2010-01-23
1
-3
/
+3
*
fix vp5/vp6 decoding by using new prototype for decode function
Aurelien Jacobs
2009-04-07
1
-3
/
+4
*
vp56: alpha_offset is uninitialized on purpose
Aurelien Jacobs
2009-02-09
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
vp56: don't reset dimensions to 0 in codec init
Aurelien Jacobs
2008-12-15
1
-2
/
+0
*
rename Vp56Model to VP56Model for consistency
Aurelien Jacobs
2008-12-12
1
-1
/
+1
*
cosmetics: vertical alignment
Aurelien Jacobs
2008-12-11
1
-1
/
+1
*
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-12-11
1
-30
/
+30
*
clear_block mmx
Loren Merritt
2008-12-10
1
-1
/
+1
*
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Carl Eugen Hoyos
2008-05-13
1
-4
/
+4
*
ensure vp56_decode_frame always return unchanged buf_size
Aurelien Jacobs
2008-05-08
1
-3
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
[next]