summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qsvenc: mark the encoders as INIT_CLEANUPAnton Khirnov2015-09-283-0/+3
* qsvenc: do not try to close the encoder if the session is NULLAnton Khirnov2015-09-281-1/+2
* qsvdec: list supported pixel formatsAnton Khirnov2015-09-282-0/+9
* lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
* checkasm/x86: Correctly handle variadic functionsHenrik Gramner2015-09-281-2/+5
* checkasm: Use a self-balancing treeHenrik Gramner2015-09-281-12/+47
* vdpau: fix constrained baseline fallbackwm42015-09-281-2/+1
* mpegts: use avcodec_get_type() to set codec_typewm42015-09-281-8/+1
* lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-282-14/+6
* vdpau: deprecate av_vdpau_get_profile()Rémi Denis-Courmont2015-09-282-0/+8
* dxv: Improve error messageVittorio Giovara2015-09-241-1/+2
* dxv: Support RAW intermediate compressionVittorio Giovara2015-09-241-3/+25
* dxv: Print texture information after header parsingVittorio Giovara2015-09-241-5/+13
* dxv: Support the original first versionVittorio Giovara2015-09-241-1/+1
* dxv: Parse ancillary encoder informationVittorio Giovara2015-09-241-5/+9
* mmal: Fix AVBufferRef usagewm42015-09-241-3/+6
* mmal: Remove setting extradata on input formatwm42015-09-241-7/+0
* mmal: drop the h264 BSFwm42015-09-241-37/+27
* avconv_opt: Allow printing private optionsVittorio Giovara2015-09-171-0/+60
* d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-176-6/+68
* checkasm: v210: Fix array overwriteHenrik Gramner2015-09-171-1/+1
* pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-174-2/+9
* dcadec: set channel layout in a separate functionAlexandra Hájková2015-09-161-57/+69
* dcadec: scan for extensions in a separate functionAlexandra Hájková2015-09-161-52/+62
* rtpdec: Forward the memory failureLuca Barbato2015-09-161-3/+7
* rtsp: warning when max_delay reachedEloi BAIL2015-09-161-0/+2
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-161-0/+4
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-161-1/+4
* rtpdec: Increase the max size of the jitter buffer to 500 packetsMartin Storsjö2015-09-151-1/+1
* jpeg2000: Factor out prec initLuca Barbato2015-09-141-96/+112
* jpeg2000: Factor out band stepsize initializationLuca Barbato2015-09-141-14/+25
* jpeg2000: Factor out band initializationLuca Barbato2015-09-141-193/+213
* jpeg2000: Refactor decode_packetsLuca Barbato2015-09-141-65/+83
* jpeg2000: Templatize the frame writerLuca Barbato2015-09-141-83/+58
* jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato2015-09-141-1/+3
* doc: Add travis badgeLuca Barbato2015-09-141-0/+2
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-1311-7/+8
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-133-0/+3
* mpegvideo: Move macros to more appropriate headersVittorio Giovara2015-09-133-10/+8
* avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-131-5/+38
* lavr: Remove unreachable codeVittorio Giovara2015-09-131-4/+1
* buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
* fate: Change global error option to private error_rate optionVittorio Giovara2015-09-131-1/+1
* fate: Move mv0 option from global to mpv privateVittorio Giovara2015-09-131-7/+7
* lavc: Keep idct integer optionVittorio Giovara2015-09-132-4/+0
* avconv_filter: Use full named optionsVittorio Giovara2015-09-132-3/+4
* lavf: Update to the new crypto APIVittorio Giovara2015-09-132-24/+59
* asfdec: add more checks for size left in asf packet bufferAlexandra Hájková2015-09-121-2/+4
* lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber2015-09-121-1/+1
* lavc: Sanitize header inclusion guardsVittorio Giovara2015-09-126-6/+5
OpenPOWER on IntegriCloud