summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-30
* Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla2010-01-29
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-29
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
* Set target_path to $(PWD) by defaultMåns Rullgård2010-01-29
* Add AV_COPY32Måns Rullgård2010-01-29
* Define av_alias if supported by compilerMåns Rullgård2010-01-29
* Check for may_alias gcc attribute supportMåns Rullgård2010-01-29
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-28
* Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård2010-01-28
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-28
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-28
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-28
* Append ECFLAGS to CFLAGSMåns Rullgård2010-01-28
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-28
* ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon2010-01-28
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-28
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-28
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-28
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-28
* indentMichael Niedermayer2010-01-28
* Restructure check_mv()Michael Niedermayer2010-01-28
* Restructure if() in check_mv()Michael Niedermayer2010-01-28
* Unroll loops in check_mv()Michael Niedermayer2010-01-28
* Factor mv/ref compare code out.Michael Niedermayer2010-01-28
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* configure: consolidate compiler-specific optimisation settingsMåns Rullgård2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Simplify first edge filter condition.Michael Niedermayer2010-01-28
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-28
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-28
* get rid of the start variable.Michael Niedermayer2010-01-28
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-28
* Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini2010-01-27
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-27
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-27
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27