summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-309-21/+300
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-303-19/+40
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-301-0/+6
* Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje2010-03-301-23/+32
* configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange2010-03-301-1/+2
* Replace @returns by @return.Benoit Fouet2010-03-3015-23/+23
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-303-8/+21
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-301-1/+1
* Add missing entry for the YOP demuxer and video decoder addition.Stefano Sabatini2010-03-291-0/+1
* Document url_exist().Stefano Sabatini2010-03-291-0/+5
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-299-2/+485
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-294-2/+2
* Add some documentation about the table generation code.Reimar Döffinger2010-03-291-0/+57
* Fix indentation.Reimar Döffinger2010-03-291-4/+4
* Some spelling fixes.Reimar Döffinger2010-03-291-4/+4
* Simplify interleaving code.Ronald S. Bultje2010-03-291-5/+3
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-291-3/+13
* Cosmetics : add a space after ",".Jai Menon2010-03-291-1/+1
* indentLoren Merritt2010-03-291-53/+53
* optimize init_vlc().Loren Merritt2010-03-291-67/+107
* Update x264 presets in line with latest x264 changes.Lou Logan2010-03-296-6/+52
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-281-3/+11
* Add myself as co-maintainer of tta.cJai Menon2010-03-281-1/+1
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-281-0/+4
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-286-3/+225
* Document url_seek().Stefano Sabatini2010-03-281-0/+15
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-282-0/+7
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-284-9/+13
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-281-3/+3
* correct first pts for ogg skeletonAurelien Jacobs2010-03-281-0/+2
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-271-0/+1
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-271-4/+6
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-271-3/+4
* misc wording and grammar fixesDiego Biurrun2010-03-271-14/+13
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-271-2/+3
* Clarify where the list of supported formats is.Diego Biurrun2010-03-271-2/+2
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-271-1/+1
* Clarify which parts of libswscale remain GPL.Diego Biurrun2010-03-271-1/+2
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-275-74/+59
* Use av_strerror() in print_error().Stefano Sabatini2010-03-261-26/+4
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-2612-0/+12
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-263-1/+10
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-261-0/+7
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-261-1/+1
* h264: Use + instead of | in some placesAlexander Strange2010-03-261-8/+8
* libxvid: Clear extradata pointer when freeing it.Ramiro Polla2010-03-261-1/+1
* h264: Remove unused function argumentAlexander Strange2010-03-261-4/+4
* h264: Simplify decode_cabac_residual() specializationAlexander Strange2010-03-261-17/+6
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-261-1/+7
* Reorder platform sections alphabetically.Diego Biurrun2010-03-261-9/+9
OpenPOWER on IntegriCloud