- 20 Jan, 2011 2 commits
-
-
Georgi Chorbadzhiyski authored
This patch adds support in mpegts muxer for using service_provider and service_name metadata to set service_provider_name and service_name fields in SDT. Example usage: ffmpeg -i file.ts -f mpegts -re -acodec copy -vcodec copy -f mpegts \ -metadata service_provider="Some provider" \ -metadata service_name="Some Channel" \ "udp://239.0.70.2:5000?pkt_size=1316&ttl=1" Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
The original functions did not work correctly for edge pixels, e.g. when CODEC_FLAG_EMU_EDGE is set, leading to corrupt output in e.g. VLC. Based on a patch by Daniel Kang <daniel d kang gmail com>. Signed-off-by: Ronald S. Bultje <rsbultje gmail com>
-
- 19 Jan, 2011 2 commits
-
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 18 Jan, 2011 25 commits
-
-
Mans Rullgard authored
-
Mans Rullgard authored
Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI. If none of these are defined, check $cross_prefix and $cc for the substring "hardfloat", and finally fall back to a linker test. This gives the correct result in most configurations.
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
This macro has unconditionally used .p2align for a long time and serves no useful purpose.
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
This is required on systems where the linker does not change the permissions of an existing output file.
-
Mans Rullgard authored
-
Mans Rullgard authored
Some linkers fail if this flag is used when creating an executable file. Since the flag is meaningful only for shared libraries, dropping it from the main link flags is correct.
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Jason Garrett-Glaser authored
It's useless now that we've switched to git.
-
Justin Ruggles authored
This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
-
Justin Ruggles authored
Fixes issue 2560.
-
Justin Ruggles authored
-
Daniel Kang authored
Fixes issue 2505.
-
Michael Niedermayer authored
This may fix a bug where quicktime files use 1/600 timebase.
-
Reimar Döffinger authored
-
- 17 Jan, 2011 11 commits
-
-
Michael Niedermayer authored
like it has been done prior libavfilter.
-
Anssi Hannula authored
-
Stefano Sabatini authored
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Lou Logan authored
Changes "version from SVN" to "version from Git". Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Stefano Sabatini authored
-
Reimar Döffinger authored
-
Reimar Döffinger authored
-
John Wimer authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
Janne Grunau authored
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-