- 23 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2017 1 commit
-
-
Steve Lhomme authored
It's done when loading the decoder/packetizer. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Feb, 2017 1 commit
-
-
Thomas Guillem authored
Use only one callback for every decoder types: int (*pf_decode)(decoder_t *, block_t *p_block); There is now only one way to send output frames/blocks from a decoder module: using decoder_QueueVideo(), decoder_QueueAudio() and decoder_QueueSub() functions. This fixes transcoding not receiving any output when a decoder used decoder_Queue*() function. The pf_packetize callback is kept unchanged. A packetizer shouldn't be asynchronous at all (and this simplify the locking for decoder core). The pf_decode callback returns, for now, only one value: SUCCESS. This will allow a module to send more status.
-
- 13 Oct, 2016 1 commit
-
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Jul, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 May, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 07 Nov, 2014 1 commit
-
-
Rafaël Carré authored
-
- 01 Nov, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Nov, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Re-license almost all the playback modules to LGPLv2.1+ with authorization from their respective contributors (230+) This includes: - access, codec, packetizers, demux - audio filters, audio mixers, audio output - video filters, video chroma, video output - text renderers - XML parser - ARM NEON and SSE2 optimisations (mostly for chromas and filters) Some modules are not concerned: - BDA and DShow access modules because Manol Manolov is AWOL - Real RTSP, because it is derived from Xine - x264 and t140 because they are encoders only - DLL Loader, because it is derived from MPlayer - DTS packetizer, because Jon Lech Johansen is AWOL - Shine and WMAfixed, because they are derived from Rockbox - Real demuxer, as it is derived from MPlayer and Wang Bo is AWOL - MPC demuxer, as Yavor Doganov is AWOL - Tivo demuxer, because it is derived from an MPlayer fork - Playlist demuxer, (WPL and ZPL parts missing), because suheaven is AWOL - iOS audio output and video display, because author refuses the license change - Equalizer and compressor, because Ronald Wright is AWOL - Mono, Headphone and Dolby, because author refuses the license change - hqdn3d and yadif, because they are from MPlayer/libavfilter - remoteosd, because it derives from RealVNC code - MMX optimisations, because Ollie Lho, from SiS, is AWOL - Rotate, because it depends on GPL motion Nota Bene: - Some modules depend on GPL-only libraries, a LGPL module does not mean that the resulting binary module will be LGPL. Libraries affected would include liba52, libdvdcss, libdvdnav, libdvdread, faad2, libdca, libmad, libmpeg2, libpostproc, SRC, sid, zvbi and probably others.
-
- 22 Oct, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2010 1 commit
-
-
Laurent Aimar authored
-
- 16 Dec, 2009 1 commit
-
-
Laurent Aimar authored
It was duplicated with es_format_t::i_sar_num/den.
-
- 10 Oct, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 02 Sep, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 23 Jul, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 14 Feb, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 Feb, 2009 1 commit
-
-
Laurent Aimar authored
It removed a hack where dvb.i_id was used for teletext.
-
- 27 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 23 Oct, 2008 1 commit
-
-
Laurent Aimar authored
-
- 28 Sep, 2008 1 commit
-
-
Laurent Aimar authored
- This is needed for proper seek/pause/fast forward/... - The decoder/packetizer do not need to scale packet length anymore as the decoder thread do it.
-
- 20 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 15 Sep, 2008 1 commit
-
-
Laurent Aimar authored
I removed: i_x/i_y: redondant with region i_x/i_y. Now a subpicture always represent the whole video. i_flags: unused anywhere in the core. I may have broken a few video filters (osdmenu mainly). I will fix it if you report the problem and the way to reproduce it.
-
- 13 Sep, 2008 1 commit
-
-
Laurent Aimar authored
-
- 11 Sep, 2008 1 commit
-
-
Derk-Jan Hartman authored
If the TS demux signals initial page 100, then this inital page is likely NOT the subtitle page. Since we can only really handle subtitles, let the teletext decoder figure out which pages are subtitles on its own. Per request of Marian Durkovic
-
- 08 Sep, 2008 1 commit
-
-
Marian Durkovic authored
Signed-off-by:
Derk-Jan Hartman <hartman@videolan.org>
-
- 07 Sep, 2008 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 03 Aug, 2008 1 commit
-
-
Justus Piater authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 20 Jul, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 May, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-