268 Commits (f37d226983f37e6cabd11176d8a9d4dbfb528f55)

Author SHA1 Message Date
Rémi Duraffort 4d85871d1b s/informations/information/ 16 years ago
Rémi Denis-Courmont 19a50f5df3 Spell "separate" 16 years ago
Laurent Aimar bc96ea9fe8 Parse WMV3 frame type in the generic packetizer. 16 years ago
Rémi Duraffort 96f372a21c Spelling. 16 years ago
Laurent Aimar 873bcee7d2 Fixed potential invalid access with too short packetized data. 16 years ago
Jean-Baptiste Kempf 8f21522cd3 Flac: Fix compilation warnings about signed vs unsigned 16 years ago
Jean-Baptiste Kempf 86352fc87a Fix FLAC 7.1 support 16 years ago
Laurent Aimar 986ba8fe34 Fixed SPS/PPS transmissions in H264 packetizer. 16 years ago
Laurent Aimar 26ae73ad5d Fixed SPS parsing when scaling matrices are present (h264). 16 years ago
Laurent Aimar 74ec041dac Be more strict in flac SyncInfo checks. 16 years ago
Laurent Aimar 110e4f8568 Do not loose pts on stream properties changes. 16 years ago
Laurent Aimar 1967b52da2 Fixed a few errors in flac packetizer. 16 years ago
Laurent Aimar 447327c605 Moved out the flac packetizer from the flac decoder. 16 years ago
Laurent Aimar 5b526f5063 Fixed NAL AUD handling in h264 packetizer. 16 years ago
Pierre d'Herbemont 85ccc9999a mpeg4video: Fix leaked fmt_out.p_extra. 16 years ago
Rémi Duraffort 4a990366f6 dirac: fix invalid test (found with coccinelle static analyzer). 16 years ago
Pádraig Brady 5bd2bacf60 closed captions: Correctly determine the field for SCTE-20 streams 16 years ago
Rafaël Carré 5352b6054f h264 packetizer: fill profile/level 17 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 07e5e3a476 packetizer_mpegvideo: use VLC_TS_INVALID (refs #3135) 17 years ago
Rafaël Carré f589d6baf6 packetizer_mpeg4video: use VLC_TS_INVALID (refs #3135) 17 years ago
Rafaël Carré 7a6f2a5abe packetizer helper: use VLC_TS_INVALID 17 years ago
Rafaël Carré 724c4e4a7d h264 packetizer: use VLC_TS_INVALID 17 years ago
Rafaël Carré a480552df9 mp4a packetizer: use VLC_TS_INVALID 17 years ago
Rafaël Carré f81ce687cd mlp packetizer: use VLC_TS_INVALID 17 years ago
Rafaël Carré 003189d40c packetizer copy : use VLC_TS_INVALID 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Rémi Duraffort 1b2b3551a6 add_bool: wants a boolean. 17 years ago
Rémi Denis-Courmont f6bb739010 Revert "vlc_bits: Differentiate between writable bits stream and read only." 17 years ago
Pierre d'Herbemont 4bfba26a61 vlc_bits: Differentiate between writable bits stream and read only. 17 years ago
Pierre d'Herbemont 31fef8bd88 mlp: Fix a bunch of warnings. 17 years ago
Pierre d'Herbemont f901bb491e vc1: Correct unsigned use. 17 years ago
Laurent Aimar c09763bef8 Used date_t instead of audio_date_t in packetizers. 17 years ago
Jean-Baptiste Kempf f1a3939498 Use Brackets for global headers. 17 years ago
Anthony Loiseau d632dbed7d cosmetic: remove nullity test on free() and delete 17 years ago
Laurent Aimar cc6fce5b99 Allow MLP packetizer to parse TrueHD codec. 17 years ago
Laurent Aimar 138f098d36 Used vlc_fourcc_GetCodecAudio when applicable. 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Christophe Mutricy f521521542 Distribute packetize_helper.h 17 years ago
Laurent Aimar 8c3538f432 Cosmetics. 17 years ago
Laurent Aimar 331625d9dc Moved date_Decrement to libvlc core from dirac. 17 years ago
Laurent Aimar 94761b0d09 Used BLOCK_FLAG_PRIVATE_SHIFT for creating private masks. 17 years ago
Laurent Aimar 1fc22d15de Replaced DIRAC_EOS by BLOCK_FLAG_END_OF_SEQUENCE. 17 years ago
Laurent Aimar f7a8bc79b1 Simplify and fix the block flag test in dirac packetizer. 17 years ago
Laurent Aimar 629d2ae50d Fixed usage of VLC_TS_INVALID (dirac packetizer). 17 years ago
David Flynn 56ffbdf46b Packetizer is capable of: 17 years ago
Laurent Aimar 70729ba3b4 Ensure that VC1 I frame always have a sequence header and an entry point. 17 years ago
Laurent Aimar 553ed22871 Fixed syntax for VC1 coming from some ASF (packetizer). 17 years ago