]> git.sesse.net Git - vlc/history - modules/codec
Visual: reindent
[vlc] / modules / codec /
2009-08-22 Jean-Baptiste KempfQuicktime: kill warnings for Win32
2009-08-20 Pierre d'Herbemontlpcm: Fix a few unsigned comparison warnings.
2009-08-20 Jean-Baptiste KempfRealAudio: fix compile for Win32
2009-08-20 Jean-Baptiste KempfQuicktime: fix warning
2009-08-20 Pierre d'Herbemontlibmpeg2: Only define GetCC when needed.
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-08-20 Pierre d'Herbemontdts: Initialize i_frame_size to a default value.
2009-08-20 Pierre d'Herbemontcmml: Fix a warning about vlc_create_thread() return...
2009-08-20 Jean-Baptiste KempfKill misc warnings
2009-08-19 Jean-Baptiste KempfFix warnings in lpcm, cc and theora
2009-08-19 Jean-Baptiste KempfRemove unused variables in USF module
2009-08-19 Pierre d'Herbemontkate: Remove unused variable.
2009-08-19 Ilkka Ollakkax264: add profile-limitter, pretty much same as in...
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-08-10 Ilkka Ollakkax264: change aq-mode default same as libx264 uses
2009-08-07 Laurent AimarAdded LPCM from AOB suport to our LPCM decoder.
2009-08-06 Grigori Goronzylibass: rename types to match upstream
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-08-05 Jean-Baptiste KempfSimplify vorbis detection and activate encoder except...
2009-08-05 Jean-Baptiste KempfDelete CSRI module. Unmaintained and libass is better.
2009-07-30 Ilkka Ollakkax264: when partitions=all, just set partitions~0
2009-07-28 ogg.k.ogg.kreconstruct Theora granpos
2009-07-28 Jean-Baptiste KempfFinish compilation of FluidSynth on Windows.
2009-07-28 Laurent AimarFixed kate with tiger support integration.
2009-07-28 Laurent AimarFixed csri decoder integration.
2009-07-28 Anthony Loiseaucodec/libass: avoid possible segfault
2009-07-28 Ilkka Ollakkax264: use ABR-mode if user specifies bitrate
2009-07-27 Laurent AimarImproved pre-blending in ssa decoder.
2009-07-27 Rémi Duraffortx264: no need to create the variables when closing...
2009-07-27 Jean-Baptiste KempfCODEC_ID_SPEEX appeared in 51.50.1
2009-07-25 ogg.k.ogg.kdo not clear theora_info twice
2009-07-24 Laurent AimarFixed libass 0.9.7 support.
2009-07-24 Laurent AimarUsed light hinting in libass to increase the quality.
2009-07-24 Laurent AimarRemoved useless pre render callback in ssa decoder.
2009-07-24 Laurent AimarFixed flicker with overlapped subtitles in ssa.
2009-07-24 Jean-Baptiste KempfAdd Speex in flv demuxing support. #2973
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Barry WardellUpdate SSA/ASS subtitle decoder for the new version...
2009-07-22 Jean-Paul Samanshine: cleanup
2009-07-22 Jean-Paul Samanshine: add missing assert.h
2009-07-22 Ilkka Ollakkax264.c: add psy-rd string to modify psy-rd settings
2009-07-21 Ilkka Ollakkax264 change that qcomp-parameter determinates rc-mode
2009-07-21 Ilkka Ollakkax264.c: change defaults allmost same as current x264 has
2009-07-21 Ilkka Ollakkax264.c: set vbv max bitrate to bitrate if doing cbr
2009-07-18 Laurent AimarCosmetics.
2009-07-18 Jean-Baptiste KempfSupport for ADPCM variant in Flash streams
2009-07-17 Jean-Baptiste KempfFix typo.
2009-07-17 Laurent AimarDo not uselessly disable direct rendering in avcodec.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-15 Rémi DuraffortRemove nestead assignement.
2009-07-11 Laurent AimarFixed seeking in mpeg1 files with libmpeg2 decoder...
2009-07-11 Jean-Baptiste KempfCorrectly distribute shine files.
2009-07-03 Jean-Baptiste KempfSSA on Windows: show a progress dialog during font...
2009-07-02 Rémi Denis-Courmontlibmpeg2: fix division by zero (fixes #2920)
2009-06-28 Laurent AimarMade sure that our output buffer is large enough with...
2009-06-27 Laurent AimarWorkaround libmpeg2 DPB bugs (#2883).
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-26 Rémi Duraffortcodec_fake: use var_CreateGet* when applicable.
2009-06-26 Rémi Duraffortcodec_fake: Fix potential crash (add and delete the...
2009-06-19 Rémi DuraffortMissing const.
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-18 Rémi Duraffortadd_integer wants integers.
2009-06-18 Rémi Duraffortcmml: fix warning.
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-11 Laurent AimarFixed libmpeg2 wrapper picture handling.
2009-06-10 Rémi Denis-CourmontKorean: list CP949 instead of EUC-KR
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.
next