22469 Commits (09b67cc4bd4e7b587af346cef5eccf786b956674)
 

Author SHA1 Message Date
  Kostya Shishkov 09b67cc4bd cosmetics: add an empty line between variable declarations and code 16 years ago
  Kostya Shishkov 1cf3168516 Indeo Video Interactive 4 and 5 common code and DSP functions. 16 years ago
  Ramiro Polla b0f36ee1cd Revert commits 21227, 21441, and 21442. None of this is necessary now that we 16 years ago
  Reimar Döffinger 800274f871 Make VP5 and VP6 decoders output a qscale table to allow for more automatic 16 years ago
  Ronald S. Bultje 5e4e9042c4 Add no_repeat_mask option, so that single-pulse vectors can also be 16 years ago
  Robert Swain 4a27f326c5 Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec 16 years ago
  Baptiste Coudurier 012dc2c426 Remove MAX_STREAMS usage in ogg and mxf muxers 16 years ago
  Måns Rullgård 402d55eef1 Set target_path to $(PWD) by default 16 years ago
  Måns Rullgård 6c88973a75 Add AV_COPY32 16 years ago
  Måns Rullgård 788627dea6 Define av_alias if supported by compiler 16 years ago
  Måns Rullgård dffb41b953 Check for may_alias gcc attribute support 16 years ago
  Laurent Aimar 68a4d3498f vp56: check buffer size to fix a potential segfault 16 years ago
  Måns Rullgård 8be0a5c384 Move ECFLAGS so it doesn't get added multiple times 16 years ago
  Justin Ruggles 2c2cdc0bfb Simplify error handling by processing header errors separate from CRC and 16 years ago
  Reimar Döffinger 836fc77785 Move variable declaration to block where it is used and simplify code. 16 years ago
  Rafaël Carré dd0cd3d273 Export H264 profile and level in AVCodecContext. 16 years ago
  Reimar Döffinger 88517e9f9d Extract duplicated code into a separate function. 16 years ago
  Måns Rullgård 604b2f5276 Append ECFLAGS to CFLAGS 16 years ago
  Michael Niedermayer 34032e26ab factorize first filter call out, this makes the code somewhat 16 years ago
  Jai Menon ecc544debd ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id 16 years ago
  Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 16 years ago
  Jai Menon 90d0379f5e Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 16 years ago
  Ronald S. Bultje 52ed8d0efe Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. 16 years ago
  Måns Rullgård 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 16 years ago
  Rafaël Carré e9ca315dd1 Initialize thread_context[0] with h264 parser context. 16 years ago
  Michael Niedermayer 592e03a8da Change wraper functions to always inline, they are faster now that way. 16 years ago
  Michael Niedermayer 5364db2893 indent 16 years ago
  Michael Niedermayer 2cf0d46d4c Restructure check_mv() 16 years ago
  Michael Niedermayer fabd704b37 Restructure if() in check_mv() 16 years ago
  Michael Niedermayer ca7c784fdf Unroll loops in check_mv() 16 years ago
  Michael Niedermayer e814817b74 Factor mv/ref compare code out. 16 years ago
  Daniel Kristjansson 31277aebd9 Use av_mallocz in url_open_protocol for URLContext. 16 years ago
  Michael Niedermayer 12f1b1fec4 Remove last MAX_STREAMS from avienc.c 16 years ago
  Måns Rullgård 14ca9cd0b0 configure: consolidate compiler-specific optimisation settings 16 years ago
  Michael Niedermayer b4f0e04c99 Introduce AVIStream struct and move stream based variables to it. 16 years ago
  Michael Niedermayer 3b84924516 Simplify first edge filter condition. 16 years ago
  Michael Niedermayer b6302d0c55 Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy 16 years ago
  Michael Niedermayer 0a32508d90 Make the fast loop filter path work with unavailable left MBs. 16 years ago
  Michael Niedermayer b304767301 get rid of the start variable. 16 years ago
  Michael Niedermayer 980bcc554d Unroll main loop so the edge==0 case is seperate. 16 years ago
  Stefano Sabatini 695f7de6a4 Declare variable "version" in the PRINT_LIB_VERSION() macro if block, 16 years ago
  Carl Eugen Hoyos 39c6b3f54c Support demuxing Blu-ray subtitles in matroska files. 16 years ago
  Ronald S. Bultje 88248b76af Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). 16 years ago
  Rafaël Carré 881b5b80da Fix svq3_* function declarations. 16 years ago
  Måns Rullgård e3d8807315 SVQ1: 4-byte-align codebook tables 16 years ago
  Reimar Döffinger 7e2ef1b9e1 Fix possible crashes in mlp parser, it tries to go back 7 bytes after 16 years ago
  Reimar Döffinger d780511b94 Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the 16 years ago
  Michael Niedermayer d30a8beb99 Fix duration calculation in the presence of a single wraping of the timeline. 16 years ago
  Jai Menon ad5cc780c0 Schedule an increase in the maximum number of streams 16 years ago
  Jai Menon 60402344af ffmpeg.c : Increase static limit on the maximum number of 16 years ago