]> git.sesse.net Git - vlc/history - modules/codec
Qt4: forward and back were using key-pressed where they should be using key-action...
[vlc] / modules / codec /
2009-06-04 Laurent AimarAdded support for old revision of SCT20 closed caption.
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-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-29 Rémi DuraffortQuit correctly x264 codec when x264 failed.
2009-05-29 Adrien MagloFix a segfault : check the return value of x264_encoder...
2009-05-29 Rémi Duraffortinvmem: fix potential memleaks.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan Hartmant140: this is not a submodule
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontCMML: do not (ab)use the interface subsystem
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontRemove no-op
2009-05-23 Rémi Denis-CourmontFluidsynth: fix block handling
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-17 Jean-Baptiste KempfDMO: put more debug if DMO_DEBUG is set
2009-05-17 Jean-Baptiste KempfDMO: put more debug if DMO_DEBUG is set
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarUsed filter_New/DeletePicture when applicable.
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarFixed DMO wrapper.
2009-05-15 Jean-Baptiste KempfDMO: support for WMAL and wmal fourCC
2009-05-15 Jean-Baptiste KempfAdd wmal and WMAL fourCC
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecAudio when applicable.
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Jean-Baptiste KempfFourCC v210
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarLet libmpeg2 decode mp1v/mp2v too.
2009-05-13 Rémi Duraffortfix compilation.
2009-05-13 Laurent AimarFixed compilation (dmo).
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarUse new vlc_fourcc_* helpers in avcodec.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
2009-05-07 Laurent AimarThe schroedinger decoder does support non packetized...
2009-05-07 Laurent AimarReset the timestamp state on BLOCK_FLAG_DISCONTINUITY.
2009-05-07 David Flynncodec/schroedinger: don't reset decoder at corrupt...
2009-05-07 David Flynncodec/schrodinger: don't tag frames with missing pts
2009-05-07 David Flynncodec/schroedinger: fix segfault when schro_decoder_pul...
2009-05-07 Jean-Baptiste KempfAdded dvh1 fourcc to ffmpeg
2009-05-06 Laurent AimarAdded hdv6->8 fourcc to ffmpeg.
2009-05-06 Laurent AimarFixed typo in avcodec audio.
2009-05-06 Laurent AimarTry to fix compilation with older ffmpeg version.
2009-05-05 Laurent AimarFixed (partially) parsing of E-AC3 not using 1536 sampl...
2009-05-05 Laurent AimarFixed acmod table for ac3/eac3.
2009-05-05 Laurent AimarFixed a regression with avcodec due to 83f58a5076e659f6...
2009-05-05 Laurent AimarUse audio channel layout only when supported by avcodec.
2009-05-03 Laurent AimarFixed typo in avcodec audio.
2009-05-03 Laurent AimarTry to setup avcodec audio format as soon as possible.
2009-05-03 Jean-Baptiste KempfFFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
2009-05-03 Laurent AimarFixed channels order with native flac decoder.
2009-05-02 Laurent AimarAdded support for avcodec audio channel layout.
2009-05-01 Jean-Baptiste KempfDTS: update copyright.
2009-05-01 Anthony LoiseauAdd some options as safe, based on forum.v.o search.
2009-04-30 Laurent AimarFixed non compatible avcodec flac extradata.
2009-04-30 Laurent AimarAllows selecting CC as soon as possible.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-26 Ludovic Fauvetinvmem: fix a pts issue causing the output to stays...
2009-04-26 Ludovic FauvetInvmem: fix a crash when allocating pictures memory...
2009-04-24 Jean-Baptiste KempfLibass: set more debug messages.
2009-04-22 Laurent AimarUsed a better audio output frame size in avcodec depend...
2009-04-19 Laurent AimarAlways link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
2009-04-18 Rémi Denis-Courmontx264: handle obsolete parameters (fix #2667)
2009-04-17 Rémi Denis-CourmontRemove libmpeg2 copy for XvMC
2009-04-17 Nicolas Chauvet... Update mpeg2_internal.h to the last version.
2009-04-17 Nicolas Chauvet... Remove internal libmpeg2 from xvmc codec/vout
2009-04-17 Jean-Baptiste KempfAdd a52.h to Modules.am after 933abd7b060e8622294283930...
2009-04-16 Laurent AimarXDS does not mean CC channel 3.
next