]> git.sesse.net Git - vlc/history - modules/packetizer
decoder: inline DecoderSignalWait()
[vlc] / modules / packetizer /
2015-03-15 Francois Cartegniepacketizer: mpeg4audio: don't spam with warnings
2015-03-11 Steve LhommeMake sure the avparser is used for VP9 rather than...
2015-02-26 Jean-Baptiste KempfEnable to merge the avparser packetizer with --merge...
2015-02-26 Jean-Baptiste KempfAdd avparser.h to prepare for submodulification
2015-02-26 Jean-Baptiste KempfAvparser: rename Open and Close functions
2015-02-26 Jean-Baptiste KempfAvparser: Fix typo and remove trailing spaces
2015-02-26 Denis CharmetAdd avparser packetizer for VP9 handling
2015-02-09 Rémi Denis-Courmontpacketizer: remove Makefile recursion
2015-02-04 Jean-Baptiste KempfH264 Packetizer: use defines for profiles
2014-12-09 Diego BiurrunH.264 packetizer: Drop unused variable
2014-11-21 Tristan Matthewspacketizer: flac: fix realloc call
2014-11-21 Tristan Matthewspacketizer: flac: reduce memory allocations
2014-11-16 Tristan Matthewspacketizer: flac: recover from bad CRC (fixes #12714)
2014-11-14 Jean-Baptiste KempfVC1: use memmove instead of memcpy on overlapping memory
2014-09-22 Francois Cartegniepacketizer: dirac: block sanitizing must clean reorderi...
2014-09-02 Felix Abecassish264: add an enum for SEI messages
2014-08-29 Hannes Domanipacketizer: flac: fix memory leak
2014-08-01 Felix Abecassish264: refactor emulation prevention byte handling
2014-08-01 Felix Abecassish264: refactor Exp-Golomb reading functions with existi...
2014-08-01 Felix Abecassish264_nal: add a source file to separate declaration...
2014-07-15 Ilkka Ollakkampegvideo: move pf_get/pf_packetize at the end
2014-07-15 Ilkka Ollakkampegvideo: add few likely/unlikely
2014-07-15 Ilkka Ollakkapacketizer: add unlikely
2014-06-28 Tristan Matthewspacketizer: mpeg4video: use CLOCK_FREQ
2014-05-22 Hugo Beauzée-Luyssenh264 packetizer: Remove unused enum
2014-05-10 Tristan Matthewsh264 packetizer: remove unused assert.h
2014-04-22 Rémi Denis-Courmontdirac: no statements after return
2014-04-17 Francois Cartegniepacketizer: flac: fix divbyzero (cid #1151677)
2014-03-21 Ilkka Ollakkause CLOCK_FREQ
2014-02-24 Denis CharmetAllow hevc muxing in mp4
2014-02-15 Jean-Paul SamanRevert "input core: add status field per elementary...
2014-02-15 Jean-Paul Samaninput core: add status field per elementary stream
2014-02-11 Denis CharmetAdd a trivial hevc packetizer
2014-02-11 Rafaël Carrépacketizers: do not rename variable
2014-01-10 Francois Cartegniepacketizer: flac: process end of streambuffer (fix...
2014-01-10 Francois Cartegniepacketizer: flac: fix end of frame blocksize handling
2014-01-10 Francois Cartegniepacketizer: flac: hint min frame size
2014-01-10 Francois Cartegniepacketizer: flac: ensure blocksize range
2014-01-10 Francois Cartegniepacketizer: flac: remove commited debug code
2014-01-10 Francois Cartegniepacketizer: flac: add some comments
2014-01-08 Francois Cartegniepacketizer: flac: generate PTS from frame info.
2013-12-11 Tristan Matthewsflac: move CRC update into STATE_NEXT_SYNC
2013-11-16 Rafaël Carréflac packetizer: validate frames with their CRC
2013-11-16 Rafaël Carréflac packetizer: deindent switch
2013-11-16 Rafaël Carréflac packetizer: small factorization when first PTS...
2013-11-16 Rafaël Carréflac packetizer: verbose error message
2013-11-16 Rafaël Carréflac packetizer: Use meaningful names for block_t
2013-11-16 Rafaël Carréflac packetizer: avoid realloc
2013-11-16 Rafaël Carréflac packetizer: simplify header parsing
2013-11-16 Rafaël Carréflac packetizer: move functions
2013-11-16 Rafaël Carréflac packetizer: cosmetics
2013-11-15 Rafaël CarréRevert "flac packetizer: use the largest possible frame...
2013-11-09 Rafaël CarréAAC packetizer: comment write-only arrays
2013-11-09 Rafaël CarréAAC packetizer: move functions around file
2013-11-09 Rafaël CarréAAC packetizer: deindent state machine switch
2013-10-25 Rafaël Carrédirac: remove references to blocks already output to...
2013-10-22 Jean-Baptiste KempfBe more precise in libavcodec/libavformat/libavutil...
2013-10-14 Rafaël Carréflac packetizer: use the largest possible frame size
2013-10-06 Jean-Baptiste KempfMLP packetizer: avoid SIGFPE with samplerate of 0
2013-09-16 Rémi Denis-Courmontmodules: use different directory prefixes for each...
2013-08-24 Rafaël Carrémp4a packetizer: fix buffer overflow
2013-08-24 Rafaël Carrémp4a packetizer: simplify loop
2013-08-24 Rafaël Carrémp4a packetizer: cosmetics
2013-06-24 Rafaël Carrécopy packetizer: don't overwrite i_length for opus
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-04-18 Rafaël CarréFix decoding for aac streams with ADTS config set to...
2013-04-09 Zoran TuralijaCorrect spelling: s/[sS]yncro/[sS]ynchro/
2013-01-31 Jean-Baptiste KempfMpegVideo packetizer: fix frame rates
2013-01-06 Nickolai Zeldovichmodules/packetizer/dirac.c: check index before derefere...
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-21 Rafaël Carréh264 packetizer: don't swap around CC data
2012-08-05 Jean-Baptiste KempfFlac Packetizer issue
2012-05-12 Jean-Baptiste KempfFix Stack off-by-one overflow in vc1 packetizer
2012-04-21 Rémi Denis-CourmontRemove useless AOUT_PHYSMASK masking in some codecs
2012-04-17 Hugo Beauzée-Luyssenmpeg4audio: Fix a crash with some invalid streams.
2012-04-17 Hugo Beauzée-Luyssenh264 packetizer: Check for negative sps.
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-28 Konstantin PavlovFix some common typos.
2011-12-15 Pere Orgafix filename self-references
2011-11-13 Rafaël Carréfix unused variable warning
2011-09-13 Rafaël Carrépacketizers: move state enum in packetizer_helper.h
2011-08-29 Rémi Denis-Courmontdirac: use block_Init() and block_Release() as appropriate
2011-08-29 Rémi Denis-CourmontRemove write-only dirac_block_encap_t.pf_blk_release
2011-08-29 Rémi Denis-Courmontdirac: use xcalloc() rather than assert()
2011-08-29 Rémi Denis-Courmontdirac: remove useless if
2011-08-03 Rémi Denis-Courmontblock_BytestreamInit(): rationalize prototype
2011-06-25 Laurent AimarAdded a check against block size in FLAC packetizer.
2011-06-25 Laurent AimarFixed packetization of variable block size FLAC stream...
2011-06-25 Laurent AimarSimplify the validation of sample/frame numbers in...
2011-06-11 Rémi Denis-CourmontTypo
2010-11-02 Sébastien Escudierh264 packetizer : correctly compute picture height...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-01 Jean-Baptiste Kempfh264 packet: Remove trailing spaces
2010-10-01 Steinar H. GundersonSupport H.264 SEI recovery points.
2010-08-31 Rémi DuraffortFix some typos.
2010-07-28 Rémi Durafforts/informations/information/
2010-06-24 Rémi Denis-CourmontSpell "separate"
2010-06-18 Laurent AimarParse WMV3 frame type in the generic packetizer.
2010-06-12 Rémi DuraffortSpelling.
next