]> git.sesse.net Git - vlc/history - modules/codec
Remove unneeded space.
[vlc] / modules / codec /
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Antoine CellerierEnforce the --vbi-position option. Don't crop letters.
2008-05-27 Rafaël CarréWorkaround invalid use reference counting of pictures
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréRemove duplication
2008-05-26 Rafaël CarréRemove unused HAVE_XXXX_{SWSCALE,FFMPEG}_TREE defines
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Antoine CellerierFix the rawvideo codec when visible_pitch != pitch...
2008-05-26 Antoine CellerierRemove unused variable.
2008-05-23 Antoine CellerierKeep a good rendering quality when rendering zvbi subs...
2008-05-23 Antoine CellerierFix the display date in zvbi.
2008-05-21 Jean-Baptiste KempfAdd mx4n and mx4p FourCC
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Jean-Baptiste KempfFormatting cleaning
2008-05-20 Antoine CellerierVideo bitrate tolerance is advertised as kbits/sec...
2008-05-20 Antoine CellerierCosmetics.
2008-05-19 Jean-Paul SamanReturn VLC_ENOMEM when malloc fails.
2008-05-17 Jean-Paul SamanSmall cleanup
2008-05-17 Jean-Paul SamanCheck malloc/recalloc return values.
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-10 Rémi Denis-CourmontKill further I64C
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontVorbis: yield the playlist when using it
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Jean-Baptiste KempfFix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-02 Vincent Penquerc'hbasic support for Kate streams as subtitles
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontFix ffmpeg when !ENABLE_SOUT
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-24 Jean-Paul SamanLower score of modules/xvmc/xxmc.c because it is not...
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()...
next