- 21 Jan, 2011 6 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> (cherry picked from commit 69688e71)
-
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> (cherry picked from commit b9c7f66e)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c3897d76)
-
Justin Ruggles authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a4f5af13)
-
Mans Rullgard authored
(cherry picked from commit 09a5c245)
-
Michael Niedermayer authored
-
- 20 Jan, 2011 4 commits
-
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
- 19 Jan, 2011 7 commits
-
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
This reverts commit 69c92320. Reason is that this has been commited by mistake as discussed.
-
Michael Niedermayer authored
This reverts commit f4f5cab9. Reason is that this has been mistakely commited as discussed.
-
- 18 Jan, 2011 23 commits
-
-
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.
-