summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-301-3/+3
* Set duration in Smacker demuxerDaniel Verkamp2010-01-301-0/+1
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-301-3/+11
* Add Bink codec IDsDaniel Verkamp2010-01-301-0/+3
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-301-1/+1
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-301-1/+1
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-302-4/+16
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-301-0/+1
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-304-0/+1895
* Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla2010-01-292-14/+0
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-293-0/+8
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-292-4/+6
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-293-7/+11
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-292-30/+20
* Set target_path to $(PWD) by defaultMåns Rullgård2010-01-291-1/+1
* Add AV_COPY32Måns Rullgård2010-01-291-0/+4
* Define av_alias if supported by compilerMåns Rullgård2010-01-291-0/+8
* Check for may_alias gcc attribute supportMåns Rullgård2010-01-291-0/+5
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-281-0/+4
* Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård2010-01-281-1/+2
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-281-15/+13
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-281-2/+3
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-283-1/+20
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-281-10/+13
* Append ECFLAGS to CFLAGSMåns Rullgård2010-01-281-1/+1
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-281-10/+4
* ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon2010-01-281-4/+3
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-286-1/+145
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-283-9/+9
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-281-9/+5
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-282-2/+24
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-281-1/+7
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-281-4/+4
* indentMichael Niedermayer2010-01-281-14/+14
* Restructure check_mv()Michael Niedermayer2010-01-281-6/+5
* Restructure if() in check_mv()Michael Niedermayer2010-01-281-2/+5
* Unroll loops in check_mv()Michael Niedermayer2010-01-281-14/+17
* Factor mv/ref compare code out.Michael Niedermayer2010-01-281-80/+26
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-281-1/+1
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-281-6/+12
* configure: consolidate compiler-specific optimisation settingsMåns Rullgård2010-01-281-14/+19
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-281-39/+61
* Simplify first edge filter condition.Michael Niedermayer2010-01-281-3/+1
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-281-128/+128
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-281-4/+12
* get rid of the start variable.Michael Niedermayer2010-01-281-10/+7
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-281-27/+121
* Declare variable "version" in the PRINT_LIB_VERSION() macro if block,Stefano Sabatini2010-01-271-2/+1
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-271-0/+1
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-271-1/+1
OpenPOWER on IntegriCloud