summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-131-2/+2
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-134-79/+44
* avconv: Add loop option.Alexandra Hájková2015-10-134-5/+121
* dict: Change return type of av_dict_copy()Vittorio Giovara2015-10-124-5/+16
* build: add Solaris symbol versioningSean McGovern2015-10-114-5/+363
* nullenc: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-2/+2
* yuv4mpeg: Use the wrapped avframe pseudo-encoderLuca Barbato2015-10-101-12/+11
* wrapped_avframe: Initial implementationLuca Barbato2015-10-106-1/+85
* libopenh264enc: Added max_nal_size optionMario Gasparoni2015-10-091-0/+28
* asfdec: do not skip padding if offset is above packet size - paddingAlexandra Hájková2015-10-081-3/+6
* cabac: Make CABAC states hardcodedAnton Khirnov2015-10-085-111/+129
* w32pthreads: Load dynamically loaded functions on demandHendrik Leppkes2015-10-071-0/+10
* w32pthreads: Add pthread_once emulationHendrik Leppkes2015-10-071-0/+73
* avconv: Do not try to configure filter outputs without streamsLuca Barbato2015-10-071-2/+6
* configure: When disabling a library disable all the related componentsLuca Barbato2015-10-071-5/+36
* dcadec: reorganise context dataAlexandra Khirnova2015-10-072-159/+187
* g2m: Relax resolution change constraintsVittorio Giovara2015-10-071-2/+1
* mmaldec: be more tolerant against MMAL not returning decoded outputwm42015-10-041-2/+14
* mmaldec: refactor to have more context per MMAL input bufferwm42015-10-041-9/+10
* avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-041-17/+21
* rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara2015-10-041-2/+4