293 Commits (8828f7d7c4484ca068b95c2cc03b2a6dbccca4ad)

Author SHA1 Message Date
Steve Lhomme 8828f7d7c4 avcodec: pass the whole es_format when looking for a codec. 2 years ago
Steve Lhomme adeb34f614 avcodec/encoder: fix FourCC logging 3 years ago
Steve Lhomme 5c153bf0b1 avcodec/chroma: provide the UV flipped status in FindFfmpegChroma() 3 years ago
Steve Lhomme e380c2a826 avcodec/chroma: replace GetFfmpegChroma() calls with FindFfmpegChroma() 3 years ago
Steve Lhomme 47af51ec58 vlc_es: remove always 0 video_format_t RGB mask 3 years ago
Steve Lhomme 03463c279b avcodec: use RGB24 without a mask when encoding TIFF 3 years ago
Steve Lhomme 0127ad54f9 vlc_fourcc: rename VLC_CODEC_RGB24 to VLC_CODEC_RGB24M 3 years ago
Steve Lhomme 50687096c2 modules: reset mask after format copy+chroma change 3 years ago
Steve Lhomme 38ad102b2c avcodec: return the AVPixelFormat in GetFfmpegChroma() 3 years ago
Ilkka Ollakka b73dc8841d avcodec: use ch_layout for channel layout in audio encoder 3 years ago
Ilkka Ollakka c4302ca59d avcodec: add handling of new ch_layout in audio encoder 3 years ago
Ilkka Ollakka 29747a8abb avcodec: use p_enc audio channels instead of context channels in encoder 3 years ago
Steve Lhomme 91402fdde0 modules: include vlc_configuration.h when using config_ChainParse() 3 years ago
Alexandre Janniaux 49a1f114fb image: ensure picture is released from client 3 years ago
Alexandre Janniaux 5a145f34fa avcodec: encoder: fix picture release 3 years ago
Tristan Matthews c36028fae5 avcodec: encoder: drop unused defines 4 years ago
Rémi Denis-Courmont f797f29a91 avcodec: remove duplicated #include 4 years ago
Romain Vimont 3312a960cb avcodec: adapt AVCodec API constification 4 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 4 years ago
Alexandre Janniaux 730bb5f349 avcodec: use vlc_encoder_operations 4 years ago
Hugo Beauzée-Luyssen ecdd995774 avcodec: encoder: Don't unref frame twice 4 years ago
Hugo Beauzée-Luyssen b04e2c5d9f avcodec: encoder: Fix leak on error 4 years ago
Ilkka Ollakka 16fd46fa50 avcodec: remove use of av_init_packet as it is deprecated in new ffmpeg major version 5 years ago
Steve Lhomme c78f7ac90f avcodec: always use AVPixelFormat instead of PixelFormat 5 years ago
Steve Lhomme c663b44b90 avcodec: use enum AVCodecID where a codec ID is expected 5 years ago
Alaric Senat e54daddeaa avcodec: fix assignation indent 5 years ago
Alaric Senat 321a29b0a2 avcodec: fill audio frame channel field 5 years ago
Ilkka Ollakka 8ed4f2a7a2 avcodec: move picture type to use sidedata on encoding 5 years ago
Alexandre Janniaux 9c05197257 avcodec: encoder: fix comment location 5 years ago
Alexandre Janniaux ca66dbd23e avcodec: encoder: split double ternary condition 5 years ago
Alexandre Janniaux 36a125ac7c avcodec: encoder: init i_last_pts to VLC_TICK_INVALID 5 years ago
Francois Cartegnie 1b280e0c03 codec: avcodec/avenc: use native rescaling 5 years ago
Steve Lhomme d86c4c87aa avcodec: encoder: fix MPEG4 matrix passed as const 7 years ago
Rémi Denis-Courmont e3270f2ae4 objects: merge vlc_object_t and vlc_common_members 7 years ago
Ilkka Ollakka 935869641c avcodec: define coded_width/height on encoding 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Alexandre Janniaux f69475d477 avcodec/encoder: fix leak in case of codec opening failure 7 years ago
Steve Lhomme 0c8fe7c6b5 avcodec: use macros to transform lavc timestamps to/from VLC timestamps 8 years ago
Steve Lhomme 7fb3f4293a modules: use VLC_TICK_FROM_MS instead of hardcoded values 8 years ago
Steve Lhomme 965ad6ca87 avcodec: remove libavutils checks that are always true based on configure checks 8 years ago
Rémi Denis-Courmont 0642c2efd2 block: have block_Init() set the callbacks 8 years ago
Rémi Denis-Courmont a17540a521 block: move callback to separate const structure 8 years ago
Steve Lhomme ded62a069f rename VLC_TS_0 to VLC_TICK_0 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme b4dfbc6283 rename mdate() to vlc_tick_now() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 8 years ago
Thomas Guillem a0f4ae67a0 avcodec: encoder: fix buffer over-read 8 years ago
Jean-Baptiste Kempf ac64b83f24 Avcodec encoder: do not display error dialog on Win32 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago