- 26 Jun, 2010 15 commits
-
-
Jai Menon authored
Currently, the muxer generates invalid files whenever any streams with non-PCM codecs are used as input. This is fixed by adding a few additional waveformat tags to the wave_format_tag_to_fourcc table and using the fourcc_to_wf_tag utility function. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
CVE inside.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Sebastien Zwickert authored
-
Rafaël Carré authored
file descriptor number is not a file path
-
Srikanth Raju authored
-
Srikanth Raju authored
-
Srikanth Raju authored
-
Srikanth Raju authored
Core functions and singleton media library object
-
Srikanth Raju authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
The thread can be canceled when owning a block_t, so we must push a way to clean it up.
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
- 25 Jun, 2010 9 commits
-
-
Ilkka Ollakka authored
-
Adrien Maglo authored
-
Jean-Baptiste Kempf authored
This closes #3793 and #3779
-
Jean-Baptiste Kempf authored
-
Jai Menon authored
Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder. Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV by Final Cut Pro etc.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 24 Jun, 2010 13 commits
-
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
reverts 0455f985 and 7cdb0761
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Jai Menon authored
This is required for those containers which mux the AVCDecoderConfigurationRecord as private/extra data so that the AVC packetizer works correctly. This should close #2850 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Frank Enderle authored
This patch exposes the adjust module to libvlc_media_player/libvlc_video and adds a frequently requested featureset: to manipulate brightness, contrast, gamma, saturation and hue through libvlc. The patch introduces a new set of functions analogous to libvlc_video_{get,set}_{marq,logo}_*, hence the use of the function set should be self explanatory. New Functions: * value = libvlc_video_get_adjust_int( p_mi, option ); * libvlc_video_set_adjust_int( p_mi, option, value ); * value = libvlc_video_get_adjust_float( p_mi, option ); * libvlc_video_set_adjust_float( p_mi, option, value ); New Options: * libvlc_adjust_Enable * libvlc_adjust_Contrast * libvlc_adjust_Brightness * libvlc_adjust_Hue * libvlc_adjust_Saturation * libvlc_adjust_Gamma Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 23 Jun, 2010 3 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-