9960 Commits (6aa333471c95587dffd83580b4e58c52245dbc79)

Author SHA1 Message Date
Stephen Backway c58b82a29b Add Bluray Subtitle Support 15 years ago
Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables 15 years ago
Vitor Sessak ce78113d5a Cosmetics: add some whitespace around operators 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers 15 years ago
Diego Biurrun 1feec476aa Add missing header to fix 'make checkheaders'. 15 years ago
Måns Rullgård c7312933ce Include required headers in {mips,ppc}/mathops.h 15 years ago
Måns Rullgård 95f2c769c3 Skip headers requiring external libs not present in checkheaders 15 years ago
Vitor Sessak 7bd4733588 TwinVQ decoder 15 years ago
Loren Merritt 50b1785a57 bring back some randomness in fft-test. (regression in r18070) 15 years ago
Sascha Sommer 31c57185c5 Add some more wmapro decoder hunks 15 years ago
Diego Biurrun 7056883be9 Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. 15 years ago
Reimar Döffinger f2d702e109 Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 15 years ago
Diego Biurrun da47f0eecb Add missing #includes to pass 'make checkheaders'. 15 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago
Måns Rullgård 90d43b52e1 Get rid of large stack array in rd8x8_c() 15 years ago
Måns Rullgård 0314dead4e eval: replace variable-length array with av_malloc/free 15 years ago
Måns Rullgård 8313e17976 flacdec: change variable-length array to fixed length 15 years ago
Måns Rullgård b7904f78c1 AVR32: optimised mathops.h 15 years ago
Alex Converse 0cc4701a3a Use the AOT enum instead of integer literals for setting and comparing audio 15 years ago
Alex Converse 8ba939d702 Mark the AOT escape value as supported. 15 years ago
Alex Converse 08dac48d61 Add USAC and SAOC AOTs to the AudioObjectType enum. 15 years ago
Anuradha Suraparaju d15f2e00c5 Fix bug caused by difference in stride and picture width. 15 years ago
Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
Diego Biurrun c64380009d Drop some more useless braces around if/for constructs. 15 years ago
Diego Biurrun e6cb49bfa9 Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. 15 years ago
Colin McQuillan bb937155ec Add a function that can apply an order 2 rational transfer function in-place. 15 years ago
Diego Biurrun 735a38045a Remove useless braces around if/for/while expressions. 15 years ago
Diego Biurrun 7c809dc3e2 Simplify 'if' condition statements. 15 years ago
Reimar Döffinger cea0b5272d Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. 15 years ago
Reimar Döffinger 4a3190ed40 Reindent. 15 years ago
Reimar Döffinger fd35d6d097 Remove code that is now dead. 15 years ago
Reimar Döffinger 90ea6fce1e Simplify initialization of AVSubtitle by using memset. 15 years ago
Reimar Döffinger df47d24501 Make sure AVSubtitle is initialized, memset it to 0. 15 years ago
Reimar Döffinger ffbe087b58 Fix cmd_pos bounds check to avoid the overflow case. 15 years ago
Carl Eugen Hoyos 84c1b149b2 Fix typo. 15 years ago
Måns Rullgård 9ae443f420 10L: remove instruction left over from debugging 15 years ago
Måns Rullgård e814015d69 ARM: NEON optimised vorbis_inverse_coupling 15 years ago
Colin McQuillan d4d6ae1603 Add ff_celp_circ_addf() function to be used for sparse vector circular 15 years ago
Shehzad Salim 51fdb6f08d Fix a memleak with win32 threads: the handle returned by _beginthreadex 15 years ago
Alexis Ballier ffd38d8b64 Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native 15 years ago
Loren Merritt d094052c8e fix a crash in SVQ1 with cmp!=sad 15 years ago
Diego Biurrun 10f840bd57 Remove pointless #ifdefs from conditionally used files. 15 years ago
Måns Rullgård 87a920c6bf eval: include libavutil/mathematics.h for NAN and M_PI 15 years ago
Måns Rullgård 9a88c1dfa8 eval: include our headers after system headers 15 years ago
Diego Biurrun 547d205545 Remove commented-out cruft. 15 years ago
Diego Biurrun 1746e2a936 Make WMV2 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun c37de5e194 Make MPEG-4 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 665507aac2 Make WMV1 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 0bd485300e Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. 16 years ago