55 Commits (5e57c4ecbad4bba9c6da5b3cd3228510dab8046a)

Author SHA1 Message Date
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
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 10 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 12 years ago
Rémi Duraffort 5a98d36085 Remove dead initializations 12 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. 15 years ago
Jean-Baptiste Kempf 4d3acaf28e Schroedinger: fix copyright year, and NEWS 15 years ago
Jean-Baptiste Kempf b94a0412d9 Schroendinger: improve preferences integration 15 years ago
Anuradha Suraparaju 1c2a95b85e Add Dirac encoding support to VLC using the Schroedinger library. 15 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
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar e24d1c8da3 The schroedinger decoder does support non packetized streams. 17 years ago
Laurent Aimar 80cfbe0ce1 Reset the timestamp state on BLOCK_FLAG_DISCONTINUITY. 17 years ago
David Flynn 1a24f157b0 codec/schroedinger: don't reset decoder at corrupt block sentinel 17 years ago
David Flynn d78d1a82b7 codec/schrodinger: don't tag frames with missing pts 17 years ago
David Flynn 2ef4b5ef59 codec/schroedinger: fix segfault when schro_decoder_pull returns NULL 17 years ago
David Flynn d2d8a8fae5 codec/schroedinger: inform vlc of clean area 17 years ago
David Flynn 272b9b9825 codec/schroedinger: don't bother doing any complicated timestamp interpolation 17 years ago
David Flynn 1f81f0a335 codec/schroedinger: remove excessive debug tracing 17 years ago
David Flynn 7c229f88c1 codec/schroedinger: Use new autoparse+tagging api 17 years ago
David Flynn 1a2ecda0b5 codec/schroedinger: remove ts hack, request packetizer 17 years ago
David Flynn eead487527 codec/schroedinger: handle cases where schro invents a placeholder pic 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
David Flynn 908d40495f [codec/schroedinger] If pts is unavaliable, do not fall back to dts 18 years ago
David Flynn 7ca75b8a23 Workaround deficiency in schroedinger state machine logic 18 years ago
David Flynn 379212dbee Fix handling of dirac EOSdataunit. 18 years ago
David Flynn 5cbbb0ac7a Fix picture leakage when resetting decoder 18 years ago
Laurent Aimar 4833310da9 Reduce schroedinger verbosity (at compil time). 18 years ago