172 Commits (fd67b8b58ffa0823569397b9cb16c8a23f101c9f)

Author SHA1 Message Date
Steve Lhomme a76147639a modules: assume sizeof(uint8_t) is 1 3 years ago
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 3 years ago
Steve Lhomme 3bbe3ffe45 codec/packetizer: use read-only input format wherever possible 3 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Lyndon Brown 9fdfdd302b libmpeg2: fix PPC regression 5 years ago
Lyndon Brown 00d1f50eff libmpeg2: switch SIMD selection to auto-detect mode 5 years ago
Lyndon Brown 75bca60374 purge all remaining 3dNow artefacts 5 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme 0ca76d08fb libmpeg2: setup pictures with VLC_TICK_INVALID explicitly 8 years ago
Steve Lhomme f4d3db0f22 libmpeg2: set the garbage pic explictly with VLC_TICK_INVALID 8 years ago
Steve Lhomme fa53167c08 codec: synchro: use VLC_TICK_INVALID to signal unknown DTS 8 years ago
Steve Lhomme 9b7859525d codec: synchro: use VLC_TICK_INVALID to signal unknown PTS 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Francois Cartegnie c0e99ce597 codec/esout: add support for CEA708 9 years ago
Francois Cartegnie 5ac1ca3f16 codec/esout: use bitmap for cc channels and refactor channel creation 9 years ago
Francois Cartegnie 3272846cbb codec: feed empty cc blocks when reordering 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont ac866164aa decoder: use "video decoder" capability for video decoders 9 years ago
Rémi Denis-Courmont d0b0bf12fc libmpeg2: fix NULl deref on vout failure (fixes #18366) 9 years ago
Rémi Denis-Courmont c4a4fd5273 synchro: privatize inside libmpeg2 plugin 9 years ago
Francois Cartegnie 8728715d35 decoder: pass cc sub decoders reorder depth through QueueCC 9 years ago
Francois Cartegnie 0f3c2024b4 input: decoder: split into decoder_QueueVideo / QueueCC 9 years ago
Steve Lhomme f9174e899b codec: libmpeg2: clean code 9 years ago
Thomas Guillem 4079bb24e6 decoder: add decoder_QueueVideoWithCc 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Francois Cartegnie 2b7a60de8e codec: cc: allow to pass format directly 10 years ago
Filip Roséen db4b3639f0 codec/libmpeg2: narrow scope of iteration variable 10 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Ilkka Ollakka c736ebc053 codec: don't drop discontinue blocks 11 years ago
Ilkka Ollakka f213c43932 Revert "codec: don't drop discontinue blocks" 11 years ago
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Francois Cartegnie 8e51b8da4c decoder: rename confusing frame drop member 11 years ago
Rémi Denis-Courmont 3159c34c5b decoder: remove decoder_UnlinkPicture() and decoder_DeletePicture() 12 years ago
Rémi Denis-Courmont 3cfb5fe97a decoder: remove decoder_LinkPicture() 12 years ago
Rémi Denis-Courmont a2383e92d2 libmpeg2: eliminate dead code and factor 12 years ago
Rémi Denis-Courmont 01c780aee8 libmpeg2: reduce variable scope 12 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 8918b769c0 libmpeg2: unused variable 14 years ago
Jean-Baptiste Kempf 13f92c6683 libmpeg2: remove tab 14 years ago
Rémi Denis-Courmont b1a0789432 Check for 3D Now! at build time 14 years ago
Rémi Denis-Courmont 615a016b4c Check for MMXEXT and SSE at build-time if possible 14 years ago
Rémi Denis-Courmont 5288c3823c Check for MMX at build-time if possible 14 years ago
Rémi Denis-Courmont 7bdcbe8ac8 Check for AltiVec at build-time if possible (untested) 14 years ago
Rémi Denis-Courmont b830aae4f0 Check for ARM NEON at build-time if possible 14 years ago
Rémi Denis-Courmont a257811bb6 cpu: do not define capabilities on platforms that do not have them 14 years ago
Christophe Mutricy 8940931e63 Fix build of mpeg2 module with old libmpeg2 on arm 16 years ago