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
/
roqvideodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().
Anton Khirnov
2013-03-08
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-11
/
+17
*
roqvideodec: check dimensions validity
Michael Niedermayer
2013-02-17
1
-0
/
+7
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+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
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
roqvideo: cosmetics.
Ronald S. Bultje
2012-03-07
1
-16
/
+16
*
roqvideo: convert to bytestream2 API.
Ronald S. Bultje
2012-03-07
1
-34
/
+35
*
roqvideodec: set AVFrame reference before reget_buffer.
Reimar Döffinger
2011-12-04
1
-0
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-9
/
+8
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-07-22
1
-1
/
+0
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
Stefano Sabatini
2008-06-13
1
-3
/
+3
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
These video decoders do not need to include and initialize the DSP
Mike Melanson
2008-03-10
1
-2
/
+0
*
Add some const where appropriate
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
some const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
Michael Niedermayer
2007-08-11
1
-0
/
+5
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
use properly AVFrame.linesize
Vitor Sessak
2007-07-02
1
-2
/
+0
*
add width and height in context and use them
Vitor Sessak
2007-06-26
1
-3
/
+5
*
Rename cb field
Eric Lasota
2007-06-06
1
-21
/
+21
*
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
Eric Lasota
2007-06-05
1
-4
/
+1
*
Remove get_byte wrapper
Ramiro Polla
2007-06-02
1
-9
/
+7
*
fix skipped blocks
Michael Niedermayer
2007-06-01
1
-10
/
+3
*
Split RoQ decoder to accommodate future encoder patch
Vitor Sessak
2007-05-29
1
-0
/
+232