summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-10
| * vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-10
| * vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-10
| * vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-10
| * http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-10
| * sunrast: Check for invalid/corrupted bitstreamLaurent Aimar2011-11-10
| * http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
| * http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-10
| * avconv: remove some codec-specific hacksAnton Khirnov2011-11-10
| * crypto: add decoding flag to options.Anton Khirnov2011-11-10
| * tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
| * http: use different classes for http and https.Anton Khirnov2011-11-10
| * http: Change an error log message to a warningMartin Storsjö2011-11-10
| * http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-10
| * mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
| * rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
| * http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-10
| * crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-10
| * avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-10
| * avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-09
* | cook: fix apparent typo in extradata parsingK.Y.H2011-11-11
* | golomb: Fix overread in get_ur_golomb_jpegls()Nir Ben David2011-11-10
* | doc: update examples to use -b:v or -b:aLou Logan2011-11-10
* | Fix some 1bit bmp samples, they are palletised.Carl Eugen Hoyos2011-11-10
* | ffmpeg: update timestamping code to handle frame threadsMichael Niedermayer2011-11-10
* | mpeg4videodec: fix lml4 and frame threading without -vsync 0Michael Niedermayer2011-11-10
* | lavc: update AVCodecContext.delay documentationMichael Niedermayer2011-11-10
* | pthreads: export the delay that was previously exported by mangling has_b_fra...Michael Niedermayer2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-10
|\|
| * avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
| * ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles2011-11-09
| * smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-09
| * smackaud: clip output samplesJustin Ruggles2011-11-09
| * smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-09
| * sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-09
| * sipr: set mode based on block_align instead of bit_rateJustin Ruggles2011-11-09
| * sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles2011-11-09
| * ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-09
| * udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
| * VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-09
| * vc1dec: move an if() block.shahriman AMS2011-11-09
| * vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-09
| * vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-09
| * vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-09
| * lavf: don't leak corrupted packetsAndrey Utkin2011-11-09
* | vf_fade: reindent after previous commitStefano Sabatini2011-11-10
* | vf_fade: add alpha option and alpha fading supportMark Himsley2011-11-10
* | vf_fade: add support to options parsingMark Himsley2011-11-10
* | lowercase FRWU stringami_stuff2011-11-09
* | vda: set destination image buffer attributes.Sebastien Zwickert2011-11-09