5586 Commits (97a09be75434550a4f5c27621f9a9b13f3ff0321)

Author SHA1 Message Date
LE QUEC Nicolas 97a09be754 item: add created_item field in vlc_readdir_helper_additem function 5 years ago
Rémi Denis-Courmont a461aab158 rtp/pcm: add audio/32kadpcm 5 years ago
Rémi Denis-Courmont 267113c912 Add little-endian variant of G.726 5 years ago
Rémi Denis-Courmont a6a673d645 rtp/pcm: fix typo 5 years ago
Steve Lhomme e726ac2c35 decklink: link with the proper necessary libraries on each OS 5 years ago
Steve Lhomme 793353f51a decklink: fix HRESULT printing 5 years ago
Steve Lhomme a63a5257d1 decklink: fix enum to string conversions 5 years ago
Steve Lhomme 9168091a46 decklink: fix compilation on Windows 5 years ago
Rémi Denis-Courmont fcb3359d5e rtp/ac3: add support for E-AC-3 (audio/eac3) 5 years ago
Rémi Denis-Courmont a368e7c6a9 rtp/ac3: add a private structure 5 years ago
Rémi Denis-Courmont 091c8500ed rtp: add audio/ac3 payload parser 5 years ago
Rémi Denis-Courmont 76b3ad36d3 rtp/mpeg12: limit queue size 5 years ago
Rémi Denis-Courmont ded65db455 rtp/mpeg12: add video/MP1S and video/MP2P formats 5 years ago
Rémi Denis-Courmont 8dd5c1f252 rtp: remove hard-coded video/MP2T parser 5 years ago
Rémi Denis-Courmont 250b296c0d rtp/mpeg12: add video/MP2T format 5 years ago
Rémi Denis-Courmont 2db75e088d rtp: remove hard-coded video/MPV parser 5 years ago
Rémi Denis-Courmont 30d50a4eb0 rtp/mpeg12: add basic support for video/MPV 5 years ago
Rémi Denis-Courmont fabe46b170 rtp: improve PT documentation 5 years ago
Rémi Denis-Courmont aa12089ea8 rtp: treat M bit as audio discontinuity 5 years ago
Rémi Denis-Courmont 49d67910bb rtp: add pktinfo to convey the M bit 5 years ago
Rémi Denis-Courmont b18db61355 rtp/mpa: packetize properly 5 years ago
Rémi Denis-Courmont b39b392e8d rtp: do not assume all packets have a PTS 5 years ago
Rémi Denis-Courmont 841c152223 rtp: do not overflow PTS (fixes #26258) 5 years ago
Rémi Denis-Courmont 7c4c14d340 rtp/pcm: add audio/G727 ADPCM format 5 years ago
Rémi Denis-Courmont 10576415a5 rtp/pcm: add audio/G726-{16,24,32,40} ADPCM formats 5 years ago
Rémi Denis-Courmont 8a56f80c59 rtp/xiph: convert and resurrect as module 5 years ago
Rémi Denis-Courmont a38f2a139e rtp: remove hard-coded MPA parser 5 years ago
Rémi Denis-Courmont f67701feb0 rtp/mpeg12: add audio/MPA MPEG 1/2 Audio payload format 5 years ago
Rémi Denis-Courmont 2edb2785d4 rtp: remove static PCMA, PCMU and L16 parsers 5 years ago
Rémi Denis-Courmont 66023648a5 rtp/pcm: add parser for PCM, G.711 and DAT12 5 years ago
Rémi Denis-Courmont aaff6519b2 rtp: add test cases for rtpmap parsing 5 years ago
Rémi Denis-Courmont 471350e8b5 rtp: move test code to dedicated subdirectory 5 years ago
Rémi Denis-Courmont cafec9d0ce rtp: add module capabilities for RTP payload type parsers 5 years ago
Rémi Denis-Courmont 504d5aa691 rtp: add PT owner callbacks 5 years ago
Rémi Denis-Courmont 5046b7a427 rtp: remove unused demux parameter 5 years ago
Rémi Denis-Courmont 52f2e336d6 rtp: remove unused Xiph parser (again) 5 years ago
Rémi Denis-Courmont cdf3b2f1c2 rtp: add owner structure to payload types 5 years ago
Rémi Denis-Courmont 422142d342 rtp: fix typo 5 years ago
Rémi Denis-Courmont ca57d66028 rtp: fix assigned dynamic payload types 5 years ago
Rémi Denis-Courmont 340d90556c rtp: move autodetection code to module init 5 years ago
Rémi Denis-Courmont 4b4701c0b9 rtp: add all supported static PTs in SDP-less mode 5 years ago
Rémi Denis-Courmont c9bd8ae97e rtp: remove unused parameter 5 years ago
Rémi Denis-Courmont 2b48a8f2e2 rtp: create ES only for one packet type per source 5 years ago
Rémi Denis-Courmont 0e09e40cfe sdp: missing initialiser 5 years ago
Rémi Denis-Courmont 255c27e617 rtp: rationalise PT callback types 5 years ago
Rémi Denis-Courmont c3a08c5032 rtp: ignore MPEG Audio channel count 5 years ago
Rémi Denis-Courmont ff71006933 rtp: do not ignore G.711 channel count 5 years ago
Rémi Denis-Courmont 48f6c5bd1d rtp: use vlc_rtp_es in payload format parsers 5 years ago
Rémi Denis-Courmont 1a6493a1d1 rtp: add backends for ES and mux output 5 years ago
Rémi Denis-Courmont fb6c0c3b0f rtp: add vlc_rtp_es to abstract a PT output 5 years ago