]> git.sesse.net Git - vlc/history - modules/codec
logger: build fix
[vlc] / modules / codec /
2009-12-30 Jean-Baptiste KempfSubtitles: hide {Y:xxx } like tags
2009-12-30 Rémi Denis-CourmontSVCD sub: kill config_Get
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-30 Jean-Baptiste KempfSubsdec: Code cosmetic and alignements
2009-12-30 Jean-Baptiste KempfSubsdec: initial support for <s> tag
2009-12-28 Rémi Duraffortcmml: remove a potential security problem.
2009-12-28 Rémi Duraffortrelavideo: remove unused mutex variable.
2009-12-28 Rémi Duraffortx264: use static mutex for win.
2009-12-23 Ilkka Ollakkax264: remove unneeded p_buffer
2009-12-23 Ilkka Ollakkax264: avoid one memcpy
2009-12-21 Rafaël CarréIncrease avcodec encoding output buffer size
2009-12-20 Laurent AimarFixed audio date on rate change in FLAC packetizer.
2009-12-17 Pierre YnardBuild fix
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Jean-Baptiste Kempflpcm: abort() is a better solution here
2009-12-16 Jean-Baptiste Kempflpcm: kill a warning
2009-12-14 Rémi Denis-CourmontComment typo
2009-12-14 Rémi Denis-CourmontFix A/52 decoding when liba52 is not present
2009-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-12-08 Laurent AimarFixed avcodec compilation with vaapi enabled.
2009-12-07 Rafaël Carréx264: do not use void* with pointer arithmetic
2009-12-07 Rafaël Carréx264: mention to remove kludge when 0 is a valid timestamp
2009-12-07 Rafaël Carrévorbis: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrétheora: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésubsusf: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésubsdec: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréspudec: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréspeex: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréwmafixed: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésdl_image: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréschroedinger: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrérealvideo: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrérealaudio: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrérawvideo: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréquicktime: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrépng: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrémpga: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrémash: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrélpcm: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrékate: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréinvmem: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréfluidsynth: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréflac: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréfaad: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrédvbsub: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrédts: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrédmo: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrécvdsub: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrécdg: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël CarréCC: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréaraw: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréaes3: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréadpcm: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréa52: use VLC_TS_INVALID (refs #3135)
2009-12-06 Jean-Baptiste KempfSupport for AMV video files.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-29 Rémi Denis-CourmontRemove the XvMC plugin
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 Jean-Baptiste KempfDTS: fix mono and dual-mono samples playback
2009-11-24 Laurent AimarUpdated avcodec with SSE3/SSSE3/SSE4.1/SSE4.2.
2009-11-15 Ilkka Ollakkax264.c: add option to adjust lookahead
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-09 Ilkka Ollakkax264: add option to fiddle weighting for P-frames from...
2009-11-08 Ilkka Ollakkaavcodec: drop own threading code and just let ffmpeg...
2009-11-02 Rafaël Carréfaad: NeAACDecFrameInfo.sbr is not a boolean
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-20 Ilkka Ollakkax264.c: don't leak on getString
2009-10-20 Ilkka Ollakkax264.c: handle X264_BUILD 78 bpyramid change
2009-10-20 Marian Ďurkovičlibmpeg2: Fix aspect ratio calculation according to...
2009-10-19 Rémi Denis-Courmontlibmpeg2: enable non-upstream NEON optimizations if...
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
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-11 Sabourin GillesOpen : fix typo.
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-10-10 Rémi Durafforttwolame: "quality" is a float variable and not an integer !
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
next