22484 Commits (64ad53ff5b6dda9532262efe0c2c1698b5a495c2)
 

Author SHA1 Message Date
Carl Eugen Hoyos 64ad53ff5b Disable Altivec for processors older than G4. 15 years ago
Stefano Sabatini 80a07f6e47 Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). 15 years ago
Ancoron Luciferis 7b0b81a16d PPC: allow --cpu=E500[v2] 15 years ago
Måns Rullgård 5634889107 configure: match PPC CPU types case insensitively 15 years ago
Måns Rullgård 9b86137908 Set target_path to $(CURDIR) 15 years ago
Michael Niedermayer 4e992796a9 Replace h->left_type[0] by the local variable for it we have. 15 years ago
Michael Niedermayer 012dbcce08 slightly faster bit trickery. 15 years ago
Michael Niedermayer 77821e11b3 Replace ?: by branchless code. 15 years ago
Stefano Sabatini 7dac0c4379 Fix randomness of the swscale-test output. 15 years ago
Daniel Verkamp 2a33c673b1 Set duration in Smacker demuxer 15 years ago
Daniel Verkamp 895ab7489b Demux Bink audio in Smacker files 15 years ago
Daniel Verkamp 4e5f42dd79 Add Bink codec IDs 15 years ago
Kostya Shishkov adb5496146 another 10l: forgot to change parent condition as well 15 years ago
Kostya Shishkov b381a823cd 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning 15 years ago
Kostya Shishkov 0b6b10d9da Make RTMP send/receive packet functions report number of bytes read or sent. 15 years ago
Kostya Shishkov 09b67cc4bd cosmetics: add an empty line between variable declarations and code 15 years ago
Kostya Shishkov 1cf3168516 Indeo Video Interactive 4 and 5 common code and DSP functions. 15 years ago
Ramiro Polla b0f36ee1cd Revert commits 21227, 21441, and 21442. None of this is necessary now that we 15 years ago
Reimar Döffinger 800274f871 Make VP5 and VP6 decoders output a qscale table to allow for more automatic 15 years ago
Ronald S. Bultje 5e4e9042c4 Add no_repeat_mask option, so that single-pulse vectors can also be 15 years ago
Robert Swain 4a27f326c5 Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec 15 years ago
Baptiste Coudurier 012dc2c426 Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
Måns Rullgård 402d55eef1 Set target_path to $(PWD) by default 15 years ago
Måns Rullgård 6c88973a75 Add AV_COPY32 15 years ago
Måns Rullgård 788627dea6 Define av_alias if supported by compiler 15 years ago
Måns Rullgård dffb41b953 Check for may_alias gcc attribute support 15 years ago
Laurent Aimar 68a4d3498f vp56: check buffer size to fix a potential segfault 15 years ago
Måns Rullgård 8be0a5c384 Move ECFLAGS so it doesn't get added multiple times 15 years ago
Justin Ruggles 2c2cdc0bfb Simplify error handling by processing header errors separate from CRC and 15 years ago
Reimar Döffinger 836fc77785 Move variable declaration to block where it is used and simplify code. 15 years ago
Rafaël Carré dd0cd3d273 Export H264 profile and level in AVCodecContext. 15 years ago
Reimar Döffinger 88517e9f9d Extract duplicated code into a separate function. 15 years ago
Måns Rullgård 604b2f5276 Append ECFLAGS to CFLAGS 15 years ago
Michael Niedermayer 34032e26ab factorize first filter call out, this makes the code somewhat 15 years ago
Jai Menon ecc544debd ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id 15 years ago
Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
Jai Menon 90d0379f5e Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 15 years ago
Ronald S. Bultje 52ed8d0efe Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. 15 years ago
Måns Rullgård 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 15 years ago
Rafaël Carré e9ca315dd1 Initialize thread_context[0] with h264 parser context. 15 years ago
Michael Niedermayer 592e03a8da Change wraper functions to always inline, they are faster now that way. 15 years ago
Michael Niedermayer 5364db2893 indent 15 years ago
Michael Niedermayer 2cf0d46d4c Restructure check_mv() 15 years ago
Michael Niedermayer fabd704b37 Restructure if() in check_mv() 15 years ago
Michael Niedermayer ca7c784fdf Unroll loops in check_mv() 15 years ago
Michael Niedermayer e814817b74 Factor mv/ref compare code out. 15 years ago
Daniel Kristjansson 31277aebd9 Use av_mallocz in url_open_protocol for URLContext. 15 years ago
Michael Niedermayer 12f1b1fec4 Remove last MAX_STREAMS from avienc.c 15 years ago
Måns Rullgård 14ca9cd0b0 configure: consolidate compiler-specific optimisation settings 15 years ago
Michael Niedermayer b4f0e04c99 Introduce AVIStream struct and move stream based variables to it. 15 years ago