]> git.sesse.net Git - vlc/history - modules/codec
Meaningful Typo
[vlc] / modules / codec /
2008-04-24 Jean-Paul SamanRemove silly out of memory message in an out of memory...
2008-04-24 Jean-Paul SamanCleanup and move debug message to a better place.
2008-04-24 Jean-Paul SamanFix latest crash in modules/codec/x264.c with ratecontrol.
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Jean-Paul SamanPut extra debugging behind ifdef ZVBI_DEBUG.
2008-04-22 Jean-Paul SamanCleanup
2008-04-22 Jean-Paul SamanFix error in undef zvbi private define ZVBI_PIXFMT_RGBA...
2008-04-17 Jean-Baptiste KempfFix for [oCERT-2008-004] multiple speex implementations...
2008-04-16 Antoine CellerierWhen demuxing with ffmpeg, set the VLC block I frame...
2008-04-15 Jean-Baptiste KempfSupport for ML20 (mimic codec) for MSN webcams.
2008-04-14 Rafaël CarréSets the output channel configuration when opening...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-10 Rafaël Carréfaad: sets physical channel configuration in all cases
2008-04-08 Rafaël CarréWhen specifying --sout-transcode-samplerate and --sout...
2008-04-01 Ilkka OllakkaAdd options for controlling AQ in x264_BUILD >= 59
2008-03-31 Rafaël CarréVerbosely report EOF
2008-03-31 Rafaël CarréFix infinite loop
2008-03-31 Jean-Paul SamanDon't crash when deinterlacing fails.
2008-03-27 Rémi Denis-CourmontCMML: use key-action
2008-03-25 Rafaël Carrécinepak: do not access arrays beyond allocated size
2008-03-25 ogg.k.ogg.kmake this compile with older speex versions (mine's...
2008-03-25 Jean-Paul SamanCleanup whitespace and use fastmemcpy.
2008-03-25 Jean-Paul SamanSet rc_qsquish=1 in AVContext when b_strict is used...
2008-03-23 Rafaël CarréFix compilation
2008-03-23 Rafaël CarréDo not allocate arbitrary length on the stack
2008-03-23 Rafaël CarréMerge branch 'master' of git@git.videolan.org:vlc
2008-03-23 Rafaël CarréFix a buffer overflow
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-22 Jean-Baptiste KempfAdd two FourCC that are actually decoded.
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-20 Ilkka Ollakkaset rc_method = X264_RC_CQP if qp is set
2008-03-14 Rafaël CarréFix aac decoding when muxed with ADTS headers + AudioSp...
2008-03-13 Rémi DuraffortUseless test before a free()
2008-03-13 Jean-Paul SamanProperly fix use of SWSCALE_* defines in zvbi.
2008-03-13 Jean-Baptiste KempfShut a warning.
2008-03-12 Jean-Paul SamanSmall indentation fix.
2008-03-12 Jean-Paul SamanFix regression on zvbi.c introduced by recent ffmpeg...
2008-03-12 Rafaël Carréverify asprintf() return value, fix indentation
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-03-11 Rémi DuraffortRemove useless test before a free()
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-03-11 Jean-Paul SamanFix building AAC profile selection for outdated ffmpeg...
2008-03-11 Jean-Paul SamanCleanup of AAC profile selection.
2008-03-11 Jean-Paul SamanAdd option to encode aac low, main, sbr or ltp profiles.
2008-03-10 Christophe MutricyAvoid integer overflow. Patch by Drew Yao.
2008-03-08 Rafaël Carréuse mtrace() only with glibc
2008-03-07 Rémi DuraffortCompile fix for packaged ffmpeg on debian etch.
2008-03-05 Jean-Paul SamanFix BGR <-> RGB endianess problem with PNG's loading...
2008-03-03 Ilkka Ollakkaset i_start_time with AV_TIME_BASE, fixes streaming...
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-03-02 Christophe Mutricyuse proper error svn-trunk
2008-02-29 Pierre d'Herbemontffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module...
2008-02-29 Faustino OsunaFix previous commit.
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-02-27 Faustino Osunamodules/ffmpeg: Revert change, there is a better way...
2008-02-27 Faustino Osunamodules/ffmpeg: Compensate for latest changes made...
2008-02-26 Ilkka Ollakkaset stream->dr_dts according to i_dts instead AV_NOPTS_...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Jean-Baptiste KempfXvMC - Remove warnings (only unused parameters and...
2008-02-25 Jean-Baptiste KempfXvmc: fix xvmc compilation on x86_64. Patch by eMPee584
2008-02-25 Jean-Baptiste KempfXvMC: revert [25318] and do it in a better way. Remove...
2008-02-25 Jean-Baptiste KempfXvMC: possible fix compilation. Who uses that anyway ?
2008-02-20 Jean-Paul SamanAlso build scale.c when using altivec.
2008-02-14 Dennis van Amerongen* modules/codec/x264.c: fix threads=0 (auto) which...
2008-02-14 Dennis van Amerongen* modules/codec/x264.c: more user friendly version...
2008-02-11 Dennis van Amerongen* modules/codec/x264.c: add x264 version debug info
2008-02-11 Benjamin Pracht* fix pthread support for x264 on win32
2008-02-10 Jean-Paul SamanCleanup in the error path
2008-02-10 Jean-Paul SamanFix memleak ffmpeg/video_filter.c
2008-02-10 Jean-Baptiste KempfAAC reordering fix. Patch by Sebastian Jenny and atmo...
2008-02-08 Dennis van Amerongen* modules/codec/x264.c: add satd exhaustive motion...
2008-02-08 Dennis van Amerongen* modules/codec/x264.c: set default for direct predicti...
2008-02-03 Rémi Denis-CourmontRemove dead preprocessor directives
2008-02-02 Jean-Paul SamanEnable use of MMXEXT if available in modules/codec...
2008-01-29 Ilkka Ollakkaset qmin=3 in ffmpeg encode when bitrate is set and...
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-29 Ilkka Ollakka- fix qmax/qmin if statements
2008-01-28 Pavlov KonstantinFix builds with dirac >= 0.9.0, require it as well.
2008-01-27 Rémi Denis-CourmontFix symbols list, fix linking on platforms that DO...
2008-01-27 Felix Paul Kühnestrnlen: export its VLC pendant properly and check...
2008-01-25 Sigmund Augdal HelbergAdded a csri based renderer/decoder for ass/ssa subtitl...
2008-01-25 Ilkka Ollakka- set rc_min_rate = rc_max_rate when strict-rc is set
2008-01-23 Christophe MutricyMissing from [24525]
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Jean-Paul SamanUse big endian definitions for ffmpeg PIX_FMT_* when...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-12 Jean-Baptiste KempfSupport for 8bit uncompressed in AVI files.
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-16 Jean-Paul SamanDisable debugging print in zvbi
2007-12-16 Antoine CellerierDon't pretend to have ffmpeg based muxers and demuxers...
2007-12-16 Jean-Paul SamanDon't misuse p_this->p_libvlc for putting modules varia...
2007-12-16 Jean-Paul SamanMake sure vbi-opaque can be set from an interface.
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
next