75 Commits (75062ffa9f0239798a3df835ea364648f2b9560f)

Author SHA1 Message Date
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 4 years ago
Steve Lhomme 3bbe3ffe45 codec/packetizer: use read-only input format wherever possible 4 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 5 years ago
Alexandre Janniaux 20405cb7b8 schroedinger: use vlc_encoder_operations 5 years ago
Lyndon Brown 84b2cc2773 modules: typo fixes 5 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Alexandre Janniaux d66a2260f5 encoder: namespace encoder capability by category 5 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Lyndon Brown d75459a35b remove unnecessary option longtext 7 years ago
Rémi Denis-Courmont 3108e20e3b schroedinger: remove bogus const 7 years ago
Rémi Denis-Courmont b757e60abe schroedinger: use timestamp FIFO 7 years ago
Steve Lhomme e8dda76392 schroedinger: pts offset and duration are vlc_tick_t 8 years ago
Steve Lhomme 754322ccab schroedinger: replace hardcoded invalid value to VLC_TICK_INVALID 8 years ago
Steve Lhomme b17b44b660 modules: use VLC_TICK_FROM_SEC instead of hardcoded values 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 ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 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 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont ac866164aa decoder: use "video decoder" capability for video decoders 9 years ago
Francois Cartegnie 477abfabd5 codecs: fix discontinuity handling 10 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 10 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 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
Fabian Yamaguchi 9bb0353a5c codec: schroedinger: fix potential buffer overflow. 12 years ago
Rémi Denis-Courmont 3159c34c5b decoder: remove decoder_UnlinkPicture() and decoder_DeletePicture() 12 years ago
Tristan Matthews a7cf4c51cb schroedinger: use CLOCK_FREQ 12 years ago
Francois Cartegnie 3ae14a6063 encoders: shroedinger: fix invalid write 13 years ago
Rémi Duraffort 5a98d36085 Remove dead initializations 13 years ago
Maxim Bublis f0b3483323 Fixed warnings on duplicate const modifiers. 13 years ago
Rafaël Carré e7eb86a61c use i_visible_ dimensions to initialize encoders 13 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 ca923dceb2 Separate string list and string list callback 14 years ago
Jean-Baptiste Kempf 63c55b2d22 Fix various preferences typos 15 years ago
Jean-Baptiste Kempf 22ec4bef78 Fix strings mistake for translation 15 years ago
Anuradha Suraparaju 8d9ba243b8 Add Dirac encoding support using the Schroedinger library 15 years ago
Rémi Denis-Courmont 48884d48a9 Revert "Add Dirac encoding support to VLC using the Schroedinger library." 15 years ago
Rémi Duraffort 7870e9b5cd Remove obvious statement. 16 years ago
Jean-Baptiste Kempf 4d3acaf28e Schroedinger: fix copyright year, and NEWS 16 years ago
Jean-Baptiste Kempf b94a0412d9 Schroendinger: improve preferences integration 16 years ago
Anuradha Suraparaju 1c2a95b85e Add Dirac encoding support to VLC using the Schroedinger library. 16 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 97c5499da9 schroedinger: use VLC_TS_INVALID (refs #3135) 17 years ago