78 Commits (d6ffd5bc350707dd51f778e10e615fb7dcfce1f9)

Author SHA1 Message Date
Steve Lhomme d6ffd5bc35 subpicture: use helper functions for vlc_spu_regions 2 years ago
Steve Lhomme 3d610be9f0 subpicture: use vlc_list for regions 3 years ago
Steve Lhomme ce7efde1d9 avcodec/subtitle: log the unknown subtitle type 2 years ago
Steve Lhomme 2ffa3016c3 avcodec: only use the original dimensions if they are positive 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
Ilkka Ollakka 16fd46fa50 avcodec: remove use of av_init_packet as it is deprecated in new ffmpeg major version 5 years ago
Ilkka Ollakka e7190e7a70 avcodec/subtitle: stop using removed setter for pkt timebase 5 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme 0c8fe7c6b5 avcodec: use macros to transform lavc timestamps to/from VLC timestamps 8 years ago
Steve Lhomme 25d7af9c59 modules: transform milliseconds value into vlc_tick_t with VLC_TICK_FROM_MS 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
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Francois Cartegnie 37fe8eabf1 codec: avcodec: drop DVB spu frame header/trailer 8 years ago
Hugo Beauzée-Luyssen 05653f3d75 avcodec: subtitle: Don't use deprecated AVSubtitleRect::pict 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont 3b4420ccf9 decoder: use "spu decoder" capability for SPU decoders 9 years ago
Rémi Denis-Courmont 79eed1a3f3 avcodec: split decoder in submodules per ES type 9 years ago
Rémi Denis-Courmont 025fde2a54 avcodec: revector, no functional changes 9 years ago
Rémi Denis-Courmont cf8cfdafb1 avcodec: remove AVCODEC_COMMON_MEMBERS 9 years ago
Rémi Denis-Courmont 2b8f8d1c75 avcodec: remove ffmpeg_CloseCodec() 9 years ago
Rémi Denis-Courmont f97ee88000 avcodec: expand context deletion code 9 years ago
Rémi Denis-Courmont b2a5f8ed1f avcodec: use avcodec_is_open() instead of custom flag 9 years ago
Rémi Denis-Courmont 04ee03f257 avcodec: add explicit subtitle close function 9 years ago
Hugo Beauzée-Luyssen 667c3a73b1 avcodec: vlc_av_get_options: Append to a potentially existing dict 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Steve Lhomme 4919758a95 ffmpeg: only free the options if there were any 10 years ago
Hannes Domani 3bb208b2e3 avcodec: fix memory leak of rec->pict.data[1] 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Petri Hintukainen 9fc361dea1 avcodec: fix PGS timestamps 11 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 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 d0c5748146 Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY" 11 years ago
Jean-Paul Saman 48a867c768 codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Jean-Baptiste Kempf 7360dc2242 avcodec: fix double free on failure to open subtitles 11 years ago
Jean-Baptiste Kempf 020a4deab0 PGS: fix end-time 11 years ago
Ilkka Ollakka b972fe8b6a avcodec: set absolute/ephemer comments/values correctly 12 years ago
Ilkka Ollakka 2ba75ec6a5 avcodec: use VLC_CODEC_ 12 years ago
Rémi Denis-Courmont b93941118c avcodec: remove no-op 12 years ago
Rémi Denis-Courmont 894a06046f avcodec: remove redundant codec_id parameter 12 years ago
Rémi Denis-Courmont 757a94aaef avcodec: remove redundant codec name parameter 12 years ago
Rémi Denis-Courmont e13caffb31 avcodec: constify decoder_sys_t.p_codec 12 years ago
Rémi Denis-Courmont 023fab67dd avcodec: do not overwrite libavcodec internal AVCodec data 12 years ago
Rémi Denis-Courmont c9a16c71a3 avcodec: make decoder callbacks static 12 years ago
Jean-Baptiste Kempf ba02909b22 AVcodec: use avctx width for subtitles when set 12 years ago
Arne de Bruijn 328a034c11 PGS subtitles: use origial frame size (fix #6324) 12 years ago
Rafaël Carré d580d2a740 avcodec: decode dvbs 13 years ago