]> git.sesse.net Git - vlc/history - modules/codec
Invmem: fix a crash when allocating pictures memory, remove duplicate statement and...
[vlc] / modules / codec /
2009-04-26 Ludovic FauvetInvmem: fix a crash when allocating pictures memory...
2009-04-24 Jean-Baptiste KempfLibass: set more debug messages.
2009-04-22 Laurent AimarUsed a better audio output frame size in avcodec depend...
2009-04-19 Laurent AimarAlways link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
2009-04-18 Rémi Denis-Courmontx264: handle obsolete parameters (fix #2667)
2009-04-17 Rémi Denis-CourmontRemove libmpeg2 copy for XvMC
2009-04-17 Nicolas Chauvet... Update mpeg2_internal.h to the last version.
2009-04-17 Nicolas Chauvet... Remove internal libmpeg2 from xvmc codec/vout
2009-04-17 Jean-Baptiste KempfAdd a52.h to Modules.am after 933abd7b060e8622294283930...
2009-04-16 Laurent AimarXDS does not mean CC channel 3.
2009-04-16 Laurent AimarChecked CC parity.
2009-04-16 Laurent AimarBe more explicit on faad error.
2009-04-14 Derk-Jan Hartmanavcodec: correct fourcc for XSUB
2009-04-13 Laurent AimarSplit out a52 parsing functions into a52.h
2009-04-13 Laurent AimarFixed some AC3 file playback with a52 audio filter.
2009-04-12 Laurent AimarFixed segfault with some dvd subttile streams.
2009-04-11 Rémi Denis-CourmontRationalize string
2009-04-06 Antoine CellerierUse image_Mime2Fourcc().
2009-04-06 Derk-Jan Hartmanlibmpeg2: Fix Closed Captions in GOP.
2009-04-05 Antoine CellerierFix flickering when decoding TSCC. (Backport if we...
2009-04-05 Rémi Denis-CourmontRevamp subtitle encodings list
2009-04-05 Rémi Denis-CourmontRemove inexistant MuleLao-1 and NEXTSTEP encodings
2009-04-05 Rémi Denis-CourmontRemove ASCII encoding, subset of UTF-8 (and many other)
2009-04-05 Rémi Denis-CourmontRemove inexistent encodings: C99, JAVA and HZ
2009-04-03 Jean-Baptiste KempfDirac: fix typo.
2009-04-03 David Flynncodec/schroedinger: inform vlc of clean area
2009-04-03 David Flynncodec/schroedinger: don't bother doing any complicated...
2009-04-03 David Flynncodec/schroedinger: remove excessive debug tracing
2009-04-03 David Flynncodec/schroedinger: Use new autoparse+tagging api
2009-04-03 David Flynncodec/schroedinger: remove ts hack, request packetizer
2009-04-03 David Flynncodec/schroedinger: handle cases where schro invents...
2009-04-02 Jean-Baptiste KempfAdd a few bunch of FOURCC
2009-03-30 Jean-Baptiste KempfRamiro separated trueHD and mlp decoder in FFmpeg....
2009-03-29 Laurent AimarFixed dmo decoder wrapper.
2009-03-29 Laurent AimarCosmetics (dmo).
2009-03-28 Srikanth RajuWav GSM Demuxer Support Fixes Wav demux to work with...
2009-03-24 Rémi Duraffortcmml: use pl_Release.
2009-03-23 Laurent AimarRevert [f5060d12c31af094d9105143c88371487ff2c72c] ...
2009-03-23 Laurent AimarFixed skip_frame setting (avcodec).
2009-03-17 Rémi DuraffortNo need to add a '\n' with msg_*
2009-03-17 Rémi Denis-CourmontCMML: privatize callback lock
2009-03-14 Rémi Denis-CourmontAdaptive PCM: set the output category (fixes assertion)
2009-03-14 Laurent AimarImproved preroll in avcodec.
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-03-12 Rémi Denis-Courmontlibavutil callback cannot assume it has a VLC object
2009-03-11 Jean-Baptiste Kempfx264: obsolete pre-scenecut option.
2009-03-11 Sabourin Gillesx264 Removed pre-scenecut definitions for build 67
2009-03-07 Laurent AimarReduce CDG decoder frame rate down to 25.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-28 Rémi Denis-CourmontFix FfmpegExecute callback prototype
2009-02-28 Roman PenFix wrong initialization of 'mp2v' encoder profile
2009-02-24 Laurent AimarImproved a bit SRT support.
2009-02-22 Rémi Duraffortcmml: less includes.
2009-02-19 Felix Paul Kühnemacosx-port: removed compatibility code for outdated...
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-02-14 Laurent AimarFixed a few errors in cmml.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-14 Laurent AimarModify vbi page change on key event to trigger vbi...
2009-02-13 Laurent AimarSet the actual page used by zvbi.
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2009-02-11 Jean-Paul Samanzvbi: clear zvbi page holder before usage.
2009-02-09 Laurent AimarAdded SCTE-20 CC support (close #2503).
2009-02-09 Laurent AimarImroved cc.h fprintf debug (commented out by default).
2009-02-09 Laurent AimarFixed cc.h multiple includes protection define.
2009-02-09 Laurent AimarSupport output bits per sample changes in ffmpeg (close...
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2009-02-09 Laurent AimarAdded a module shortcut to wmafixed.
2009-02-07 Jean-Paul Samanwmafixed: optimize
2009-02-07 Jean-Paul Samanwmafixed: handle error cases (fixes #2474)
2009-02-03 Laurent AimarDecrease fixed point decoder priority to lower than...
2009-01-31 Christophe MutricyVorbis quality is limited to 0-10
2009-01-31 Rémi Denis-CourmontDon't reinvent __arm__
2009-01-31 Jean-Paul Samanshine: protect against invalid bitrate and cleanup.
2009-01-30 Jean-Paul Samanshine: Forward port of fixed integer MP3 encoder.
2009-01-30 Jean-Paul Samanwma-fixed: Forward port of fixed integer WMA v1/2 decoder.
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortcodec_cmml: fix memleaks (and maybe a proble while...
2009-01-23 Dominique Leuenbergerx264 removed i_direct_8x8_inference from the structure...
2009-01-22 Jean-Baptiste KempfKate: don't spam the msg_Dbg before selection of the...
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-19 Rémi Denis-Courmontintf-displays-cmml-description is always false
2009-01-19 Rémi Denis-CourmontRemove silly use of vlc_object_find
2009-01-18 Laurent AimarRemove DTS-HD block for DTS track.
2009-01-18 Laurent AimarFixed decoder init when libdca is not present + clean up.
2009-01-18 Rémi Denis-Courmontdirac: missing #include
2009-01-17 Rémi Denis-CourmontAvoid using i_object_type
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-10 Laurent AimarFixed a typo in libass.
2009-01-10 Laurent Aimarlibass: set windows/fonts as default directory
2009-01-10 Laurent AimarSupport delaying codec open until extradata are present...
2009-01-10 Laurent AimarRemoved unused field (avcodec).
2009-01-04 Joseph Tulouminor changes to png and sdl_image decoders to support...
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-28 ogg.k.ogg.kSupport for rendering Kate streams with libtiger
next