24575 Commits (7bfc8ae69f1a9ff58a238c0839813a54a563d4f1)
 

Author SHA1 Message Date
Måns Rullgård 7bfc8ae69f configure: add 'warn' function 15 years ago
Måns Rullgård 5113b3bd5c tta: replace potentially huge VLAs with malloc/free in context 15 years ago
Luca Barbato 1f563bfa15 Remove typo: s/ingore/ignore/ 15 years ago
Thad Ward 741b5fd44a Set an opaque alpha value when decoding rgba ffv1. 15 years ago
Måns Rullgård 30cdfb49b4 asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() 15 years ago
Måns Rullgård dd93649b71 Remove VLA in ff_kbd_window_init, limit window size to 1024 15 years ago
Måns Rullgård 796cea09b6 vp6: convert VLA to fixed size 15 years ago
Vitor Sessak 89c7d8058c Fix compilation on x64. 15 years ago
Vitor Sessak 57dbd12b6d Fix asm constraints in apply_window() 15 years ago
Måns Rullgård 986f143a38 alac: change VLAs to fixed size 15 years ago
Vitor Sessak bc2b368215 SSE-optimized MP3 floating point windowing functions 15 years ago
Alexei Svitkine 3bb96f914e Correctly return EOF for smacker videos 15 years ago
Francesco Lavra 31ed3f1f1d Fix dependencies for the ra_144 encoder 15 years ago
Måns Rullgård 5262f7ed1d snow: remove unused parameter to mc_block() 15 years ago
Stefan Gehrer 8f910a5621 avoid conditional and division in chroma MV calculation 15 years ago
Måns Rullgård 79aec75792 flacenc: convert VLA to fixed size 15 years ago
Vitor Sessak 47ba787442 Move float-specific function to mpegaudiodec_float.c 15 years ago
Vitor Sessak 9dac6dbb22 Remove pointless condition in #if 15 years ago
Alex Converse d6e0080175 Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. 15 years ago
Alex Converse e29af81818 aactab: Tablegenify ff_aac_pow2sf_tab. 15 years ago
Jason Garrett-Glaser 2966cc1849 Update x264asm header files to latest versions. 15 years ago
Ronald S. Bultje 44c70a9b3d Fix a typo, spotted by Diego. 15 years ago
Ronald S. Bultje db7d307f5c Add missing changelog entry for VP8 decoder. 15 years ago
Diego Biurrun c1bffe25fa Add required #includes to pass 'make checkheaders'. 15 years ago
Martin Storsjö 02174293c6 Reindent 15 years ago
Martin Storsjö ed8d57665b Add all required includes to avio.h 15 years ago
Måns Rullgård 0dbfc1db21 Enable pthreads automatically unless w32threads is requested 15 years ago
Michael Niedermayer 1d4c1c3b7a Continue after guids in asf after which other guids are possible instead of skiping 15 years ago
Måns Rullgård 20843f51e7 Remove OS/2 threads support 15 years ago
Diego Pettenò a65e687b2f Add barcelona to the list of cmov/fast_cmov compatible CPUs. 15 years ago
Måns Rullgård 9f342dabc6 Remove beosthreads support 15 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 15 years ago
Stefano Sabatini 25d3445811 Rename rec_timestamp to recording_timestamp, for consistency with 15 years ago
Stefano Sabatini a2e473380b Extend documentation for the ffmpeg -timestamp option. 15 years ago
Stefano Sabatini fcd10c4f00 Mention how "now" is interpreted in the parse_date() doxy. 15 years ago
Stefano Sabatini 82fd4f4a07 Fix date specification accepted by parse_date(). 15 years ago
Jason Garrett-Glaser c31a25e79c Use right-shift instead of division by two. 15 years ago
Ronald S. Bultje 2b6a950361 Reindent after r23721. 15 years ago
Ronald S. Bultje 157cb0694a Rename PACK4x8() to PACK4UINT8(). 15 years ago
Alex Converse fd6eb4a06c Move Parametric Stereo related ps* files to aacps*. 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago
Ronald S. Bultje c6ef6e14cf Change a / 256 into a >> 8. 15 years ago
Ronald S. Bultje a815602aa3 Reindent after r23716. 15 years ago
David Conrad 3ad289fca7 Add intra prediction functions for VP8. 15 years ago
Ronald S. Bultje b39a2d19d4 Add a macro to pack 4 bytes into native byte-order so they can be written 15 years ago
David Conrad caaf098cec Make "topright" argument to pred4x4() const. 15 years ago
Ronald S. Bultje 45a1b86a05 Add av_clip_int8(), used in the upcoming VP8 decoder. 15 years ago
Alex Converse 890fe85f26 Cosmetics whitespace. 15 years ago
Benoit Fouet 1c7c0e2d40 Add missing parentheses in MKTAG and MKBETAG macros. 15 years ago
Martin Storsjö 9290f15d00 Make the http protocol open the connection immediately in http_open again 15 years ago