index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
intrax8.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intrax8: Have function signature match across declaration and definition
Diego Biurrun
2016-11-03
1
-1
/
+1
*
intrax8: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
1
-4
/
+4
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-5
/
+5
*
intrax8: Remove mpegvideo dependency
Vittorio Giovara
2016-03-29
1
-6
/
+1
*
intrax8: Drop lots of pointless parentheses
Diego Biurrun
2016-03-29
1
-35
/
+35
*
intrax8: Drop MB emulation code
Vittorio Giovara
2016-03-29
1
-3
/
+0
*
intrax8: Keep a reference to the decoder blocks
Vittorio Giovara
2016-03-29
1
-15
/
+16
*
intrax8: Use the generic horizband function
Vittorio Giovara
2016-03-29
1
-2
/
+6
*
intrax8: Pass macroblock coordinates to ff_intrax8_decode_picture
Vittorio Giovara
2016-03-29
1
-33
/
+32
*
intrax8: Pass macroblock size to ff_intrax8_common_init
Vittorio Giovara
2016-03-29
1
-7
/
+11
*
intrax8: Add a local BlockDSPContext and initialize it
Vittorio Giovara
2016-03-25
1
-1
/
+2
*
intrax8: Reference the current AVCodecContext
Vittorio Giovara
2016-03-25
1
-1
/
+3
*
intrax8: Keep a reference to the GetBitContext reader
Vittorio Giovara
2016-03-25
1
-19
/
+16
*
intrax8: Use a constant buffer instead of a ScratchpadContext
Vittorio Giovara
2016-03-25
1
-3
/
+2
*
intrax8: Pass the output frame to the decoding function
Vittorio Giovara
2016-03-25
1
-10
/
+11
*
intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture
Vittorio Giovara
2016-03-25
1
-2
/
+3
*
intrax8: Keep a reference to the context idctdsp
Vittorio Giovara
2016-03-25
1
-6
/
+8
*
intrax8: Make x8_init_block_index not use mpegvideo fields
Vittorio Giovara
2016-03-25
1
-12
/
+11
*
intrax8: Use local destination buffers
Vittorio Giovara
2016-03-25
1
-17
/
+18
*
Move const qualifier before type name
Diego Biurrun
2016-03-23
1
-6
/
+6
*
intrax8: Check and propagate errors from ff_intrax8_common_init
Vittorio Giovara
2016-03-22
1
-5
/
+15
*
intrax8: Move documentation from implementation to header file
Vittorio Giovara
2016-03-22
1
-20
/
+0
*
intrax8: K&R formatting cosmetics
Vittorio Giovara
2016-03-22
1
-480
/
+540
*
intrax8: Adjust printf conversion specifier for sizeof expression
Diego Biurrun
2016-03-22
1
-1
/
+2
*
intrax8: Move a comment to the place it corresponds
Vittorio Giovara
2016-03-22
1
-6
/
+5
*
intrax8: Wrap multiline macros in do{}while(0) clauses
Vittorio Giovara
2016-03-22
1
-7
/
+10
*
intrax8: Move error resilience out of intrax8
Vittorio Giovara
2016-03-22
1
-8
/
+2
*
mpegvideo: Move various temporary buffers to a separate context
Vittorio Giovara
2015-06-08
1
-2
/
+2
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-3
/
+3
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-7
/
+8
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-1
/
+1
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-11
/
+11
*
avcodec: Replace local extern declarations for tables with header #includes
Diego Biurrun
2013-08-15
1
-1
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
Add missing error_resilience includes to files that use ER
Diego Biurrun
2013-03-07
1
-0
/
+1
*
mpegvideo: split ff_draw_horiz_band().
Anton Khirnov
2013-02-15
1
-1
/
+1
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-1
/
+1
*
intrax8: move functions from dsputil to own context
Mans Rullgard
2012-09-02
1
-6
/
+9
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+0
*
vc1: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
msmpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
lavc: introduce ER_MB_END and ER_MB_ERROR
Luca Barbato
2011-12-13
1
-1
/
+1
*
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
1
-1
/
+1
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-12
/
+12
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.
Reimar Döffinger
2009-09-24
1
-3
/
+28
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Two INIT_VLC_USE_STATIC cases Carl missed.
Michael Niedermayer
2009-04-11
1
-1
/
+1
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-2
/
+2
[next]