21501 Commits (1c3260939dc61e410d4eaa5ee4eb184f0830ae55)
 

Author SHA1 Message Date
Reimar Döffinger 7fc58b1eeb Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, 15 years ago
Reimar Döffinger 5755bc88e5 Check if PIC is somehow already enabled (e.g. a compiler that enables it by default). 15 years ago
Vitor Sessak 00fa73f052 Avoid variable-length array use in ff_acelp_lspd2lpc() 15 years ago
Michael Niedermayer dccda293a0 Add a NULL pointer check to avcodec_close() this should prevent a segfault 15 years ago
Måns Rullgård 7c4a001a33 configure: whitespace cosmetics 15 years ago
Reimar Döffinger 260dfb1a3c patcheck: check that pix_fmt etc. initializers are const 15 years ago
Justin Ruggles b00803e0ae fix a rounding error in the PSNR calculation and update the many regression 15 years ago
Reimar Döffinger a7b9c8aefd Attempt to document the "enable pic" hackery for OpenBSD. 15 years ago
Ronald S. Bultje c47ca25e74 Make get_bits_left() available for use in libavcodec (was previously held 15 years ago
Ronald S. Bultje b1ade3d182 And on the sixth day, God gave us the <= operand, which makes the loop 15 years ago
Stefano Sabatini 5c3c0e3f2e Fix crop filter start_frame() for paletted formats different from 15 years ago
Stefano Sabatini dd18b301f4 Enable linking of parseutils.o. 15 years ago
Reimar Döffinger f6e8140941 Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway, 15 years ago
Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Carl Eugen Hoyos 66ddc150f0 Increase default value for max_analyze_duration, fixes issue 1506, a regression. 15 years ago
Carl Eugen Hoyos 0f87b77176 Use enum instead of integer types where appropriate. 15 years ago
Carl Eugen Hoyos 80454494de Use CODEC_ID_NONE instead of 0 for enum CodecID. 15 years ago
Carl Eugen Hoyos adadf26bb9 Use enum FrameType as parameter to construct_perm_table(). 15 years ago
Carl Eugen Hoyos b411dfff4c Use enum PixelFormat instead of int for srcFormat and dstFormat. 15 years ago
Stefano Sabatini ac74dfa436 Fix start_frame(), which was issuing chroma artifacts with planar 15 years ago
Reimar Döffinger 5f36d94d9d Set -DPREFIX for yasm simply whenever extern_prefix is set instead 15 years ago
Michael Niedermayer a16f80f392 Remove unused variable. 15 years ago
Reimar Döffinger a34ebe60e9 Always add -DPIC to YASM flags when pic is enabled. 15 years ago
Baptiste Coudurier 609d864611 move code to avoid forward declaration 15 years ago
Baptiste Coudurier b3f9f7a333 Let pmt override stream info when encoutered later in the ts file. 15 years ago
Justin Ruggles 187bc061e4 ac3dec: revert r20089. The change was just wrong. 10l for me. 15 years ago
Carl Eugen Hoyos 28f008a9d3 Support some LATM AAC streams (they can be decoded with MPlayer). 15 years ago
Justin Ruggles 1a15ab4920 Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. 15 years ago
Michael Niedermayer f3001e0dee Simpliy exp*table init, based on patch by reimar. 15 years ago
Stefano Sabatini 2e0a80a128 Document sws_freeContext(). 15 years ago
Baptiste Coudurier a4cb56aaf4 change \0xa9enc tag metadata name to encoder to match id3v2 15 years ago
Kostya Shishkov 0d32307dd2 10l: WavPack demuxer forgot to seek back to initial position after block 15 years ago
Stefano Sabatini 3fa70a3bc8 Add pixel format descriptors for the HW-accelerated formats. 15 years ago
Måns Rullgård 64de20d18b PPC: make inline asm xform address test work with Apple tools 15 years ago
Måns Rullgård ffa3bd54da IA64: do not automatically enable hardcoded tables if explicitly disabled 15 years ago
Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 years ago
Gordon Irlam 9cad7e2193 Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam 15 years ago
Baptiste Coudurier bddc2df52e 10l, typo 15 years ago
Kostya Shishkov 7aa2d42db6 If custom sampling rate is set in WavPack file, parse first block to find 15 years ago
Kostya Shishkov aa926a480f Initialize block_parsed before reading first block header in WavPack demuxer, 15 years ago
Baptiste Coudurier c2564699bf do not redundantly set stream nb_frames, it's already set in read_stts 15 years ago
Baptiste Coudurier e745272196 compute dts shift with ctts value, cslg atom might be missing, fix #419 15 years ago
Baptiste Coudurier fedb1eca07 check that duration is set to avoid fpe 15 years ago
Baptiste Coudurier 507330b9d3 warn if stream timescale is not set and set it to 1 to avoid FPE 15 years ago
Reynaldo H. Verdejo Pinochet 87e76ae0bd Corrects two typos 15 years ago
Reynaldo H. Verdejo Pinochet a8e1cbaf18 Decrement probe score at unsuported bpp 15 years ago
Baptiste Coudurier 55d2e32a40 fix \0xa9wrt metadata, to composer, fix issue #1501 15 years ago
Reynaldo H. Verdejo Pinochet 136086523f Correct double include introduced by r20450 15 years ago
Vitor Sessak c902340599 Reduce stack memory allocation in MP3 decoder 15 years ago