265 Commits (3716a7da5ba8dc30dbd752227c6a893c71a7495b)

Author SHA1 Message Date
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
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