22458 Commits (68a4d3498f28eff3508595283074e1ed8493879d)
 

Author SHA1 Message Date
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
Michael Niedermayer 3b84924516 Simplify first edge filter condition. 15 years ago
Michael Niedermayer b6302d0c55 Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy 15 years ago
Michael Niedermayer 0a32508d90 Make the fast loop filter path work with unavailable left MBs. 15 years ago
Michael Niedermayer b304767301 get rid of the start variable. 15 years ago
Michael Niedermayer 980bcc554d Unroll main loop so the edge==0 case is seperate. 15 years ago
Stefano Sabatini 695f7de6a4 Declare variable "version" in the PRINT_LIB_VERSION() macro if block, 15 years ago
Carl Eugen Hoyos 39c6b3f54c Support demuxing Blu-ray subtitles in matroska files. 15 years ago
Ronald S. Bultje 88248b76af Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). 15 years ago
Rafaël Carré 881b5b80da Fix svq3_* function declarations. 15 years ago
Måns Rullgård e3d8807315 SVQ1: 4-byte-align codebook tables 15 years ago
Reimar Döffinger 7e2ef1b9e1 Fix possible crashes in mlp parser, it tries to go back 7 bytes after 15 years ago
Reimar Döffinger d780511b94 Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the 15 years ago
Michael Niedermayer d30a8beb99 Fix duration calculation in the presence of a single wraping of the timeline. 15 years ago
Jai Menon ad5cc780c0 Schedule an increase in the maximum number of streams 15 years ago
Jai Menon 60402344af ffmpeg.c : Increase static limit on the maximum number of 15 years ago
Måns Rullgård 87fec35d8d Add macro AV_JOIN() for joining two tokens into one 15 years ago
Michael Niedermayer 9f72b23c5c Revert Revision: 21362 15 years ago
Michael Niedermayer 3ff0daf06d Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMES 15 years ago
Michael Niedermayer 8670f84cf9 Update comment. 15 years ago
Michael Niedermayer 67b678bb40 Revert Revision: 21473 15 years ago
Måns Rullgård 5116571dcd Prettify PRINT_LIB_VERSION macro 15 years ago
Måns Rullgård 58fe804a5a Get rid of ifdeffery for printing library versions and configurations 15 years ago
Måns Rullgård dc4f5a1c3a Emit CONFIG_AVUTIL for completeness 15 years ago
Michael Niedermayer e470ef7641 Use table to speedup access to non_zero_count in MBAFF with differing interlacing. 15 years ago
Stefano Sabatini e8a9d01846 Fix misc typos, patch by 15 years ago
Måns Rullgård 97d5fa38e0 10l: fix linking 15 years ago