96 Commits (d2c3355d2fb282aeab070a2a383da8bb0b783bbd)

Author SHA1 Message Date
Zhao Zhili 34b1d4f1ee vlc_codec: put pf_decode and pf_packetize into a union 8 years ago
Thomas Guillem 1093187391 dec: change get_display_rate() return type 8 years ago
Thomas Guillem d49b43b606 dec: hide owner and callbacks from modules 8 years ago
Thomas Guillem 0df4762fd3 dec: move all callbacks handling in vlc_codec.h 8 years ago
Thomas Guillem 86df4f3d1b dec: remove return status from decode_Queue* 8 years ago
Romain Vimont 7442c8c791 core: replace encoder_sys_t* by void* 8 years ago
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Rémi Denis-Courmont 417ed9eb80 include: layer the plugin API documentation 8 years ago
Rémi Denis-Courmont c3dea95c4a Expand VLC_COMMON_MEMBERS 8 years ago
Francois Cartegnie c0e99ce597 codec/esout: add support for CEA708 9 years ago
Francois Cartegnie 5ac1ca3f16 codec/esout: use bitmap for cc channels and refactor channel creation 9 years ago
Steve Lhomme 9587e7c035 vlc_codec: make sure we check the return value of decoder_Update[Audio|Video]Format 9 years ago
Steve Lhomme 9adad8ff90 vlc_codec: make sure we don't update the audio/video format on the wrong kind of track 9 years ago
Francois Cartegnie acc9e57ef2 vlc_codec: fix confusing parameter in decoder_NewAudioBuffer 9 years ago
Francois Cartegnie 8728715d35 decoder: pass cc sub decoders reorder depth through QueueCC 9 years ago
Filip Roséen c68b0850ce vlc_codec: decoder_QueueCc: fix documentation 9 years ago
Francois Cartegnie c50fece3ef vlc_codec: fix comment 9 years ago
Francois Cartegnie 0f3c2024b4 input: decoder: split into decoder_QueueVideo / QueueCC 9 years ago
Thomas Guillem 4079bb24e6 decoder: add decoder_QueueVideoWithCc 9 years ago
Thomas Guillem 61d88c2f16 decoder: ensure that only one output is queued 9 years ago
Thomas Guillem c4aabc5200 decoder: add VLCDEC_RELOAD status 9 years ago
Thomas Guillem 21144a3a3d decoder: add VLCDEC_ECRITICAL status 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
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