summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-221-16/+66
* protocols: make the list of protocols staticAnton Khirnov2016-02-223-12/+59
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-223-20/+23
* lavf: move avio_enum_protocols() to protocols.cAnton Khirnov2016-02-222-15/+15
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-2228-121/+227
* hls: disallow opening nested files in child demuxersAnton Khirnov2016-02-221-0/+11
* smoothstreamingenc: do not open the files as read+writeAnton Khirnov2016-02-221-2/+2
* dashenc: eliminate ffurl_* usageAnton Khirnov2016-02-221-18/+14
* lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-222-5/+5
* avprobe: do not call avio_close() on a custom contextAnton Khirnov2016-02-221-1/+2
* nutenc: do not use AVCodecContext.frame_sizeAnton Khirnov2016-02-221-2/+9
* matroska: Always consider S_TEXT/UTF8 as SRT when demuxingLuca Barbato2016-02-221-1/+1
* fate: Be silent when switching to Git branchDiego Biurrun2016-02-201-1/+1
* rtpdec: Use the right logging contextDiego Biurrun2016-02-191-10/+8
* build: Disentangle VC-1 decoder and parserDiego Biurrun2016-02-192-2/+3
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-195-9/+11
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-198-24/+71
* msmpeg4data: K&R formatting cosmeticsDiego Biurrun2016-02-191-1817/+1793
* build: Add missing mpegvideo dependency for the MSS2 and VC-1 decodersDiego Biurrun2016-02-191-2/+2
* build: More precise dependencies for h264dspDiego Biurrun2016-02-191-1/+2
* mkv: Force the full parsing of mp3Luca Barbato2016-02-191-0/+2
* mov: Force the full parsing of mp3Luca Barbato2016-02-191-0/+3
* Revert all recent configure changes related to dependency resolutionDiego Biurrun2016-02-191-63/+14
* build: Fix typo in HEVC VDPAU hwaccel dependenciesDiego Biurrun2016-02-181-1/+1
* voc: Split ff_voc_get_packet into a separate fileDiego Biurrun2016-02-183-103/+122
* build: Introduce iso_media componentDiego Biurrun2016-02-183-26/+26
* build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-183-3/+2
* build: Adjust mpeg4video parser dependenciesDiego Biurrun2016-02-181-1/+1
* build: Fix mpegvideo component dependenciesDiego Biurrun2016-02-181-1/+1
* build: Fix dependencies for components relying on H.263 data tablesDiego Biurrun2016-02-181-3/+3
* build: Add missing dependencies for eatqi decoderDiego Biurrun2016-02-181-1/+1
* build: Add missing celp_math dependency for G723_1 encoder and decoderVittorio Giovara2016-02-181-2/+4
* checkasm: Use standard multiple inclusion guardsDiego Biurrun2016-02-181-3/+3
* profiles: Add missing #endif commentDiego Biurrun2016-02-181-1/+1
* cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-184-53/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-1850-66/+1
* hwcontext_cuda/vdpau: add to skipheadersAnton Khirnov2016-02-181-0/+2
* qsv: add a missing #includeAnton Khirnov2016-02-181-0/+2
* mov: Fix the format specifier type for sizeVittorio Giovara2016-02-161-2/+3
* configure: Relax the implication of --enable for componentsLuca Barbato2016-02-151-1/+2
* fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-152-4/+4
* avconv: pass the hw context from filters to the encoderAnton Khirnov2016-02-141-0/+6
* nvenc: support CUDA frames as inputAnton Khirnov2016-02-142-62/+238
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-144-1/+29
* lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov2016-02-145-0/+251
* avconv: use the new buffersrc parameters APIAnton Khirnov2016-02-142-22/+50
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-147-10/+191
* hwcontext: add a CUDA implementationAnton Khirnov2016-02-147-0/+325
* pixfmt: add a CUDA hwaccelled formatAnton Khirnov2016-02-143-0/+11
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-143-1/+22
OpenPOWER on IntegriCloud