253 Commits (d900df9ba8d46635a413492b81b6e145c6b4640f)

Author SHA1 Message Date
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
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Steve Lhomme d6a4f1d32d modules: remove empty curly braces initialization 8 years ago
Steve Lhomme b36cb077f9 avcodec: log the error code returned by the encoder 9 years ago
Thomas Guillem c5418dab5c avcodec: accept NV12 an input 8 years ago
Thomas Guillem 2d628e37d2 avcodec: fail if the specified encoder is not found 8 years ago
Thomas Guillem c6e4f56957 avcodec: rename entry functions 8 years ago
Thomas Guillem be994e0f5d avcodec/encoder: fallback to 44100hz when rate is not supported 8 years ago
Thomas Guillem 024304087c avcodec/encoder: fix fallback to stereo 8 years ago
Rémi Denis-Courmont c3dea95c4a Expand VLC_COMMON_MEMBERS 8 years ago
Rémi Denis-Courmont 2ca454a43e avcodec/encoder: remove useless datum 9 years ago
Rémi Denis-Courmont 6b42af3f7f avcodec/encoder: remove no-op (refs #18697) 9 years ago
Rémi Denis-Courmont 1c22bbe536 avcodec/encoder: remove no-op 9 years ago
Jean-Baptiste Kempf 8ee9d4d5a4 avcodec encoder: fix sign comparison issue 9 years ago
Steve Lhomme 98e70d033e avcodec: don't enqueue empty encoded block 9 years ago
Steve Lhomme c491eec988 avcodec: make the video_format_t color to AVCodecContext conversion more generic 9 years ago
Rémi Denis-Courmont 5b7afb0f14 avcodec: simplify encoder codec look-up 9 years ago
Rémi Denis-Courmont 2826791f59 avcodec: search codec mapping by category 9 years ago
Francois Cartegnie afcdb682ba codec/demux: output version and provider in debug 9 years ago
Hugo Beauzée-Luyssen 032ba19a41 avcodec: encoder: Fix a few deprecated options usage 9 years ago
Hugo Beauzée-Luyssen b337da9935 avcodec: encoder: Fix win32 build 9 years ago
Hugo Beauzée-Luyssen 667c3a73b1 avcodec: vlc_av_get_options: Append to a potentially existing dict 9 years ago
Jean-Baptiste Kempf 84ce62d0a5 avcodec encoder: fix some API changes 9 years ago
Francois Cartegnie b948167ad2 avcodec: add missing color xfer mappings 9 years ago
Ilkka Ollakka 7126070f86 avcodec: encoder: unref avpackets instead of freeing them 10 years ago
Ilkka Ollakka b7bfbfb046 avcodec: encoder: remove unused variable 10 years ago
Ilkka Ollakka 83021a62f7 avcodec: encoder: handle avpacket key-flag 10 years ago
Ilkka Ollakka cdc04e5b3d avcodec: encoder: use similar timestamps with audio/video 10 years ago
Ilkka Ollakka 5a65762906 avcodec: encoder: refactor encoding flow 10 years ago
Ilkka Ollakka 25e13fba92 avcodec: encoder: user send_frame/receive_packet in video encoding 10 years ago
Ilkka Ollakka cea0bac8fc avcodec: video encoding: refactor hurry-up checking 10 years ago
Steve Lhomme 66df76dfb8 avcodec: mark encoded audio blocks as key frames/corrupted when appropriate 10 years ago
Steve Lhomme 4919758a95 ffmpeg: only free the options if there were any 10 years ago
Ilkka Ollakka 2baae89ba6 avcodec: set color settings on encoding 10 years ago
Hugo Beauzée-Luyssen 1b54a8a95f avcodec: encoder: Always provide frame dimension and pixel format 10 years ago
Hugo Beauzée-Luyssen d1dede1ff4 avcodec: grammar fix 10 years ago
Thomas Guillem 183d5cda47 dialog: use new API 10 years ago
Felix Paul Kühne d185cfaad5 avcodec: use directly channel_layout.h 11 years ago
Rémi Denis-Courmont dbad0d2747 avcodec: fix compilation (fixes #15393) 11 years ago
Rémi Denis-Courmont 3d2850fe72 avcodec: compilation fix (partial) 11 years ago
Ilkka Ollakka 3068a84956 avcodec: refactor frame_rate probing into own function 11 years ago