- 10 Nov, 2009 6 commits
-
-
Jai Menon authored
Originally committed as revision 20499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
configure is supposed to take care of that already. Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
This in particular ensures that -DPIC is set appropriately for YASM, which avoids linking failures on x86_64 for compilers that have PIE enabled by default (e.g. hardened Gentoo). It also makes the macho64 special-case hack adding -DPIC to YASMFLAGS obsolete. Originally committed as revision 20497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 20496 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
when closing without open. Originally committed as revision 20495 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2009 11 commits
-
-
Reimar Döffinger authored
Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
test references that this change affects. Originally committed as revision 20492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
private in dv.c for some reason). See "[PATCH] get_bits_left()" thread. Originally committed as revision 20490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
"for (i = 1; i < num + 1; i++)" look like "for (i = 1; i <= num; i++)". Programmers worldwide rejoiced and used the operand, e.g. in the thread "[PATCH] remove ugliness in cel_filters.c", and He saw that it was good. Originally committed as revision 20489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
PAL8. Shift data[1] only if the input format is not paletted. Originally committed as revision 20488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
and -DPIC makes little sense without -fPIC or similar - if -fPIC is enabled by default, libavutil/internal.h defines PICi anyway. Originally committed as revision 20486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 20485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Francesco Lavra authored
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 20484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 20483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2009 11 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20482 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 20480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 29857 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Stefano Sabatini authored
formats with more than 8 bits per pixel (e.g. YUVXXXP16). Originally committed as revision 20479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
of hardcoding it based on the object format. Originally committed as revision 20478 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
1l for me if it wherent sunday and i could buy cola. Originally committed as revision 20477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
This covers the previous case of x86_64 and shared, but also works with --enable-pic. For 32 bit x86 it currently makes no difference since x86inc.asm ignores -DPIC for non-x86_64. Originally committed as revision 20476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 20475 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Do not set codec id based on pes start code, this is unreliable. Fix gazeta-20090408-1456-aa.ts Originally committed as revision 20474 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20473 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2009 4 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 20472 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 20471 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 20470 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 06 Nov, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 20469 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
contents parsing (for custom sampling rate). Originally committed as revision 20468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2009 6 commits
-
-
Stefano Sabatini authored
This completes the list of all descriptors in av_pix_fmt_descriptors. Originally committed as revision 20467 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
necessary ff_cos_tabs tables are initialized. Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables). Originally committed as revision 20464 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gordon Irlam authored
(gordonipub2 AT gordoni DOT com). This fixes H.264 over RTP when the SDP contains a "framesize:" attribute (for example, rtsp://video3.americafree.tv/AFTVCartoonsH264250.sdp ) Originally committed as revision 20463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
-