]> git.sesse.net Git - vlc/history - modules/codec/avcodec
Simpler aspect parsing.
[vlc] / modules / codec / avcodec /
2010-01-12 Jean-Baptiste KempfAvCodec: Re-enable RV13 decoding
2010-01-12 Jean-Baptiste KempfSupport for sipr decoder from FFmpeg
2010-01-09 Jean-Baptiste KempfDxVA2: No need to \n in msg_*
2010-01-08 Jean-Baptiste KempfSimplify headers for VAAPI
2010-01-08 Jean-Baptiste KempfFix include order in VAAPI
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-21 Rafaël CarréIncrease avcodec encoding output buffer size
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-12-08 Laurent AimarFixed avcodec compilation with vaapi enabled.
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-11-28 Laurent AimarCosmetics.
2009-11-27 Rafaël Carrévlc_va_NewDxva2() : unused parameters
2009-11-25 Laurent AimarFixed build under linux (avcodec).
2009-11-25 Laurent AimarImproved performance when copying video surface in...
2009-11-25 Laurent AimarCalled vlc_va_Setup as soon as possible (avcodec).
2009-11-25 Laurent AimarFixed vlc_va_Setup (vaapi).
2009-11-25 Laurent AimarDisabled ffmpeg hardware acceleration support by default.
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-11-25 Geoffroy CouprieInitial work for DXVA2 support.
2009-11-24 Laurent AimarUpdated avcodec with SSE3/SSSE3/SSE4.1/SSE4.2.
2009-11-11 Pierre YnardFix make dist after renaming file
2009-11-10 Laurent AimarModified our vaapi wrapper in avcodec to be more generic.
2009-11-10 Laurent AimarDo not allocate 0x0 region in ffmpeg subtitle decoder.
2009-11-09 Rémi Duraffortavcodec: add missing variable.
2009-11-08 Ilkka Ollakkaavcodec: drop own threading code and just let ffmpeg...
2009-10-26 Rafaël Carréavcodec: do not flush buffers if codec hasn't been...
2009-10-21 Jean-Baptiste KempfFix avcodec module build for FRWU.
2009-10-18 Rafaël Carréavcodec encoder: sets last-metadata-block for FLAC...
2009-10-16 Jean-Baptiste KempfSupport for Forward Uncompressed video
2009-10-16 Konstantin PavlovVAAPI: for libva >= 0.31.0 remove context from vaSyncSu...
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-10-08 Laurent AimarUsed VC-1 avcodec decoder for WMVA.
2009-10-08 Laurent AimarDo not realloc a block already given to ffmpeg.
2009-10-08 Laurent AimarFixed avcodec audio decoder after API behavior change.
2009-10-06 Ilkka OllakkaRevert "avcodec: initialise p_dec.fmt_in if it's missin...
2009-10-06 Ilkka OllakkaRevert "avcodec: initialize fmt_in.video.i_aspect to 0"
2009-10-06 Ilkka Ollakkaavcodec: initialize fmt_in.video.i_aspect to 0
2009-10-06 Ilkka Ollakkaavcodec: initialise p_dec.fmt_in if it's missing, not...
2009-09-28 Jean-Baptiste KempfSupport for Atrac1 codec
2009-09-24 Ilkka Ollakkaavcodec: add codec_id/type to subtitles also
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Ilkka Ollakkaavcodec: set codec_id and codec_type in context also
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-21 Jean-Baptiste KempfCapitalize FFmpeg where needed.
2009-09-20 Rémi Denis-Courmont--enable-merge-ffmpeg: kludge to make avcodec and avfor...
2009-09-20 Rémi Denis-Courmontlibavcodec: explicit Makefile rules
2009-09-14 Pierre Ynardavcodec: disable subtitle encoding
2009-09-04 Jean-Baptiste KempfTypo again...
2009-09-03 Laurent AimarDo not check rgb masks for YUV in GetFfmpegChroma.
2009-09-03 Rémi Duraffortavcodec_video: cosmetics (use var_CreateGet whe applica...
2009-09-03 Rémi Duraffortavcodec: use AV_VERSION_INT.
2009-09-03 Jean-Baptiste KempfAvcodec: safeguard for people not using the latest...
2009-09-02 Jean-Baptiste Kempf10l: Fix typo
2009-09-02 Jean-Baptiste KempfWMAPro: increase the i_output_max to have a proper...
2009-09-02 Jean-Baptiste KempfFourCC reordering for Audio
2009-09-02 Jean-Baptiste KempfWMAP native decoder entered FFmpeg.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-31 Laurent AimarReally fix avcodec avec block_Realloc change.
2009-08-31 Laurent AimarRevert "ffmpeg: fix corruption in earlier memory copy...
2009-08-31 Rémi Denis-Courmontffmpeg: fix corruption in earlier memory copy removal
2009-08-30 Rémi Denis-Courmontavcodec: use block_Realloc() on input blocks.
2009-08-29 Pierre YnardFix make dist
2009-08-28 Rémi Duraffortavcodec: fix compilation.
2009-08-28 Jean-Baptiste KempfAvcodec: proper warning if build is < 52.25
2009-08-28 Jean-Baptiste KempfRemove all subtitles support for people with old avcode...
2009-08-28 Rafaël CarréDecodeSubtitle: mark func parameters as unused
2009-08-28 Jean-Baptiste KempfFix subtitle commit for old versions of avcodec.
2009-08-28 Jean-Baptiste KempfSupport IMA_WAV ADPCM in w64
2009-08-28 Jean-Baptiste KempfFix MS ADPCM in w64 files.
2009-08-27 Laurent AimarAdded preliminary subtitle decoder support to our avcod...
2009-08-27 Jean-Baptiste KempfFFmpeg: protect against old versions of avcodec...
2009-08-27 Jean-Baptiste KempfMap FFmpeg F32*E and f64*E to VLC FL32 and FL64
2009-08-27 Jean-Baptiste KempfRemove forgotten debug. Sorry, guys.
2009-08-27 Jean-Baptiste KempfTwinVQ support using the lastest avcodec commit from...
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-07-27 Jean-Baptiste KempfCODEC_ID_SPEEX appeared in 51.50.1
2009-07-24 Jean-Baptiste KempfAdd Speex in flv demuxing support. #2973
2009-07-18 Laurent AimarCosmetics.
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-07-17 Laurent AimarDo not uselessly disable direct rendering in avcodec.
2009-06-28 Laurent AimarMade sure that our output buffer is large enough with...
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-06-18 Laurent AimarFixed a typo.
2009-06-18 Laurent AimarUsed AVCodecContext::ticks_per_frame when available.
2009-06-18 Laurent AimarCosmetics.
2009-06-18 Laurent AimarUsed av_malloc/free for avcodec_decode_audio2 output...
2009-06-15 Jean-Paul Samanavcodec: free p_sys->p_ff_pic in some error paths
2009-06-13 Laurent AimarFixed avcodec wrapper with unrecognized audio layout.
2009-06-02 Laurent AimarAvoid an error (no ffmpeg-hw option) when not compiling...
2009-06-01 Laurent AimarCompilation fix for old ffmpeg version.
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...
2009-06-01 Laurent AimarFlush picture buffers when closing the avcodec decoder.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
next