135 Commits (44ea680b068b2a4bed38d9db97dcb33fd2d4e37b)

Author SHA1 Message Date
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
Pádraig Brady 5bd2bacf60 closed captions: Correctly determine the field for SCTE-20 streams 16 years ago
Laurent Aimar 7ad6676d1b Decreased priority of libmpeg2 decoder below avcodec. 16 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Marian Ďurkovič d3cb36d54f libmpeg2: Fix aspect ratio calculation according to MPEG standard. 17 years ago
Rémi Denis-Courmont a282f14628 libmpeg2: enable non-upstream NEON optimizations if available 17 years ago
Rémi Denis-Courmont be5d9107a6 Use <vlc_cpu.h> 17 years ago
Marian Ďurkovič 28726d5736 libmpeg2: Print the debug message if decoder was reset 17 years ago
Marian Ďurkovič 84aadd40cc libmpeg2: Don't spam the log on bitrate changes in VBR streams 17 years ago
Marian Ďurkovič 198199c522 libmpeg2: reset decoder when get outpic failed - should fix #3072 17 years ago
Rémi Denis-Courmont 691b879ef3 Fix syntax 17 years ago
Rémi Denis-Courmont 7a89ce3e54 libmpeg2: enable ARM optimizations 17 years ago
Pierre d'Herbemont 38d22ff993 libmpeg2: Only define GetCC when needed. 17 years ago
Laurent Aimar 4746e4bc4a Fixed seeking in mpeg1 files with libmpeg2 decoder (close #2953). 17 years ago
Rémi Denis-Courmont 40486dcf66 libmpeg2: fix division by zero (fixes #2920) 17 years ago
Laurent Aimar a3d9fc2ec7 Workaround libmpeg2 DPB bugs (#2883). 17 years ago
Laurent Aimar ed7d6cbf84 Fixed libmpeg2 wrapper picture handling. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar dfe8c5c087 Merged mp1v/mp2v codecs. 17 years ago
Laurent Aimar 8d2862dc06 Let libmpeg2 decode mp1v/mp2v too. 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
Derk-Jan Hartman 3fac978237 libmpeg2: Fix Closed Captions in GOP. 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
Laurent Aimar e63fffe04f Fixed segfault in libmpeg2 when picture allocation failed. 18 years ago
Derk-Jan Hartman 2b73786266 libmpeg2: user_data has been available since 0.3.2 18 years ago
Derk-Jan Hartman 74095abc99 libmpeg2: compile fix 18 years ago
Derk-Jan Hartman ec15067d08 libmpeg2: user MPEG2 coding type defines when matching to mpeg2 flags. 18 years ago
Derk-Jan Hartman d47c4459f7 libmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Laurent Aimar 0ec4e51a3a Fixed a potential infinite loop with libmpeg2. 18 years ago
Laurent Aimar 575f49e518 Revert "Partially work around a picture link in libmpeg2." 18 years ago
Laurent Aimar f18192c64b Partially work around a picture link in libmpeg2. 18 years ago
Laurent Aimar 2b6c967840 Removed stupid AR hack in libmpeg2. 18 years ago
Christophe Mutricy 9a72071ae6 Use the correct test 18 years ago
Christophe Mutricy 5889307336 Use pkg-config to get the flags for libmpeg2 18 years ago