]> git.sesse.net Git - vlc/history - modules/packetizer
bluray: Handle overlay when no data is returned
[vlc] / modules / packetizer /
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.
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
2010-02-26 Jean-Baptiste KempfFlac: Fix compilation warnings about signed vs unsigned
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
2010-02-13 Laurent AimarFixed SPS/PPS transmissions in H264 packetizer.
2010-02-13 Laurent AimarFixed SPS parsing when scaling matrices are present...
2010-02-13 Laurent AimarBe more strict in flac SyncInfo checks.
2010-02-13 Laurent AimarDo not loose pts on stream properties changes.
2010-02-13 Laurent AimarFixed a few errors in flac packetizer.
2010-02-13 Laurent AimarMoved out the flac packetizer from the flac decoder.
2010-02-11 Laurent AimarFixed NAL AUD handling in h264 packetizer.
2010-02-11 Pierre d'Herbemontmpeg4video: Fix leaked fmt_out.p_extra.
2010-02-11 Rémi Duraffortdirac: fix invalid test (found with coccinelle static...
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2010-01-23 Rafaël Carréh264 packetizer: fill profile/level
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carrépacketizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
2009-12-08 Rafaël Carrépacketizer_mpeg4video: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrépacketizer helper: use VLC_TS_INVALID
2009-12-07 Rafaël Carréh264 packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrémp4a packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrémlp packetizer: use VLC_TS_INVALID
2009-12-07 Rafaël Carrépacketizer copy : use VLC_TS_INVALID
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-03 Rémi Duraffortadd_bool: wants a boolean.
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-08-20 Pierre d'Herbemontmlp: Fix a bunch of warnings.
2009-08-20 Pierre d'Herbemontvc1: Correct unsigned use.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in packetizers.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-06-13 Laurent AimarAllow MLP packetizer to parse TrueHD codec.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
next