summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* ffmpeg.c : Increase static limit on the maximum number ofJai Menon2010-01-27
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-27
* Revert Revision: 21362Michael Niedermayer2010-01-27
* Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer2010-01-27
* Update comment.Michael Niedermayer2010-01-27
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Prettify PRINT_LIB_VERSION macroMåns Rullgård2010-01-27
* Get rid of ifdeffery for printing library versions and configurationsMåns Rullgård2010-01-27
* Emit CONFIG_AVUTIL for completenessMåns Rullgård2010-01-27