summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-26
* vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-26
* vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-26
* vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-26
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-26
* rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-25
* lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles2012-07-25
* vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-25
* vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-25
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-25
* rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-25
* rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-25
* rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-25
* doc: Update the description of the rtmp_tcurl optionSamuel Pitoiset2012-07-25
* rtmp: Make the description of the rtmp_tcurl option more genericSamuel Pitoiset2012-07-25
* libfdk-aacenc: add LATM/LOAS encapsulation supportKieran Kunhya2012-07-25
* sctp: add port missing error messageJordi Ortiz2012-07-25
* tcp: add port missing error messageJordi Ortiz2012-07-25
* avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-25
* rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö2012-07-24
* rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset2012-07-24
* aac: Mention abbreviation as well in long_nameDiego Biurrun2012-07-24
* build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun2012-07-24
* doc: Add Git configuration sectionDiego Biurrun2012-07-23
* configure: Add a dependency on https for rtmptsMartin Storsjö2012-07-24
* rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino2012-07-24
* v410dec: Implement explode mode supportDerek Buitenhuis2012-07-23
* zerocodec: fix direct rendering.Reimar Döffinger2012-07-23
* wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2012-07-23
* wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes2012-07-23
* h264: refactor NAL decode loopRonald S. Bultje2012-07-23
* RTMPTE protocol supportSamuel Pitoiset2012-07-23
* RTMPE protocol supportSamuel Pitoiset2012-07-23
* rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset2012-07-23
* rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset2012-07-23
* swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje2012-07-22
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* vc1: Add a test for interlaced field picturesMashiat Sarker Shakkhar2012-07-22
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-23
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-22