index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
avcodec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: add HEVC profiles names
Gildas Cocherel
2013-12-20
1
-0
/
+5
*
lavc: deprecate avcodec_get_frame_defaults().
Anton Khirnov
2013-12-11
1
-2
/
+3
*
lavc: deprecate avcodec_free_frame()
Anton Khirnov
2013-12-11
1
-0
/
+5
*
avcodec.h: include version.h before using version macro
Vittorio Giovara
2013-11-19
1
-4
/
+5
*
lavc: deprecate avcodec_alloc_frame().
Anton Khirnov
2013-11-16
1
-5
/
+4
*
lavc: update coded_frame doxy.
Anton Khirnov
2013-11-16
1
-1
/
+1
*
lavc: deprecate CODEC_CAP_NEG_LINESIZES
Anton Khirnov
2013-11-16
1
-1
/
+3
*
Move av_fast_{m,re}alloc from lavc to lavu.
Anton Khirnov
2013-11-14
1
-21
/
+4
*
lavc: deprecate FF_MAX_B_FRAMES
Anton Khirnov
2013-11-14
1
-0
/
+5
*
lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h
Anton Khirnov
2013-11-14
1
-0
/
+2
*
lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bump
Anton Khirnov
2013-11-14
1
-0
/
+2
*
lavc: make error_rate a private option of mpegvideo encoders
Anton Khirnov
2013-11-14
1
-3
/
+5
*
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-11-13
1
-1
/
+8
*
Remove all Alpha architecture optimizations
Diego Biurrun
2013-11-13
1
-0
/
+2
*
lavc: Add colorimetry values for BT.2020, other non-included ones
Jan Ekström
2013-11-04
1
-15
/
+27
*
lavc: move AVCodecContext.pkt to AVCodecInternal
Anton Khirnov
2013-11-04
1
-5
/
+4
*
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
Anton Khirnov
2013-11-04
1
-4
/
+4
*
lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
Anton Khirnov
2013-10-31
1
-0
/
+2
*
lavc: deprecate unused FF_BUG_OLD_MSMPEG4
Anton Khirnov
2013-10-31
1
-0
/
+2
*
lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.
Anton Khirnov
2013-10-31
1
-0
/
+2
*
lavc: deprecate FF_DEBUG_VIS_*
Anton Khirnov
2013-10-31
1
-0
/
+2
*
lavc: deprecate AVCodecContext.debug_mv
Anton Khirnov
2013-10-31
1
-3
/
+4
*
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
Anton Khirnov
2013-10-31
1
-0
/
+5
*
Add HEVC decoder
Guillaume Martres
2013-10-31
1
-0
/
+1
*
lavc: replace avcodec_set_dimensions with ff_set_dimensions
Anton Khirnov
2013-10-31
1
-0
/
+6
*
h264: wait for initial complete frame before outputing frames
John Stebbins
2013-10-31
1
-0
/
+1
*
HNM4/HNM4A demuxer & video decoder
David Kment
2013-10-31
1
-0
/
+1
*
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
Anton Khirnov
2013-10-28
1
-0
/
+7
*
lavc doxy: extend/clarify avcodec_decode_audio4() doxy
Anton Khirnov
2013-10-12
1
-6
/
+18
*
lavc doxy: remove false statements about alignment requirements.
Anton Khirnov
2013-10-12
1
-10
/
+0
*
lavc: mark deprecated AVCodec.max_lowres for removal on next bump
Anton Khirnov
2013-10-02
1
-0
/
+2
*
pcm: support 24-bit/32-bit little-endian planar
Paul B Mahol
2013-09-27
1
-0
/
+2
*
lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames
Anton Khirnov
2013-09-24
1
-5
/
+11
*
Add a WebP decoder
Justin Ruggles
2013-09-18
1
-0
/
+1
*
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-09-10
1
-1
/
+2
*
lavc: Add refcounted api to AVPacket
Luca Barbato
2013-08-10
1
-0
/
+60
*
deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead
Kostya Shishkov
2013-08-07
1
-0
/
+3
*
vdpau: deprecate VDPAU codec capability
Rémi Denis-Courmont
2013-08-05
1
-0
/
+2
*
avcodec: Add output_picture_number to AVCodecParserContext
Yusuke Nakamura
2013-08-02
1
-0
/
+8
*
Add missing deprecation attributes
Diego Biurrun
2013-07-27
1
-1
/
+2
*
lavc: Add option to encode MPEG-2 AAC with libfdk-aac
Kieran Kunhya
2013-06-24
1
-0
/
+2
*
Go2Webinar decoder
Kostya Shishkov
2013-06-03
1
-0
/
+1
*
avcodec: Add picture structure information to AVCodecParserContext.
Yusuke Nakamura
2013-05-24
1
-0
/
+17
*
Escape 130 (RPL) decoder
Eli Friedman
2013-05-18
1
-0
/
+1
*
lavc doxy: add avcodec.h to the libavcodec group.
Anton Khirnov
2013-05-17
1
-1
/
+2
*
Apple Intermediate Codec decoder
Kostya Shishkov
2013-05-17
1
-0
/
+1
*
avcodec: Add field order information to AVCodecParserContext.
Masaki Tanaka
2013-05-03
1
-0
/
+2
*
lavc: schedule AVCodecContext.lowres for removal on next bump.
Anton Khirnov
2013-05-03
1
-0
/
+4
*
avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()
Derek Buitenhuis
2013-04-30
1
-2
/
+4
*
avcodec: doxy: Clarify what get_buffer2 must fill in buf[]
Derek Buitenhuis
2013-04-30
1
-2
/
+5
[next]