17352 Commits (796dff07de606bae25815a615932d162b708169d)
 

Author SHA1 Message Date
Stefano Sabatini 796dff07de Drop the deprecated av_init_random() at the next libavutil major bump. 16 years ago
Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs 48a81c0ff5 replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag 16 years ago
Stefano Sabatini b097312492 Deprecate av_init_random() in favour of av_random_init(), with a more natural 16 years ago
Stefano Sabatini ef4c0bb1dc Implement a var for containing the current year number rather than 16 years ago
Måns Rullgård 77c4537313 ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change 16 years ago
Måns Rullgård c0a02a3e47 Alpha: add -mieee to CFLAGS 16 years ago
Måns Rullgård fd6045bae5 Alpha: fix pix_abs16 16 years ago
Måns Rullgård 27a9466b21 configure: add fastdiv to CONFIG_LIST 16 years ago
Aurelien Jacobs 0e169d16f1 matroskadec: merge ByteIOContext declarations at upper level 16 years ago
Aurelien Jacobs 68a71451f6 matroskadec: parse the WAVEFORMATEX header and discard it from extradata 16 years ago
Jason Garrett-Glaser 5a44906d8e Fix 10L in r16670 (broke deblocking code) 16 years ago
Jason Garrett-Glaser 0a359cf157 Faster VC-1 C loopfilter using lots of xor magic 16 years ago
Måns Rullgård 2a839eeb02 dct-test: add Alpha idct 16 years ago
Måns Rullgård 179c56b879 Alpha: add ff_ prefix to idct functions 16 years ago
Måns Rullgård 7d95741f83 Alpha: indentation 16 years ago
Måns Rullgård 74c4746344 Alpha: proper IDCT selection 16 years ago
Måns Rullgård c2fbf89398 Alpha: add some const, kill some warnings 16 years ago
Baptiste Coudurier b4097b13d4 add jp2 formater in image2 muxer 16 years ago
Baptiste Coudurier aa91562501 jpeg2k is intra only codec 16 years ago
David Conrad d43b26ea13 Copy width/height for subtitle streams (needed for scodec copy of mov/mp4 16 years ago
Måns Rullgård 9dbd3ed6c3 Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp 16 years ago
Måns Rullgård 1617220799 Alpha: fix dct_unquantize_h263_inter/intra_axp() 16 years ago
Baptiste Coudurier 2323ac0154 match format in names list separated by commas 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Vitor Sessak 8a569fee99 Use shared sine window instead of defining another one. 16 years ago
David Conrad 4bcafc9a23 Update regression tests after r16651 16 years ago
Carl Eugen Hoyos 3cd329a3b7 Fix compilation with --enable-libxvid. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
David Conrad 3194b00479 Cosmetics: indent 16 years ago
David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 16 years ago
David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 16 years ago
Carl Eugen Hoyos 0d3d172f32 Remove CODEC_ID_H264_VDPAU. 16 years ago
Stefano Sabatini 784712343c Print a warning and fail if the graph description cannot be 16 years ago
Stefan Gehrer 439c650301 remove duplicate tables 16 years ago
Ben Littler 7906f3cae1 hybrid wavpack support 16 years ago
Ben Littler e2260faa42 add LM20 mimic in avi fourcc 16 years ago
Stefan Gehrer 74a4371d74 use assignment of structure instead of memcpy 16 years ago
Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
Stefan Gehrer bef01ca08f rename XXX_t enums to cavs_XXX to fix POSIX namespace issue 16 years ago
Stefan Gehrer e685e8eada rename vector_t to cavs_vector 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
Reimar Döffinger 0c5a43d648 Merge declaration and initialization of io_buffer_size 16 years ago
Reimar Döffinger 2bdaf78c52 Make io_buffer_size unsigned to avoid a warning about comparing 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Reimar Döffinger 0e7ceb2442 Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal 16 years ago
Reimar Döffinger aa805f94c5 Use AV_WB32 instead of reimplementing it. 16 years ago
Reimar Döffinger dc2c2eea41 Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. 16 years ago