21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Sascha Sommer 85fecafe49 add decode_coeffs() 15 years ago
Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 15 years ago
Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 15 years ago
Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 15 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 15 years ago
Stephen Backway 4a3178b012 Always allocate a buffer of AVPALETTE_SIZE for palette in the 15 years ago
Reimar Döffinger 7f4fca038d Increase maximum encoded subtitle size from 64 kB to 1 MB. 15 years ago
Reimar Döffinger 63a78ef131 100l typo, xsub encoder printed end time hours where minutes should have been. 15 years ago
Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 15 years ago
Reimar Döffinger 8b03c014f0 Make sure that start_display_time is 0 by moving its value onto pts. 15 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 15 years ago
Reimar Döffinger d5a30f86d4 Reindent. 15 years ago
Reimar Döffinger c7d28f4388 Remove now dead code. 15 years ago
Reimar Döffinger b02316146b Apply r19642 also pgssubdec: 15 years ago
Måns Rullgård a13e687034 mdec: remove unused members from struct MDECContext 15 years ago
Måns Rullgård dd36b88b46 Remove explicit init to zero of static inv_zigzag_direct16 15 years ago
Diego Biurrun b979e4a289 whitespace cosmetics 15 years ago
Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 15 years ago
Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 15 years ago
Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 15 years ago
Stephen Backway c58b82a29b Add Bluray Subtitle Support 15 years ago
Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 15 years ago
Måns Rullgård cf5ec60740 mpegts: change variable-length array to fixed length 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
Aurelien Jacobs 429eeecd5a matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 15 years ago
Aurelien Jacobs e26444079c matroskadec: factorize some code 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
Ramiro Polla 89fb9516af swscale-example: Rename src->ref so as to not confuse with src being used in doTest(). 15 years ago
Ramiro Polla 7da35acdab swscale-example: Use SWS_BILINEAR instead of hardcoded value. 15 years ago
Måns Rullgård d98fe8ecf5 Add myself as maintainer for AVR32 and MIPS 15 years ago
Måns Rullgård 98ef60791d configure: fix filter() function when matching multiple patterns 15 years ago
Måns Rullgård bce7b696a2 Add PIC flags early so tests they affect give correct results 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
Måns Rullgård 566ae9fbc2 configure: simplify directory creation for out of tree builds 15 years ago
Måns Rullgård b7c10b2a2b Fix dependency generation for yasm assembler files 15 years ago
Vitor Sessak 7bd4733588 TwinVQ decoder 15 years ago
Ramiro Polla a48ce2c3a7 Fix inconsistent indentation. 15 years ago
Ivan Schreter a8dd8dc6e9 Use generic multi-stream key frame finding routine to implement read_seek2 and map 15 years ago
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 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
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 15 years ago
Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago