]> git.sesse.net Git - vlc/history - modules/codec
Ignore binaries
[vlc] / modules / codec /
2008-12-06 Jean-Baptiste KempfFix Avcodec module compilation.
2008-12-06 Jean-Baptiste KempfAdd VC1 fourCC
2008-12-05 Jean-Baptiste KempfAdd DMK2 and VX1K fourCC.
2008-12-04 Laurent AimarAdded support for avcodec SAMPLE_FMT_*.
2008-12-04 Jean-Baptiste KempfFourCC fiesta.
2008-12-03 Robert Paciorekinvmem fake video codec module
2008-12-01 Jean-Baptiste Kempf[FFmpeg] support for native RV40
2008-11-30 Rémi Duraffortflac: Fix comparaison between signed and unsigned.
2008-11-30 Laurent AimarCorrectly reset date after a discontinuity in audio...
2008-11-30 Rémi DuraffortFix compilation warning (const variables)
2008-11-30 Rémi Duraffortcmml: cleaning (remove dummy code). xarray will be...
2008-11-30 Rémi DuraffortXtag: don't return anything from xtag_free
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-29 Laurent AimarAdded support of BD LPCM (using fcc bpcm)
2008-11-29 Laurent AimarCosmetics (lpcm).
2008-11-29 Laurent AimarAllow up to 8 channels with ffmpeg decoder.
2008-11-29 Laurent AimarCosmetics (use AV_VERSION_INT).
2008-11-29 Laurent AimarAdded MLP fourcc definition to ffmpeg.
2008-11-22 Christophe MutricyDon't i18n'd ""
2008-11-22 Christophe MutricyFix memleak
2008-11-22 Laurent AimarDo not use playlist inside a decoder.
2008-11-19 Laurent AimarFixed rawvideo packetizer.
2008-11-15 David Flynncodec/dirac: Fix video format guessing
2008-11-13 Rémi DuraffortCmml: again, fix warning in a better way.
2008-11-13 Rémi Duraffortcmml: *Really* fix compilation warning.
2008-11-12 Laurent AimarFixed output bitrate value + cosmetics.
2008-11-12 David Flynncodec/dirac: Rewrite libdirac(-research) encoding support
2008-11-11 Ilkka OllakkaEnable ffmpeg aac decoder, seems to work currently.
2008-11-10 David Flynncodec/dirac: remove decoder functionality
2008-11-07 Laurent AimarDo not reject rawvideo without a frame rate but use...
2008-11-07 David Flynnrawvideo: Fix timestamps & input options
2008-11-03 Vincent Penquerc'hfix build with (at least) libspeex 1.1.12
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Ilkka Ollakkaremove unneeded if for aac-profile
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarFixed an invalid return.
2008-10-23 Rémi Denis-Courmontmissing wakeup
2008-10-23 Rémi Denis-CourmontDMO: fix serialization, check for errors in DecOpen...
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-22 Rémi Denis-CourmontMore verbose ffmpeg encoding failure
2008-10-20 Jean-Baptiste Kempf[Fake] Add a missing callback on fake-file-reload
2008-10-19 Rémi Denis-CourmontFix warning
2008-10-19 Rémi Denis-CourmontFactorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis-CourmontUnused variable
2008-10-19 Rémi Denis-CourmontSpare another 2kb
2008-10-19 Rémi Denis-CourmontFactorize avcodec table - spare about 5kb
2008-10-16 Jean-Baptiste Kempf[USF] return if calloc fails.
2008-10-14 Laurent AimarFixed segfault in libmpeg2 when picture allocation...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-10 Rémi DuraffortFix potential segfault (CID 158)
2008-10-10 Rémi DuraffortRemove unused variable.
2008-10-10 Rémi DuraffortRemove stupid test before a free.
2008-10-09 Laurent AimarRemoved debug leftover (avcodec).
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-06 Alexis BallierFix build with x264 build 65
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortDon't redefine true and false.
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi DuraffortCleaning xurl code (CID 193 and CID 51 are now fixed)
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-02 Derk-Jan Hartmanlibmpeg2: user_data has been available since 0.3.2
2008-10-01 Rémi DuraffortDon' reinvete the wheel just for fun.
2008-10-01 Rémi DuraffortCleaning and fix potential memleaks.
2008-10-01 Rémi DuraffortRemove xurl_(free|malloc)
2008-10-01 Rémi Duraffortsecond parameter of streallocat must be const.
2008-10-01 Rémi Duraffortxlist: last can't be NULL here (invalidate CID 50)
2008-10-01 Jean-Baptiste KempfAssert p_block.
2008-10-01 Jean-Baptiste KempfRemove useless test.
2008-09-28 Derk-Jan Hartmanlibmpeg2: compile fix
2008-09-28 Derk-Jan Hartmanlibmpeg2: user MPEG2 coding type defines when matching...
2008-09-28 Derk-Jan Hartmanlibmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-24 Rémi DuraffortRemove allways true test.
2008-09-23 Jean-Paul Saman(x264) b-adapt now takes an integer ranging from 0...
2008-09-22 Laurent AimarImproved support for broken subtitles and {\anX} tag.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-20 Jean-Paul Samanbframe_adaptive has been made an integer in new (X264_B...
2008-09-19 Pierre d'Herbemontquicktime: Disable that decoder module.
2008-09-19 Dominique LeuenbergerAdd support for x264 >= 63
2008-09-18 Laurent AimarHandle special blocks in subsdec.
2008-09-18 Derk-Jan Hartmanavcodec: add fourcc's for some of the avcodec supported...
2008-09-17 Laurent AimarFixed subusf rendering.
2008-09-17 Laurent AimarA little clean up in subsusf decoder.
2008-09-17 Laurent AimarUsed const for video_format_t when possible.
2008-09-16 Laurent AimarCompilation fix for kate.
2008-09-16 Derk-Jan Hartmansubass: Fix crash in the simple SSA/ASS decoder.
2008-09-15 Laurent AimarFixed ASS subtitle with anamorphic video.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-14 Laurent AimarAdded support for eac3 in a52 packetizer.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-12 Derk-Jan Hartmanzvbi: fix subpage "down"-key to not alternate between...
next