summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reindent.Stefano Sabatini2010-01-301-4/+4
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-301-30/+30
* Flush the bitreservour.Michael Niedermayer2010-01-301-0/+10
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-302-4/+5
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-301-5/+4
* Separate audio-only tests so they are only run onceMåns Rullgård2010-01-3029-190/+92
* Redesign packet queue full check to be more robust.Michael Niedermayer2010-01-301-6/+7
* Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.Michael Niedermayer2010-01-301-1/+1
* Remove duplicated empty line.Stefano Sabatini2010-01-301-1/+0
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-301-3/+4
* Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger2010-01-301-7/+12
* Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini2010-01-303-3/+6
* Remove duplicated word in av_strlcat() doxy.Stefano Sabatini2010-01-301-1/+1
* Add missing '()' at the end of a function name.Stefano Sabatini2010-01-301-1/+1
* Add mention to the av_get_pix_fmt() addition.Stefano Sabatini2010-01-301-0/+3
* Disable Altivec for processors older than G4.Carl Eugen Hoyos2010-01-301-0/+4
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-305-32/+59
* PPC: allow --cpu=E500[v2]Ancoron Luciferis2010-01-301-0/+8
* configure: match PPC CPU types case insensitivelyMåns Rullgård2010-01-301-9/+9
* Set target_path to $(CURDIR)Måns Rullgård2010-01-301-1/+1
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-301-2/+2
* slightly faster bit trickery.Michael Niedermayer2010-01-301-2/+2
* Replace ?: by branchless code.Michael Niedermayer2010-01-301-7/+4
* 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
OpenPOWER on IntegriCloud