]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
Plugins: include vlc_common.h directly instead of vlc/vlc.h
[vlc] / modules / codec / ffmpeg /
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
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-21 Jean-Baptiste KempfAdd mx4n and mx4p FourCC
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
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-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-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-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-08 Rafaël CarréWhen specifying --sout-transcode-samplerate and --sout...
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-25 Jean-Paul SamanSet rc_qsquish=1 in AVContext when b_strict is used...
2008-03-22 Jean-Baptiste KempfAdd two FourCC that are actually decoded.
2008-03-13 Jean-Baptiste KempfShut a warning.
2008-03-12 Jean-Paul SamanSmall indentation fix.
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
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-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-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-20 Jean-Paul SamanAlso build scale.c when using altivec.
2008-02-10 Jean-Paul SamanCleanup in the error path
2008-02-10 Jean-Paul SamanFix memleak ffmpeg/video_filter.c
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-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)
2007-12-16 Antoine CellerierDon't pretend to have ffmpeg based muxers and demuxers...
2007-12-08 Jean-Paul SamanRemove excess whiteline
2007-11-23 Jean-Paul SamanCompile fix to check for ffmpeg version.
2007-11-23 Jean-Paul SamanFix compiler warnings in modules/codec/ffmpeg/mux.c...
2007-11-20 Jean-Baptiste KempfFfmpeg swscaler, ifdef correction.
2007-11-18 Jean-Paul SamanDisable MMXEXT (MMX2) mode for swScaler since it crashes.
2007-11-18 Jean-Paul SamanChroma conversion using swscaler module.
2007-11-18 Jean-Paul SamanIndentation.
2007-11-18 Jean-Paul SamanTest for PIX_FMT_RGBA iso swscale.
2007-11-18 Jean-Paul SamanAttempt to implement chroma conversion using swscale...
2007-11-18 Jean-Baptiste KempfRealv3: support for broken streams that speciy a wrong...
2007-11-17 Pierre d'Herbemontmodules/codec/ffmpeg/video.c: Fix Remi Duraffort's...
2007-11-14 Jean-Paul SamanMake PIX_FMT_RGBA dependend on ffmpeg with swscale...
2007-11-07 Jean-Baptiste KempfFFmpeg - add the MPCK fourCC, that seems to be associat...
2007-10-26 Jean-Paul SamanSelect frames to drop a bit smarter.
2007-10-26 Jean-Paul Samanmodules/codec/ffmpeg/video_filter.c is img_* API only now
2007-10-26 Jean-Paul SamanFix ffmpeg swscaler
2007-10-26 Jean-Paul SamanRefactorize modules/codec/ffmpeg/:
2007-10-26 Jean-Paul SamanReturn NULL iso 0
2007-10-23 Jean-Baptiste KempfAdd support for fourCC MMES, which is a Matrox MPEG...
2007-10-23 Jean-Baptiste KempfAdd VP6A fourCC.
2007-10-20 Jean-Paul SamanDeinterlace prototype should be defined whether or...
2007-10-20 Jean-Paul SamanDeinterlace module doesn't depend on swscale or img_...
2007-10-20 Jean-Paul Samansws_scale_ordered() is deprecated in newer ffmpeg
2007-10-20 Laurent AimarLet ffmpeg handle APE codec (Monkey's Audio) as it...
2007-10-19 Jean-Baptiste KempfAdd NellyMoser with FourCC NELL.
2007-10-18 Jean-Paul SamanAdd VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg...
2007-10-18 Jean-Paul SamanFixed compiler warning for unused variables.
2007-10-15 Jean-Paul SamanWhitespace cleanup
2007-10-09 Jean-Baptiste Kempfffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Laurent AimarOops fix compilation.
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
next