]> git.sesse.net Git - vlc/history - modules/codec
Replace argument = realloc( argument, size ); with realloc_or_free() in modules/...
[vlc] / modules / codec /
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
2009-10-06 Ilkka Ollakkaavcodec: initialise p_dec.fmt_in if it's missing, not...
2009-10-03 Antoine CellerierMake it possible to flag blocks as interlaced and use...
2009-10-02 Mounir Lamouri ... Fix kate module compilation for Big Endians (typo).
2009-10-01 Christophe MutricyRemove dead code
2009-09-30 Laurent AimarProtected against NULL realloc from unbounded size...
2009-09-29 Jean-Baptiste KempfFormating of comment
2009-09-28 Jean-Baptiste KempfCosmetics and alignment
2009-09-28 Simon HailesModified the way DDS (display definition segment -...
2009-09-28 Jean-Baptiste KempfSupport for Atrac1 codec
2009-09-27 Alexis Balliershine: do not build shine.c since it is included from...
2009-09-25 Hugo Beauzee-LuyssenDon't store the picture_t inside of the decoder_sys_t
2009-09-25 Hugo Beauzee-LuyssenAdding a invmem-chroma option
2009-09-25 Simon HailesRenamed p_display to display, and made it a structure...
2009-09-25 Pierre Ynardt140: fill in missing PTS/DTS information
2009-09-24 Ilkka Ollakkaavcodec: add codec_id/type to subtitles also
2009-09-23 Rafaël Carréfaad: fix a typo of [38c08789]
2009-09-23 Laurent AimarCompilation fix (speex)
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 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-23 Ilkka Ollakkax264: add myself as one of the authors
2009-09-23 Ilkka Ollakkax264: set requirement to >= 0.76 for libx264
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-19 Marian Ďurkovičlibmpeg2: Print the debug message if decoder was reset
2009-09-19 Marian Ďurkovičlibmpeg2: Don't spam the log on bitrate changes in...
2009-09-18 Marian Ďurkovičlibmpeg2: reset decoder when get outpic failed - should...
2009-09-17 Rémi Denis-CourmontFix syntax
2009-09-17 Rémi Denis-Courmontlibmpeg2: enable ARM optimizations
2009-09-17 Ilkka Ollakkax264: set param.rc.i_lookahead to lower than default
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-14 Hugo Beauzee-LuyssenSolved potential crash in invmem codec
2009-09-14 Pierre Ynardavcodec: disable subtitle encoding
2009-09-08 Christophe CourtautFixed typo into invmem error message
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 Duraffortadd_bool: wants a boolean.
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-09-01 Rémi Denis-CourmontFluidsynth: output PCM if there is no FPU
2009-09-01 JP DingerCompile fixes for realaudio.c on linux and -Werror.
2009-09-01 Jean-Baptiste KempfSDL: simplification of detection and requirement of...
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-31 Rémi Denis-CourmontFix typo in greek ANSI code page
2009-08-30 Rémi Denis-Courmontfaad: remove broken vlc_memcpy() instead of memmove()
2009-08-30 Rémi Denis-Courmontavcodec: use block_Realloc() on input blocks.
next