66 Commits (a3226cf890ae7e6ea817e72520dcd99388c105e1)

Author SHA1 Message Date
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 years ago
Steve Lhomme 8d71069d6f mmal: codec: log when the codec cannot be used 7 years ago
Steve Lhomme 5bd945c984 mmal: move the converter in its own plugin 7 years ago
Steve Lhomme c5ccfafef4 mmal: move the converter/resizer in its own file 7 years ago
Steve Lhomme 2505181c2d mmal: decoder: get the VCSM type from the decoder device 7 years ago
John Cox f77cb69943 mmal: resizer add support for the Hardware Video Scaler in the resizer 7 years ago
Steve Lhomme 38a5ea9db3 mmal: codec: make unused mmal-opaque option obsolete 7 years ago
John Cox e281b67bf5 mmal: add a converter/resizer filter 7 years ago
John Cox 8d21584f61 mmal: update the code from the one actually used in Raspbian 7 years ago
Steve Lhomme 344164acad mmal: codec: do not call Close before bcm_host_init() is called 7 years ago
Steve Lhomme f2f024d860 mmal: codec: only get the buffer size when needed 7 years ago
Steve Lhomme 5c0289e46e mmal: codec: remove local pool_size variable 7 years ago
Steve Lhomme 2b2cea973b mmal: codec: make the started boolean non atomic 7 years ago
Steve Lhomme 335b3feadf mmal: codec: remove the out label 7 years ago
Steve Lhomme d939fb226f mmal: codec: simplify the goto on success 7 years ago
Steve Lhomme 4ded81d68c mmal: codec: clean the new output format once it's handled 7 years ago
Steve Lhomme 784a0bd9f1 mmal: codec: free the old format when a new one is detected 7 years ago
Steve Lhomme 2683e11ae1 mmal: clean internal variables 7 years ago
Steve Lhomme 73a30d610f mmal: compilation fix 7 years ago
Steve Lhomme 1814ebcef1 mmal: code cleaning 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Rémi Denis-Courmont 72bfe44f98 Include <stdatomic.h> or <atomic> directly where applicable 9 years ago
Julian Scheel 2a5734c492 mmal/codec: Queue pictures immediately 9 years ago
Julian Scheel f9d9d929cf mmal/codec: Optimise buffer allocation 9 years ago
Julian Scheel df86ffd3dd mmal/codec: flush: wait for input buffers 9 years ago
Julian Scheel 0b5d6e1b8f mmal/codec: Fix flushing 9 years ago
Julian Scheel bc7d53020f mmal/codec: Allow longer wait for input buffer 9 years ago
Julian Scheel b489093e17 mmal/codec: Remove useless locking 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
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 10 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Julian Scheel 4d692bf04c mmal: Fix picture passing through mmal 11 years ago
Julian Scheel b7cbd7b5fe mmal: Add missing vlc_atomic.h includes 11 years ago
Thomas Guillem 080f21c3be decoder: remove b_need_packetized 11 years ago
Julian Scheel b37dcfb6bf mmal/codec: Fall back to dts if pts is no available 11 years ago
Julian Scheel a9f5941b5f mmal/codec: Use default input buffer count 11 years ago
Julian Scheel 2d8c51b930 mmal/codec: Implement full flush 11 years ago
Julian Scheel 2d7881198e mmal/codec: Silence build warnings 11 years ago
Julian Scheel 146fcb56e3 mmal: Use zerocopy ports for opaque mode 11 years ago
Julian Scheel f9dde8b809 mmal/codec: Do not use local buffer pool in opaque mode 11 years ago
Julian Scheel 21f3373a3f mmal/codec: Rename mmal-zerocopy option to mmal-opaque 11 years ago
Julian Scheel 5011389fe8 mmal/codec: Do not disable ports for flushing 11 years ago
Julian Scheel 45a463bf2c mmal/codec: Clear data from buffer header before release 11 years ago
Julian Scheel 2698e5893c mmal/codec: Try to apply fmt changes without disabling port 11 years ago
Julian Scheel 73a216048d mmal: Use atomic operations for refcounting 11 years ago
Julian Scheel 47c81c46c9 mmal/codec: Improve locking 11 years ago
Julian Scheel de2115b5d2 mmal/codec: Don't send buffers to disabled ports 11 years ago