summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-2680-158/+174
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-263-5/+8
* avprobe: Unref the packet once it is usedLuca Barbato2015-10-261-1/+3
* roqvideodec: use av_frame_copyHendrik Leppkes2015-10-261-5/+6
* hap: Set avctx.bits_per_coded_sampleTom Butterworth2015-10-251-0/+3
* cmdutils: Check for and report the correct codec capabilityVittorio Giovara2015-10-251-2/+2
* screenpresso: Drop parameter change checkVittorio Giovara2015-10-251-17/+12
* mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-251-4/+16
* mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-251-2/+0
* mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-251-3/+2
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-2311-1/+308
* kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen2015-10-238-2/+338
* mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-231-3/+10
* img2enc: Make sure the images are atomically writtenLuca Barbato2015-10-231-2/+5
* libx264: Make sure the extradata are paddedLuca Barbato2015-10-231-1/+1
* movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
* rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-231-3/+1
* lavc: Deprecate AVPicture structure and related functionsVittorio Giovara2015-10-223-30/+25
* utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-221-9/+10
* avplay: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-41/+25
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-2112-75/+166
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-219-15/+30
* nuv: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-3/+6
* dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-6/+9
* roqvideodec: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-2/+5
* rawdec: Replace avpicture functions with imgutilsLuca Barbato2015-10-211-12/+14
* rawenc: Replace avpicture functions with imgutilsLuca Barbato2015-10-211-3/+7
* msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-216-8/+8
* APIchanges: Fill in missing dates and hashesVittorio Giovara2015-10-191-29/+29
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-167-0/+307
* qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-164-5/+111
* qsvenc: cosmetics, reindentAnton Khirnov2015-10-161-33/+33
* qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov2015-10-161-5/+4
* qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-162-5/+34
* w32pthreads: fix mingw build on x86 with -msse2 or higherHendrik Leppkes2015-10-161-0/+5
* wrapped_avframe: Drop a now-unused variableLuca Barbato2015-10-161-1/+0
* mpeg12: Unbreak building stale codeLuca Barbato2015-10-161-1/+1
* aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-35/+49
* fate: Move screenpresso to the appropriate screen capture fileVittorio Giovara2015-10-152-3/+3
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-156-6/+6
* cmdutils: Print general codec capabilitiesVittorio Giovara2015-10-151-0/+29
* cmdutils: Add auto to threading capabilities reportVittorio Giovara2015-10-151-2/+4
* h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-142-1/+9
* thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-141-0/+17
* dxva: Include last the internal headerLuca Barbato2015-10-144-4/+20
* httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin2015-10-141-9/+10
* rtmpproto: Write correct flv packet sizes at the end of packetsMichael Niedermayer2015-10-141-3/+4
* mimic: drop AVPicture usagewm42015-10-141-17/+14
* libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-143-25/+28
* qtrle: Properly use AVFrame APIVittorio Giovara2015-10-141-8/+13
OpenPOWER on IntegriCloud