139 Commits (cc129a71d75220c0600727aa1f7b984e60f83c0c)

Author SHA1 Message Date
Rémi Denis-Courmont 0fa1d4e111 xiph: constify xiph_SplitHeaders() 7 years ago
Thomas Guillem 57d834cd27 include vlc_input_item.h instead of vlc_input.h 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme cc79f1f98f modules: use vlc_tick_from_samples() 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
Zhao Zhili 72845f7400 codec: theora: prepare to put pf_packetize and pf_decode into a union 8 years ago
Steve Lhomme 8c266c2f9f theora: use plane_CopyPixels 8 years ago
Steve Lhomme 8e8859de6f theora: copy the offset unconditionally 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
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Hugo Beauzée-Luyssen 162fbc7401 theora: Display the frame rate as a fraction. 9 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 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 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
Hugo Beauzée-Luyssen 05d0e40478 theora: Force b_progressive to true 10 years ago
Michael Tänzer fcedf52d5f ogg codecs: use checked realloc() instead of xrealloc() 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
Tristan Matthews 4afe651d89 theora: fix comment 11 years ago
Tristan Matthews ba3094452b theora: cleanup 12 years ago
Rémi Denis-Courmont 2708cd95f3 theora: tautology 12 years ago
Rémi Denis-Courmont 58cabb5309 theora: avoid simple->double->simple precision 12 years ago
Tristan Matthews 079dc8f6ea theora: use CLOCK_FREQ 12 years ago
Rafaël Carré 0c4c45e3b2 xiph_SplitHeaders: do not malloc+memcpy headers 13 years ago
Rafaël Carré 75946591b9 theora: fix memleak in case of error or discontinuity 13 years ago
Francois Cartegnie b79793660f codecs: theora: add decoder post processing level (fix #1303) 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
Jean-Baptiste Kempf da112653fb Theora: split encoder from decoder 14 years ago
Timothy B. Terriberry 9c7198eaed Fix 0-byte Ogg packet handling. 14 years ago
Rafaël Carré 31c8cef1ba s/vlc_memcpy/memcpy/ 14 years ago
Theron Lewis 1014cc350f Use newer theora API and fix crash 14 years ago
Pierre Ynard 195355bee2 theora: fix packetizer fourcc 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Ilkka Ollakka 14054532b4 transcoding video, sends NULL when ending. Should fix sending all the encoded frames to sout 16 years ago
Laurent Aimar dcc1d93d9b Fixed theora encoder. 16 years ago
Laurent Aimar b5ad5b6152 Modified the way xiph codecs headers are transported in VLC. 16 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 4cf39c42ea theora: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Rémi Duraffort 6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 17 years ago