[vlc-devel] [PATCH 0/9] bump avcodec version and use newer API on	decoding
    ileoo at videolan.org 
    ileoo at videolan.org
       
    Sun Sep  4 14:34:00 CEST 2016
    
    
  
From: Ilkka Ollakka <ileoo at videolan.org>
On top of previous patches. These patches among other things start to use
send_packet/receive_frame api calls from avcodec and bump required versions
to 57.x accordingly.
Also cleans out version checks that are unnecessary after version bump. Shouldn't
eat kittens.
Ilkka Ollakka (9):
  avcodec: map VLC_TS_INVALID to AV_NOPTS_VALUE
  avcodec: video: unref frames instead of free
  configure: require libavcodec >= 57.16
  configure: add avcodec check for ffmpeg/libav versions
  configure: clean unneeded check, avcodec requirement is bumped higher
  avcodec: audio. use send_packet/receive_frame in decoding
  avcodec: video: use send_packet/receive_frame API
  avcodec: video: remove i_used variable as send_packet consumes all
  avcodec: cleanup versionchecks after requirement bump
 configure.ac                            | 28 +++++++++---------
 modules/codec/avcodec/audio.c           | 10 ++++++-
 modules/codec/avcodec/avcommon_compat.h | 19 ------------
 modules/codec/avcodec/d3d11va.c         | 10 -------
 modules/codec/avcodec/fourcc.c          | 30 -------------------
 modules/codec/avcodec/video.c           | 51 +++++++++++----------------------
 6 files changed, 41 insertions(+), 107 deletions(-)
-- 
2.6.6
    
    
More information about the vlc-devel
mailing list