summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29timefilter: Fix typo in allocation failure messageDerek Buitenhuis1-1/+1
2013-10-27avdevice/pulse_audio_enc: remove double ;Michael Niedermayer1-1/+1
2013-10-27lavd/fbdev_enc: remove unused variablesLukasz Marek1-3/+0
2013-10-27lavd/fbdev_enc: more stream validation restrictiveLukasz Marek1-18/+4
2013-10-27lavd/pulse_audio_enc: more stream validation restrictiveLukasz Marek1-16/+4
2013-10-27lavd:pulse_audio_enc: fix array compared against 0Lukasz Marek1-1/+1
2013-10-27lavd/pulse_audio_enc: fix timestamp calculationLukasz Marek1-1/+15
2013-10-27timefilter: Handle memory allocation failureDerek Buitenhuis4-0/+16
2013-10-25lavd/pulse_audio_enc: avoid vars in for()Lukasz Marek1-1/+2
2013-10-25lavd/pulse_audio_enc: add another default to stream nameLukasz Marek1-2/+6
2013-10-24lavd/fbdev_common: fix compilation with older kernelsIngo Brückl1-0/+1
2013-10-24lavd/x11grab: Support AV_PIX_FMT_PAL8.Carl Eugen Hoyos1-0/+24
2013-10-24avdevice/fbdev_enc: avoid declaring variables in for()Michael Niedermayer1-2/+4
2013-10-24lavd/fbdev: move common code to separate fileLukasz Marek5-72/+98
2013-10-24lavd: rename fbdev.c into fbdev_dec.cLukasz Marek2-1/+1
2013-10-24lavd: add fbdev output deviceLukasz Marek7-2/+287
2013-10-20lavd/pulse_audio_enc: add support for flushingLukasz Marek1-4/+10
2013-10-18lavd/pulse_audio_enc: fix error checkLukasz Marek1-1/+1
2013-10-18lavd/fbdev: use av_str2err() macro for printing error messagesStefano Sabatini1-5/+5
2013-10-18lavd/pulse_audio_dec: apply cosmetic changesLukasz Marek2-8/+11
2013-10-18lavd/fbdev: pass proper memory map lengthLukasz Marek1-1/+1
2013-10-12avdevice/pulse_audio_enc: fix stream indexLukasz Marek1-1/+1
2013-10-09lavd/xv.c: Include XShm.h before Xvlib.h.Carl Eugen Hoyos1-1/+1
2013-10-09Add pulse_audio_common.h to skipheaders.Carl Eugen Hoyos1-0/+1
2013-10-08lavd/pulse: move common code to separate fileLukasz Marek5-40/+79
2013-10-08lavd/pulse: rename pulse.c into pulse_audio_dec.cLukasz Marek2-1/+1
2013-10-08lavd: pulse audio encoderLukasz Marek7-2/+211
2013-09-21avdevice/v4l: remove duplicate includeMichael Niedermayer1-1/+0
2013-09-17lavd/v4l2: do not fail when VIDIOC_ENUMSTD returns EINVAL without a valid matchmrlika1-0/+4
2013-09-08lavd/v4l2: Improve debug messageGiorgio Vazzana1-5/+5
2013-09-01Read h264 headers from v4l2 to allow stream-copying.Carl Eugen Hoyos1-0/+3
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-08-10lavd: Fix make checkheadersJames Almer1-0/+2
2013-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-0/+13
2013-08-10Merge commit 'cb0244daaca83ab666798818f74f5181bf6bc387'Michael Niedermayer1-1/+1
2013-08-09libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö7-0/+13
2013-08-09bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö1-1/+1
2013-08-08Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a'Michael Niedermayer4-5/+9
2013-08-07libavdevice: use avpriv_open()Rémi Denis-Courmont5-6/+10
2013-08-03avdevice/vfwcap: make constant arrays staticMichael Niedermayer1-1/+1
2013-08-03avdevice/dshow: make constant arrays staticMichael Niedermayer1-1/+1
2013-08-03avdevice/timefilter: 2nd try at avoiding rounding issuesMichael Niedermayer2-4/+3
2013-08-03avdevice/timefilter-test: provide more space for the printout to allow larger...Michael Niedermayer2-7/+7
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-08-02avdevice/timefilter-test: dont try to optimize par1 for n0=0 caseMichael Niedermayer2-2/+3
2013-07-30avdevice/timefilter: cleanup the formating of the test outputMichael Niedermayer2-7/+7
2013-07-26avdevice/fbdev: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol1-8/+1
2013-07-26avdevice/x11grab: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol1-8/+3
[next]