73 Commits (f4eec050da7fd4927bb74bf8ee8ede9a616c741f)

Author SHA1 Message Date
Thomas Guillem f1b803200f decoder: initialise callbacks regarding of the fmt 9 years ago
Steve Lhomme 8111ce9194 vlc_codec: decoder_GetPicture doesn't exist anymore 10 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Thomas Guillem dcd9274c7a decoder: add decoder_RequestReload 10 years ago
Eric Engestrom f9f71a6f2b include: fix spelling mistakes 10 years ago
Thomas Guillem 71c9693f42 vlc_codec: document pf_decoder_* and pf_packetize 10 years ago
Thomas Guillem 99f74096d5 decoder: add decoder_AbortPictures 10 years ago
Thomas Guillem 549449fc76 decoder: add decoder_QueueSub 11 years ago
Thomas Guillem fdddb84a19 decoder: add decoder_QueueAudio 11 years ago
Thomas Guillem 0f01756e41 decoder: add decoder_QueueVideo 11 years ago
Steve Lhomme 2b38ec8687 add a flush callback to decoders/packetizers 11 years ago
Rémi Denis-Courmont 997b63e658 decoder: add decoder_GetPicture() 11 years ago
Thomas Guillem 080f21c3be decoder: remove b_need_packetized 11 years ago
Francois Cartegnie 8e51b8da4c decoder: rename confusing frame drop member 11 years ago
Rémi Denis-Courmont aee51fec5a include: add/fix more Doxygen groups 11 years ago
Rémi Denis-Courmont 4ee1038059 include: improve Doxygen modules 11 years ago
Rémi Denis-Courmont 90848d6493 include: fix typo 11 years ago
Rémi Denis-Courmont c1111ae38b decoder: remove decoder_DeleteSubpicture() and fix a leak 12 years ago
Rémi Denis-Courmont af8beef6a9 decoder: fix comment 12 years ago
Rémi Denis-Courmont 3159c34c5b decoder: remove decoder_UnlinkPicture() and decoder_DeletePicture() 12 years ago
Rémi Denis-Courmont 3cfb5fe97a decoder: remove decoder_LinkPicture() 12 years ago
Thomas Guillem 73c7b4a1c0 decoder: separate vout initialization from buffer allocation 12 years ago
Jean-Paul Saman d2acb6213e Revert "input core: add status field per elementary stream" 12 years ago
Jean-Paul Saman d8199d8cbe input core: add status field per elementary stream 12 years ago
Rémi Denis-Courmont 492dfdd506 decoder: separate aout initialization from buffer allocation 13 years ago
Rémi Denis-Courmont e2b439cfa1 Replace remaining instances of aout_buffer_t with block_t 14 years ago
Laurent Aimar 74e141c59f Added decoder_t::i_extra_picture_buffers field. 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont ab625e9f8c Remove unused/unusable decoder_DeleteAudioBuffer() 15 years ago
Rémi Denis-Courmont 92f1b3aee7 Rename LIBVLC_* function attributes to VLC_* within plugin API 15 years ago
Rémi Denis-Courmont 6f258887aa Replace VLC_EXPORT macro with a simple prefix, VLC_API 15 years ago
Laurent Aimar 08a73f8b33 Simplify the creation of subpicture with dynamic content. 16 years ago
Rémi Denis-Courmont 0737a8ca97 Fix Doxygen errors 16 years ago
Erwan Tulou 97a9afa92f core: fix regression 16 years ago
Rémi Denis-Courmont ce67728ae1 Stick b_error to object types that actually use it 16 years ago
Rémi Duraffort e3f06b2e13 include: add some LIBVLC_USED flag. 17 years ago
Laurent Aimar 60e2892e52 Fixed includes in vlc_codec.h 17 years ago
Laurent Aimar 132b8e6f80 Allow decoder/packetizer to output meta data. 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Laurent Aimar 0357e2cf82 Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers. 18 years ago
Laurent Aimar 3d98df1683 Fixed segfault with decoder_GetInputAttachments/GetDisplayDate/GetDisplayRate. 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Rémi Denis-Courmont cf270dd3c0 Tag some APIs as LIBVLC_USED 18 years ago
Rémi Denis-Courmont c0f4bfc5d8 Headers: use non-reserved identifiers for multi-inclusion protection 18 years ago
Rémi Denis-Courmont fbb8255dcf Remove __LIBVLC__ test 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Laurent Aimar a0429d0043 Added closed captions decoding/extracting from ES data. The CC tracks 19 years ago
Laurent Aimar 02a2154786 Added a new decoder function (decoder_GetDisplayDate) to be used to convert a 19 years ago
Laurent Aimar 8919d218a7 Fixed vlc_meta_SetXXX macros 19 years ago